@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, il, pre, code, address, var, form, fieldset, blockquote, {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ol {
	margin-left: 1.4em;
	list-style: decimal;
}

ul {
	margin-left: 1.4em;
	list-style: square;
}

img {
	border: 0;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #4D7437;
}

h2 {
	color:#65853D;
}

h3 {
	color: #4E6A3E
	
}

h1+p {
	font-size: 1.1em;
	margin-left: 2em;
}

p {
	margin-left: 2em;	
}
.h2right {
	margin-left: 200px;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/bluegr.png);
	background-repeat: repeat-x;
}

#container {
	width: 850px;
	text-align: left;
	margin: 0 auto;
} 
#header {
	padding: 0 10px;
	background-repeat: no-repeat;
	background-image: url(images/bluebanner2.png);
	background-position: center;
	height: 150px;
} 
#right {
	margin: 0 auto; 
	float: right;
	text-align: right;
	padding-top: 20px;
}
#left {
	margin: 0 auto; 
	float: left;
	padding-top: 120px;
	font-weight: bold;
	}


#sidebar1 {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
#sidebar1 ul a{
	display: block;
	width: 175px;
	color: #363;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
#sidebar1 li {
	list-style: none;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	text-align: center;
}
#sidebar1 li a{
	text-decoration: none;
	background-image: url(images/newtab1.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#sidebar1 li a:hover{
	background-repeat: no-repeat;
	background-image: url(images/newtabhover.png);

}

#mainContent {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	padding-left: 225px;
	background-image: url(images/leftdropboxpurple.png);
	background-repeat: no-repeat;
	margin-left: 32px;
} 
#footer {
	padding: 0 10px; 
	background:#DDDDDD;
	font-size: medium;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
