@charset "utf-8";
/* CSS Document */

/*********General Classes******/
#selected {
	
	color: #00bf09;
}
	


/********Nav Bar End Cap*******/
#menu_cap {
   width: 215px;
   height:42px;
   background:#006837;
   float:left;
   outline: none;
   border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color: #1b1464;
	text-decoration: none;
}

	


/********TOP NAVIGATION CSS*******/
#topnav {
width: 775px;
background: #ffffff;
float: left;
padding: 0px;
margin: 0px 40px 0px 20px;
position:inherit;
border-width: 0 3px 0px 3px;
	border-style: solid;
	border-color: #1b1464;
}


#topnav ul {
list-style: none;
margin: 0;
padding: 0;
width: 112px;
float: left;
}

#topnav h2{
font: 16px/18px, arial, helvetica, sans-serif;
font-weight:600;
display: block;
margin: 0;
padding: 12px 12px 6px 12px;
text-align: center;
}

#topnav a  {
/*font: 18px/22px, arial, helvetica, sans-serif; */

font-weight:bolder;
display: block;
margin: 0;
padding: 12px 12px 12px 12px;
text-align: center;
}

#topnav a:link {
	color: #ffffff;
	background:#006837;
	text-decoration: none;
	border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color: #006633 #00bf09 #1b1464 #00bf09;
	outline: none;
}

#topnav a:visited {
	color: #ffffff;
	background: #006837;
	text-decoration: none;
	border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color: #006633 #00bf09 #1b1464 #00bf09;
	outline: none;
}
#topnav a:hover {
	color: #00bf09;
	background: #1b1464;
}

#topnav a:active {
	color: #00bf09;
	background: #1b1464;
	text-decoration: none;
	border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color: #006633 #00bf09 #1b1464 #00bf09;
} 

#topnav a, h2 {
font: 16px/18px arial, helvetica, sans-serif;
font-weight: 600;
}




/*#topnav ul li {float: left; width: 100%;} */
/*#topnav ul li a {height: 1%;} */

/*************IE ***************/
/*
[if IE]>
<style type="text/css" media="screen">
body {
font-size: 100%;
behavior: url("csshover3.htc");
}




</style>
<![endif]
*/
/********END MAIN NAVIGATION CSS*******/
