HTML
{
	background: #0a4985;
}

BODY {
	padding-top:14px;
	background: url(images/body-bg.gif) top left repeat-x;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: left;
}

a {
	text-decoration:none;
	color:#d61010;
	font-family:arial;
	font-size: 10 pt;
}

a:hover {
	color:#ffffdd; 
	background-color: #d61010;
}

a.left {
	text-decoration:none; 
	color: #c60000; 
	font-family:tahoma,verdana;
	font-size:10px;
}

a.left:hover {
	color:#ffffdd; 
	background-color: #c60000;
}

a.spec {
	text-decoration:none; 
	color:#000000; 
	font-family:tahoma,verdana;
	font-size:10px;
}

a.spec:hover {
	color:#ffffdd; 
	background-color: #c60000;
}

a.main {
	text-decoration:none; 
	color:#d61010; 
	font-family:arial;
	font-size:10pt;
}

a.main:hover {
	color:#ffffdd; 
	background-color: #d61010;
}
p.indent25 {
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
	margin-left : .25in;
}
B.darkred {
	font-weight : bold;
	color : #d61010;
}

#menu {
  background: url(menu_bg.jpg) repeat-x;
  height: 15px;
  position: relative;
 }
#menu ul {
  margin-left: 20px;
  font-size: 10pt;
}
#menu li {
  list-style: none;
  float: left;
  margin-right: 50px;
}
#menu li a {
  color: #000000;
  	font-family : Arial;
	font-size : 10pt;
	font-style : bold;

  text-decoration: none;
}
#menu a:hover {
  color: #FFFFFF;
}

#cleardiv {
clear:both;
} 