﻿body {
}
p
{
	font-family:verdana;
	font-size:small;
}
#header
{
	position:absolute;
	left:0px;
	top:0px;
}
.hovermenu ul{
font: bold 13px arial;
margin-left: 0;
height: 20px;
position:absolute;
top:-10px;
}

.hovermenu
{
	background-color:MidnightBlue ;
	width:1000px;
	position:absolute;
	top:120px;
	height:20px;
	left:0px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}


.hovermenu ul li a{
text-decoration: none;
float: left;
width:150px;
text-align:center;
color: white;
background-color: MidnightBlue ;
border: 0px solid MidnightBlue ;
}

.hovermenu ul li a:hover{
background-color: maroon;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.pageHeader
{
	font-family:Verdana;
	font-size:x-large;
	font-weight:bold;
}

.NameHeader
{
	font-family:Verdana;
	font-size:xx-large;
	font-weight:bold;
}

.Links
{
	text-decoration:none;
	font-family:Verdana;
	font-size:x-small;
	color:Blue;
}