body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color:#FFFFFF
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body { 
	background-color: #570861; 
	}
	
	a:link {
	color: #fff;
}
a:visited {
	color: #CCF;
}
	
h1 {
	font: 48px Harlow Solid Italic;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	}
	
h2 {
	font: 24px georgia, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #02383C;
	}
	
#mainContent {  
	margin: -35px 0px 0px 110px;
	width: 1100px;
	}
	
#topcontainer {
	height: 450px;
	width: 1100px;
	margin: 0px 0px 0px 0px;
}
	
#topcontainer2 {
	height: 310px;
	width: 900px;
	margin: 0px 0px 0px 230px;
}
#topcontainer3 {
	width: 900px;
	margin: -110px 0px 0px 100px;
}	

#container { 
	background: #fff;	
	padding: 0 5px 0 5px;  
	margin: 0; 
	position: relative;
	}
	
#quickSummary {
	background: #fff;
	clear: both;
	width: 400px;
	height: 300px;
	float: left;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 130px;
	}	
	
#quickSummary2 {
	clear: both;
	margin: 60px 30px 30px 150px;
	width: 350px;
	height: 500px;
	float: left;
	}	

#navcontainer
{
margin: -36px 0px 30px 200px;
overflow: hidden;
width: 700px;
}
	
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 14px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

	<script type="text/javascript">
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
 
	
	/*background: #02383C;
	 filter:alpha(opacity=75); /* IE's opacity*/
    /* opacity: 0.75;*/

