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

/* CSS Document */

a.nav, a.nav:link, a.nav:visited 
{
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#012D28;
	overflow:hidden;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #012D28;
}

a.nav:hover {
	color: #666;
} 

a.nav:active {
	color:#fff;
} 

#current {
	color: #012D28;
	font-weight: bold;
}
#navsection {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}
#navcontainer {
	position: absolute;
	height: 40px;
	width: 800px;
	top: 42px;
}
#navholder {
	position: absolute;
	height: 15px;
	width: 700px;
	left: 40px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}

