body, p, td, select, input {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #8F9194;
}

a:link, a:visited, a:active {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #692C91;
}

a:hover {
	text-decoration: none;
	color: #AE75D5;
}

li {
	margin-top:3px;
}

div.bluebold {
	color: #692C91;
	font-weight: bold;
	float: left;
}

div.greenbold {
	color: #7AC142;
	font-weight: bold;
	float: left;
}

div.hdrbig1 {
	font-size: 16px;
	font-weight: bold;
	color: #692C91;
}

div.hdr1 {
	font-weight:bold;
	color: #7AC142;
}

div.hdr2 {
	font-weight:bold;
	color: #692C91;
}


p
{padding-top: 5px;
margin: 0px;}

p.menu
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: white;}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
/* background-color: lightblue; */
}

div.menuNormal
{
 display: none;
position: static;}

div.menuHover
{border: 0px solid lightblue;
background-color: white;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}