body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body { 
	background-color: #570861; 
	}
	
h1 {
	font: 48px Harlow Solid Italic;
	font-weight: bold;
	font-style: italic;
	color: #000;
	}
	
h2 {
	font: 24px georgia, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #02383C;
	}

#topcontainer {
	height: 510px;
	width: 500px;
	margin: 290px 50px 50px 370px;
}
	
#topcontainer2 {
	height: 310px;
	width: 900px;
	margin: 0px 0px 0px 230px;
}
#topcontainer3 {
	height: 375px;
	width: 900px;
	margin: 0px 0px -20px 130px;
}	
#mainContent {  
	background: #fff; 
	margin: 0px 0px 0px 110px;
	width: 850px;
	}
	
#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;
	}	
	
#linkList {
	margin-left: 60px; 
	position: absolute;  
	top: 180px; 
	}
#navcontainer
{
margin-bottom: 1em;
overflow: hidden;
width: 500px;
}

#navlist
{
	list-style-type: none;
	margin: 0px 0px 0px 90px;
	padding: 0;
	font-weight:450;
}

#navlist li
{
border-left: 1px solid #000;
border-right: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

	
a:link {
	color: #D069A9;
}
a:hover {
	color: #570861;
	}
a:visited {
	color: #9966FF;
}
<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;*/
