body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
}

td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body {
	background-image: url(images/cd_background1b.jpg);
	background-color: #FFF;
	background-repeat:no-repeat;	
	}
	
h1 {
	font: 48px Harlow Solid Italic;
	font-style: italic;
	color: #000;
	}
	
h2 {
	font: 26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:link {
	color: #609;
}
a:visited {
	color: #039;
}
	
#mainContent {  
	float: left;
	margin-left: 50px;
	margin-right: auto;
	width: 1100px;
	margin-top: 20px;
	}
	
#topcontainer {
	height: 200px;
	width: 620px;
	margin: 0px 0px 0px 0px;
}

#nav {
	height: 100px;
	width: 350px;
	margin: -170px 0px 0px 600px;
}
	
#topcontainer2 {
	width: 800px;
	margin: 40px 0px -50px 140px;
	line-height: 25px;
}
#topcontainer3 {
	height: auto;
	width: 800px;
	margin: 50px 0px 0px 140px;
	text-align: center;
	}	

#container { 
	background: #fff;	
	padding: 0 5px 0 5px;  
	margin: 0; 
	position: relative;
	}

#bottomcontainer {
	height: 80px;
	width: 800px;
	margin: 20px 0px 0px 140px;
	font-size: 12px;
	color: #000;	
}
	
#quickSummary {
	clear: both;
	width: 300px;
	height: auto;
	float: right;
	margin-top: -600px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	}	
	
#quickSummary2 {
	clear: both;
	width: 250px;
	height: auto;
	float: right;
	margin-top: -760px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	}	

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 16px 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 a:link { color: #fff; }
#navlist a:visited { color: #000; }

#navlist a:hover
{
color: #fff;

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;*/
