@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4B4758;
	background-color: #4B4758;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
#header {
	height: 160px;
	background-color: #8FB4E1;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/Banner_2010_main.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F29D43;
} 
#header_dw {
	height: 160px;
	background-color: #8FB4E1;
	background-image: url(../images/Banner_2010_main.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F29D43;
} 
#header_aps {
	height: 160px;
	background-color: #8FB4E1;
	background-image: url(../images/Banner_2010_main.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F29D43;
} 
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D44F3;
	font-size: x-large;
}
H2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D44F3;
	font-size: large;
}
H3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D44F3;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F2F5E0;
	font-size: 85%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	color: #4B4758;
}
#sidebar1 li {
	list-style-type: none;
	color: #4B4758;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 90%;
}
#sidebar1 a {
	text-decoration: none;
	font-size: 90%;
	font-weight: bolder;
	line-height: 120%;
	list-style-type: none;
	color: #4B4758;
}



/*********** Horizontal Nav *************/

#horizonnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 760px;
	border-bottom: 1px solid #000000;
	background-color: #4962BF;
	color: #4B4758;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 90%;
	color: #FFFFFF;
}
#horizonnav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #FFFFFF;
	float: left;
	width: 125px;
	text-align: center;
	font-size: 90%;
}
#horizonnav a:hover {
	background: #83A5CB;
}
#horizonnav #hornav_last a {
	border-right-style: none;
	color: #FFFFFF;
}

/*********** Horizontal Nav *************/




/*********** Vertical Nav **************/
#vertnav {
	margin: 0px 0px 300px;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#vertnav li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
}
#vertnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #28446C;
	height: 1%;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#vertnav li a:hover {
	background-color: #83A5CB;
}
/*********** Vertical Nav **************/



/*********** Vertical Nav 2 **************/
#vertnav2 {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
#vertnav2 li {
	margin: 0px;
	padding: 0px;
/*	border-top: 1px solid #000000;  */
}
#vertnav2 li a {
	color: #4B4758;
	text-decoration: none;
	height: 1%;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#vertnav2 li a:hover {
	background-color: #83A5CB;
}
/*********** Vertical Nav **************/




#mainContent p {
	font-size: 90%;
}


#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 480px;
} 
#mainContent image {
	padding: 4px;
}



#footer {
	height: 50px;
	margin: 0px;
	background-color: #9AB3D2;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: bottom;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer a {
	color: #990000;
	text-decoration: none;
}

