body {
	font: .8em ;
	font-family: "Trebuchet MS", Arial, sans-serif ;
	 

	line-height: 1em;
	background: #333;
	color: #444;
	list-style-image: none;
	list-style-type: none;
}


html {
       height: 101%;
    overflow: -moz-scrollbars-vertical;
       
}

li {
list-style-image: none;
	list-style-type: none;
}
ul{
list-style-image: none;
	list-style-type: none;
}
a {
COLOR: #6587E0; 
text-decoration: none;
list-style-type: none;}
a:visited {
	COLOR: #6587E0;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
a:hover {
COLOR: #333; 
text-decoration: none;}

h1{

font-size:32px;
margin: 0 0 10px; 
padding: 10px 0 3px; 
COLOR: #6587E0; 

}

h2 { 
font-size:22px;
margin: 0 0 10px; 
padding: 10px 0 3px; 
COLOR: #6587E0; 
}

h3 {
	font-size:20px;
}




p { margin: 5px 0 10px 0; }

img { border: none; }

#header {
background: url(images/header4.gif) no-repeat;
height: 180px;
border: 1px solid #ccc;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { 
padding: 10px 10px 3px 10px; 
margin-left: auto;
margin-right: auto;
max-width:977px;
width:977px;
margin:20px auto; 
background: #fff;
}


#left {
float: left;
width: 200px; 
background: #CFDDFF; 
margin-bottom: 10px; 
margin-top: 20px;
}
#left ul { 
padding: 5px 10px 10px 10px; 


}

#right { 
margin-bottom: 10px; 
float: right; 
width: 750px; 
padding: 0 10px 10px 10px; 
margin-top: 10px;
font-size: 13px;
}
	
#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 10px 5px;
	background-image: url(images/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: left center;

}


<!--special formatting-->
div.address{
line-height: 0.2em;
position:relative;
float: left;
width: 30px;


} 


#teampic {
position:relative;
float: left;
width: 30px;

}

#teaminfo {
float:right;
width: 500px;
position:relative;
padding-top:20px;

}

#careers {
float:right;
width: 370px;
position:relative;
padding-top:10px;

}
<!--Navigation-->

#navbar{
	float:left;
	
}
#nav {
		
        width: 180px;
		line-height:20px;
}
#nav, #nav ul, #nav li {
        margin: 0;
        padding: 0;
        list-style: none;
		
		
}
#nav li {
        border: thin solid white;
	clear: both;
	
	
	
}
#nav li a {
    display: block;
    height: 24px;
	color: white;
	background: #6587E0;
	width: 170px;
	
    padding: 4px;
	
	
	
	

}
#nav li a:hover,
#nav li a.over {
	background: #CCF;
	color: #2D3791;
	cursor:pointer;
	
	
	
	
}

#nav li ul li {
        font-size: 85%;
        border: none;
	background: #99F;
	
	
	
	
}
#nav li ul li a {

        display: block;
        height: 1.2em;
		width: 100%;
        padding: 4px;
		text-decoration: none;
        color: white;
        background: #99F;
		
}
#nav li ul li a:hover, #nav .current_page_item a {
        color: black;
        background: #2D378E;
		
		
}
 	
#nav .current_page_item a {

	color: white;
	
}
