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

a.AboutNav:link {
/* This is the About us link set spanning from here down to active. This is the class use to style the sub-navigation under the about us section */	
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 8px;
}
a.AboutNav:hover {
	color: #668CBB;
}
a.AboutNav:visited {
	color:#000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 8px;
}
a.AboutNav:active {
/* This ends the About us link set*/	
	text-decoration:none
}
