body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	background: url("TopBackgroundImage.jpg");
  	background-repeat: repeat-x;
}

h1 {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 600;
	text-decoration: underline;
}
h2 {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 400;
	font-variant: small-caps;
}

h3 {
	background-color: #E0E0E0;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: 100;
	text-align: center;
}

h4 {
	position:relative; top:30px;
	background-color: #000000;
	color: #000000;
	}
	
h5 {
	background-color: #E0E0E0;
	color: #ff0000;
	}
	

#navcontainer ul
{
position:relative; top:30px;
padding-left: 0;
margin-left: 0;
background-color: #000000;
color: #ffffff;
float: left;
width: 100%;
font-family: verdana, verdana, sans-serif;
}

#navcontainer ul li 
{ 
display: inline; 
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000000;
color: #ffffff;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
background-color: #ff0066;
color: #ffffff;
}