body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: repeat-y;
}

.bodytext {
	font-family: Arial;
	color: #3E3E3E;
	font-size: 10px;
	line-height: 14pt;
	margin-left: 10px;
	padding-right: 15px;
}

.bodytext a{
	color: #143347;
}

.bodytext a:hover {
	color: #FF6600;
}

.bodytext2 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14pt;
	margin-left: 10px;
}

.bodytext2 a{
	color: #143347;
}

.bodytext2 a:hover {
	color: #FF6600;
}

.bottomnav1 {
    font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14pt;
	margin-left: 10px;

}

.bottomnav a{
	color: #FFFFFF;
}

.bottomnav a:hover {
	color: #CCCCCC
}
 

h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-transform: capitalize;
}
h2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #686868;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-transform: capitalize;
}
a {
	text-decoration: none;
	color: #143347;
}

.table-top {
	background-image: url(images/s-back-blue.jpg);
	background-repeat: no-repeat;
	height: 140px;
	clear: both;
	background-position: 15px 10px;
	padding-top: 12px;
}

.style1 {color: #000000}

.blue #slatenav{
	display:block;
	height:42px;
	font-size:10px;
	font-weight: bold;
	repeat-x: top left;
	font-family:Arial;
	text-transform:uppercase;
	background-color: transparent;
	background-image: url(images/blueslate_background.gif);
	width:96%;
}

.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}

.blue #slatenav ul li{display:block;float:left;margin:0 0px 0 0;}

.blue #slatenav ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:14px 22px 0 22px;height:28px;}

.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url(images/blueslate_backgroundOVER.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width:99%;
font-weight: bold
font-size: 9px
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(image/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(image/chromebg2.gif) center center repeat-x;
}

</style>
 
