body, td, div, p
{
	color: #5C5C5C;
	font-family: Arial, Helevtica, sans-serif;
	font-size: 12px;
	text-align: left;
}

body
{
	text-align: center;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	text-align: left;
}

#content 
{
	padding-top: 24px;
	clear: both;
}

#header
{
	width: 765px; 
	height: 55px
}

#logo 
{
	text-align: right;
	color: #006699;
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 1
}

#logo span
{
	font-size: 12px;
	font-weight: bold
}

#contact 
{
	float: right
}

#contact span 
{
	color: #000000
}

h1
{
	color: #006699;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px
}

h2
{
	color: #006699;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px
}

h3
{
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold
}

DIV.title 
{
	width: 765px;
	height: 39px
}

#menu {
	background-color: #505050;
	width: 765px;
	height: 39px
}

a {
	color: #6385A1
}

ul 
{
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li 
{
  display: block;
  position: relative;
  float: left;
}

ul li a 
{
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-left: 1px SOLID #666666;
  border-right: 1px SOLID #000000;
  padding: 5px 15px 5px 15px;
  background: #505050;
  white-space: nowrap;
}

ul li a span 
{
	font-size: 10px;
	color: #CCCCCC
}


ul li a:hover 
{ 
   background: #808080; 
}
