/*@charset "windows-1252"; 	 */


body{
  background: #ffffff url('images/top.jpg') repeat-x top; 
  font-family: Trebuchet MS, Tahoma, Arial; 
  font-size:12px;
    }  	
	
	
#wrapper {
width:780px;
margin: 0 auto;	  
}
  
#header 
{ 
background: #ffffff url('images/logo.jpg') no-repeat;
padding:0; 
margin-top:0;	
height:165px;
}  

#header h1
{
 font-family: Trebuchet MS, Tahoma, Arial;
 font-size: 48px;	
 color: #000080;
}

#header h2
{
 font-family: Trebuchet MS, Tahoma, Arial;
 font-size: 30px; 
 color: #000080;
 float: right;
}
 
#header h3
{
 font-family: Trebuchet MS, Tahoma, Arial;
 font-size: 20px;	
 color:#000080;
 float:right;
 margin-right:20px;
} 

#header p
{ 
 font-family: Trebuchet MS, Tahoma, Arial;
 font-size: 12px;	
 color:#000000;
 padding-left:430px;
 padding-top:80px;
} 


#content {
width:100%
} 

p {
font-family: Trebuchet MS, Tahoma, Arial;
font-size:12px;
color: #000080;
} 


ul, li {
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 12px;
}

#leftcolumn
{
 display: inline;
 margin-top:15px;
 padding: 0px;
 width: 210px;	  
 float: left;	
 padding-left:0px;
 margin-right:10px;	
 
}	
 
.left  {
  font-size:18px; 
  color:#000080;	 
  font-weight:bold;
} 

#middle 
{ 
 color:#000080;
 float: left;
 padding: 0px;
 width: 500px;
 display: inline;
 position: relative; 
 padding-left:20px;
}

#middle h1 {
font-family: Edwardian Script ITC, Trebuchet MS, Tahoma, Arial;
font-size:36px;
float: middle;
}

#middle h2 {
font-size:18px;
}

#middle img {
 border: 3px solid #000080;
 }
 
#table td{
vertical-align: top;   
padding: 8px;
border: 1px solid #000080;
} 

#table em{
font-style: italic;
font-weight: bold;
}
 
.caption {
font-size: .8em; 
font-style: italic;
text-align: center;
}	 

.services hr {
color: #000080;
}


a:link {color:#000080}
a:visited {color:#000080}
a:hover {color: #00B5EF} 


#footer 
{
 clear: both;
 background: #ececec;
 height: 40px;
 width:	780px;
 margin-top: 10px; 
 border-top: 5px solid #000080;
 padding-top: 15px;
}	

#footer p {		
font-size: 11px;
color:#000080;
text-align: center;
}
h3{
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 18px;	
color:#000080;
}
.fulltitle{
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 18px;	
color:#000080;
}

#leftcolumn img {
 border: 0px; 
 } 
 
<!-- Main Div Tags End Here -->

<!-- Menu System Starts Here -->
#blueblock{
width: 210px;
border-right: 1px solid #6A99D1;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 12px;
background-color: #000080;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 210px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #000080;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #000080;
border-right: 10px solid #000080;
border-bottom: 1px solid #6A99D1;
background-color: #ececec;
color: #000080;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #6A99D1;
border-right: 10px solid #6A99D1;
border-bottom: 1px solid #6A99D1;
background-color: #000080;
color: #fff;
}

<!-- Menu System Ends -->