img
{  border-style: none;
}

//TOP

div#menu{
	position:relative;
	left:5px;
	width:970px;
	height:20px;
	background-color:#b08b3a;
	
	
}

//CONTENT


div#contentpanel{
	left:5px;
	position:relative;
	width:960px;
	background-color:#ffffff;
	background-image:url(../images/bgimage.jpg);
}



<style type="text/css">
	body { color:#ffffff; font-family: arial, sans-serif; font-size: 8pt; text-decoration: none; }
	td { color:#ffffff; font-family: arial, sans-serif; font-size: 8pt; text-decoration: none; }
	h1 { font-family: arial; color:#ffffff; font-size: 8pt; margin-top: 0em; margin-bottom: 0em; text-decoration: underline;}
	h2 { font-family: arial; color:#ffffff; font-size: 8pt; margin-top: 0em; margin-bottom: 0em; text-decoration: none;}
	h3 { font-family: arial; color:#ffffff; text-align:center; font-size: 10pt; margin-top: 0em; margin-bottom: 1em; background-color:#00135d; text-decoration:none;}
	h4 { font-family: arial; color:#000000; text-align:center; font-size: 10pt; margin-top: 0em; margin-bottom: .5em; margin-left: 0em; background-color: #d8dfea;}
	h5 { font-family: arial; color:blue; font-size: 8pt; margin-top: 0em; margin-bottom: 0em; margin-left: 2em;}
	td { color:#000000; font-family: arial, sans-serif;}
	a: visited { text-decoration:none;}
	
	a.foot:link {font-family: arial; color:white; font-size: 8pt; text-decoration: none;}
	a.foot:visited {font-family: arial; color:white; font-size: 8pt; text-decoration: none;}
	a.foot:active {font-family: arial; color:white; font-size: 8pt; text-decoration: none;}
	a.foot:hover {font-family: arial; color:#01155E; font-size: 8pt; text-decoration: none;}
</style>

//DROPDOWN

.bluetabs{
}

.bluetabs ul{
padding: 3px 0;
margin-left: 510px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
font-color: #ffffff;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: white;
}

.bluetabs li a:visited{
color: white;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #01155E;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 100;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
text-align:left;
line-height:18px;
z-index:100;
background-color: #b08b3a;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color: #b08b3a;
}
