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

#SubNav {
	height: 25px;
	width: 430px;
	background-color: #003768;
	color: white;
	position:absolute;
	top: 160px;
	left: 28%;
	text-align: center;
	font: Helvetica;
}

#SubNav a{
	color: white;
	text-decoration: none;
	line-height: 25px;
	font: Helvetica;
}

#SubNav a:hover{
	color: white;
	text-decoration: underline;
	line-height: 25px;
	font: Helvetica;
}




#SubNav2 {

	height: 25px; 
	width: 220px; 
	background-color: #003768; 
	color: white; 
	text-align: center;
	font: Helvetica;

}

#SubNav2 a{
	color: white;
	text-decoration: none;
	line-height: 25px;
	font: Helvetica;
}

#SubNav2 a:hover{
	color: white;
	text-decoration: underline;
	line-height: 25px;
	font: Helvetica;
}



#SubNav3 {
	height: 25px; 
	width: 220px; 
	background-color: #003768; 
	color: white; 
	text-align: center;
}

#SubNav3 a{
	color: white;
	text-decoration: none;
	line-height: 25px;
}

#SubNav3 a:hover{
	color: white;
	text-decoration: underline;
	line-height: 25px;
}


#SubNav4 {

	
	height: 25px; 
	width: 200px; 
	background-color: #003768; 
	color: white; 
	position:absolute;
	top: 160px;
	left: 28%;
	text-align: center;
	font: Helvetica;
}

#SubNav4 a{
	color: white;
	text-decoration: none;
	line-height: 25px;
}

#SubNav4 a:hover{
	color: white;
	text-decoration: underline;
	line-height: 25px;
}
