/////Website Styles/////

body{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

td{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

h1{ 
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

.footerText{
	font-size: 11px;
	color: #CCCCCC;
}

a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited {
	font-size: 11px;
	color: #0000CC;
	text-decoration: none;
}
a.footerLinks:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.homeLink{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a.homeLink:link, a.homeLink:active, a.homeLink:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.homeLink:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}





/////Drop Down Menu Styles/////

#content {
	margin-top: 0px;
}

#menuHead   {
	position: absolute;
	z-index: 50;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

.menuStyle  {
	font-size: 11px;
	font-weight: bold;
}

a.menulink:link, a.menulink:visited, a.menulink:active {
	font-size: 11px;
	color: #0072B9;
	font-weight: bold;
	text-decoration: none;
}
a.menulink:hover {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


