@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Helvetica, Arial, sans-serif;
	}
body{
	background-color:#F0F0E1;
}
div#container {
	width:750px;
	margin:0 auto;
	background: #F1F2F7;
}
div#toplogo {
	height:100px;
	width:450px;
	float:left;
	position:relative;
	background-color: #F1F2F7;
	border-bottom:2px solid #0f458a;
}
div#topnav{
	height:100px;
	width:300px;
	float:right;
	clear:right;
	position:relative;
	background-color: #F1F2F7;
	border-bottom:2px solid #0f458a;
}
div#mainimg{
	background-color: #F1F2F7;
}
#toplogo img {
	margin-top:12px;
	margin-left:50px;
}
div#sidebar{
	width:244px;
	/** height:480px; **/
	float:left;
	position:relative;
	background-color: #f1f2f7;
	border-right:1px solid #0F458A;
	margin: 0px;
}
div#content{
	width:485px;
	/** height:330px; **/
	float:right;
	position:relative;
	background-color: #F1F2F7;
	margin: 0px;
	padding: 10px;
}
ul#navlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0F458A;
	list-style-type:none;
	font-size: 14px;
	float:left;
	width:300px;
	margin:0;
	padding:10px 0 0 0;
}
ul#navlinks li {
	float:left;
	width:125px;
	height:30px;
	margin:0;
	padding:0 0 0 25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0em -.2em;
}
#topnav a {
	text-decoration:none;
	color:#0F458A;
}
#topnav a:hover {
	color:#FF0000;
}
.rule {border-top:2px solid #0F458A; width:400px; margin:0 auto;}
.siderule {border-top:2px solid #0f458a; width:200px; margin:0 auto;}
.sidenav{
	list-style-type:circle;
	list-style-position:inside;
	font-size:90%;
	margin:0;
	padding-left:10px;
	line-height:125%;
}
.sidehdr {
	color: #FFFFFF;
	background-color: #00498D;
}
div#footer{
	width:730px;
	height:60px;
	padding:10px;
	background-repeat:repeat-y;
	background-image: url(images/footerbk.jpg);
	position:relative;
}
#footer p {color:#0F458A;}
#footer a {color:#0F458A; text-decoration:none;}
#footer a:hover {color:#FF0000; text-decoration:underline;}
.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;
}
.pictbl{margin:0 auto; font-size:90%;}
