/*
dark blue: #000033
light blue: #003366
*/
BODY
{
	background-color: #000033;
}

.topleveltable
{
	background-color: #003366;
	border: solid 1px white;
	width: 800;
}

.primary_nav_topleveltable
{
	background-color: #003366;
	border: solid 0px white;
	width: 100%;
}

.generaltext
{
	color: white;
	font-family: arial, Verdana;
	font-size: 11px;
}

.infotext
{
	color: white;
	font-family: arial, Verdana;
	font-size: 10px;
}

.infotext_heading
{
	color: white;
	font-family: arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.leftcolumnemail
{
	color: white;
	font-family: arial, Verdana;
	font-size: 10px;
	text-align: left;
	border-bottom: dotted 1px white;
}

.rightcolumnemail
{
	color: white;
	font-family: arial, Verdana;
	font-size: 10px;
	text-align: left;
	border-bottom: dotted 1px white;
}
	

.topnav
{
	border-top: 0px;
	color: white;
	text-align: center;
	font-family: arial, Verdana;
	font-size: 10px;
}

.topcontactus
{
	border-bottom: solid 1px white;
	color: white;
	text-align: right;
	font-family: arial, Verdana;
	font-size: 10px;
}

.imagegroupheading
{
	background-color: #000033;
	color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:visited
{
	color: White;
	text-decoration: none;
}

a:link
{
	color: White;
	text-decoration: none;
}

a:hover
{
	background: white;
	color: #003366;
}


	