@charset "UTF-8";
/* CSS Document */
body {
	font: 85% "Times New Roman", Times, serif;
	background: #c5d3e2;
	margin: 10px;
0 0 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: #333;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #fff;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 175px; /* 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: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #2a3b63;
	background-image: url(../images/botcap.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	font-size: 12px;
	color: #f4f4f4;
	padding: 15px 20px 10px 20px;
}
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
#headtag {
	font-size: 21px;
	color: #2a3b63;
	margin-bottom: 10px;
}
.subheader {
	font-size: 14px;
	color: #4168c2; /* was #95acc5;*/
}
.subheader2 {
	font-size: 13px;
	color: #2a3b63;
}
#top {
	width: 760px;
}
#logo {
	width: 175px;
	height: 143px;
	background-image: url(../images/logo.gif);
}
#mainimg {
	background-image: url(../inc/images/homeimg.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 143px;
	float: right;
}
#headerhalf {
	width: 100%;
	padding-left: 10px;
}
#navbar {
	width: 760px;
	background-color: #2a3b63;
	height: 25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#spacer {
	width: 760px;
	height: 25px;
}
#blue_sideblock, #blue_sideblock1, #blue_sideblock2 {
	background-color: #2a3b63;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 3px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#subside {
	background-color: #c5d3e2;
	width: 170px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
}
#numbers {
	width: 175px;
	padding: 10px 10px 10px 10px;
	color: #2a3b63;
}
#icons {
	width: 520px;
	margin-top: 60px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#crumbs {
	font-size: 10px;
	font-color: #999;
	padding: 6px 0 6px 10px;
}
#crumbs a {
	font-size: 10px;
	font-color: #999;
}
#announcements, #announcements2, #announcements3, #announcements4 {
	width: 460px;
	background-color: #f2f7fa;
	font-size: 11px;
	color: #333;
	border: 1px solid #CCCCCC;
	padding: 6px 6px 10px 75px;
	margin-bottom: 10px;
	background-image: url(../images/events.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#credits {
	width: 460px;
	font-size: 11px;
	color: #fff;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
ul {
	width: auto;
	list-style-position: inside;
	list-style-image: none;
}
ol {
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	line-height: 16px;
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}
.announcementsub {
	color: #2a3b63;
	font-size: 14px;
}
a:link, a:active, a:visited {
	color: #4168c2;
	text-decoration: none;
}
a:hover {
	color: #2a3b63;
}
a.sidenav:link, a.sidenav:active, a.sidenav:visited {
	color: #fff;
	text-decoration: none;
}
a.sidenav:hover {
	color: #ff7e00;
}
#credits {
	width: 460px;
	font-size: 11px;
	color: #2a3b63;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#credits a.blue:link, a.blue:visited {
	width: 460px;
	font-size: 11px;
	color: #0033CC;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#credits a.blue:hover {
	width: 460px;
	font-size: 11px;
	color: #fff;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
-->
</style>
<!--
[if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 {
width: 230px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFFFFF;
}
</style> <![endif]
-->
<!--
[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 {
padding-top: 30px;
}
.twoColFixLtHdr #mainContent {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style> <![endif]
-->