@charset "UTF-8";


div.mainnavbar {
	background-color:#0033cc;
	height: 30px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	}
.mainnavbar a {
	color: #ffffff;
	text-decoration:none;
	}
	
.mainnavbar a:link {
	color: #ffffff;
	text-decoration:none;
	}	
.mainnavbar a:visited {
	color: #ffffff;
	text-decoration:none;
	}	
	
.mainnavbar a:hover {
	color: #ffffff;
	text-decoration:none;
	}	
		
div.mainbtns {
	font-size:18px;
	font-weight:bold;
	padding-left: 50px;
	}
	
div.btnon {
	color: #000000;
	display:block;
	background-color:#6699cc;
	text-decoration:none;
	width: 100px;
	margin-top:3px;
	height: 27px;
	float: left;
	border: 1px #ffffff solid;
	border-bottom: 1px;
	}
	
div.btnoff {
	background-color: #0033cc;
	color: #ffffff;
	display:block;
	text-decoration:none;
	width: 100px;
	height: 30px;
	float: left;
	}
	
.btnon a {
	color: #ffffff;
	text-decoration:none;
	}
	
.btnoff a:link {
	color: #ffffff;
	text-decoration:none;
	}	
.btnoff a:visited {
	color: #ffffff;
	text-decoration:none;
	}	
	
.btnoff a:hover {
	color: #6699cc;
	text-decoration:none;
	}	

	
div.horline {
	background-color: #0033cc;
	width: 100%;
	height: 2px;
	}
		
div.separator {
	width: 10px;
	text-align:center;
	float:left;
	color: #ffffff;
	}
	


div.footer {
	clear:both;
	background-image:url(images/footer_bg.gif);
	width: 100%;
	height: 200px;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	border-top: 4px #0033cc solid;
	margin-top: 20px;
	
	}

.footer a:link {
	color:#ffffff;
	text-decoration:none;
	}

.footer a:visited {
	color:#ffffff;
	text-decoration:none;
	}

.footer a:hover {
	color:#333333;
	text-decoration:underline;
	}

.footer hr {
	color: white;
	height: 2px;
	}
			
div.thinblue {
	clear: both;
	background-color:#6699cc;
	height: 5px;
	width: 100%;
	}
		
div.sidenav {
	text-align: left;
	margin-top: 30px;
	padding-top:20px;
	width: 250px;
	height: 255px;
	float: left;
	margin-left: -80px;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:14px;
	}
div.secondarynav {
	clear: both;
	background-color:#6699cc;
	height: 25px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}
	
div.secondbtns {
	font-size:14px;
	padding-left: 100px;
	}
	
div.subbtnon {
	color: #006699;
	display:block;
	background-color:#0033cc;
	text-decoration:none;
	width: 75px;
	padding-top:4px;
	height: 21px;
	float:left;
	line-height: 11px;
	}
	
div.subbtnoff {
	color: #ffffff;
	display:block;
	text-decoration:none;
	width: 75px;
	height: 25px;
	float:left;
	line-height: 11px;	}

.subbtnon a {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}
	
.subbtnoff a:link {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}	
.subbtnoff a:visited {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}	
	
.subbtnoff a:hover {
	color: #0033cc;
	text-decoration:none;
	display:block;
	}	

div.sidenavtop {
	background-image:url(images/sidenavtop.png);
	background-repeat:no-repeat;
	height: 25px;
	}

div.sidenavmiddle {
	background-image:url(images/sidenavmiddle.png);
	background-repeat:repeat-y;
	height: 200px;
	}
	
div.sidenavbtm {
	background-image:url(images/sidenavbtm.png);
	background-repeat:no-repeat;
	height: 25px;
	}	
	
div.level3Navoff {
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	color: #ffffff;
	display:block;
	text-decoration:none;
	width: 195px;
	height: 20px;
	}	
div.level3Navon {
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	color: #006699;
	display:block;
	background-color:#99ccff;
	text-decoration:none;
	width: 195px;
	height: 20px;
	}
	
.level3Navon a {
	color: #006699;
	text-decoration:none;
	display:block;
	}
	
.level3Navoff a:link {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}	
.level3Navoff a:visited {
	color: #ffffff;
	text-decoration:none;
	display:block;
	}	
	
.level3Navoff a:hover {
	color: #006699;
	text-decoration:none;
	display:block;
	}	

