#overview_header {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 128px;
	background: #fff url(../imgs/bg_company_header.jpg) top left no-repeat;
	}
	
#overview_headerleft {
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
	width: 430px;
	text-align: center;
	border: solid 0px green;
	}
	
#overview_headerleft-top {
	border: solid 0px pink;
	margin: 0;
	padding: 0;
	}
	
#overview_headerleft-top h2 {
	font-size: 220%;
	margin: 0px;
	}
	
#overview_headerleft-top p {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	line-height:1.3em;
	padding: 0;
	margin: 1.3em 0 6px 0;
	border: solid 0px orange;
	}

#overview_nav {
	position: relative;
	top: 10px;
	height: 25px;
	border: solid 0px red;
	margin: 0;
	padding: 0;
	}
	
#overview_nav ul {
margin-left: 0;
padding: 0;
display: inline;
font-size: 85%;
font-weight: bold;
text-transform:uppercase;
} 

#overview_nav ul li {
margin-left: 0;
padding:  0 0 0 .7em;
list-style: none;
display: inline;
}

.first {
padding: 0;
}
        
#overview_nav a:link {
	color:#92c2f8;
	text-decoration:none;
	}
	
#overview_nav a:visited {
	color:#92c2f8;
	text-decoration: none;
	}
	
#overview_nav a:hover {
	color:#39f;
	text-decoration:underline;
	} 
	
.pagetitle {
	margin: 0 0 .75em 0;
	padding: 3px 0 7px 0;
	font-size: 130%;
	_font-size: 140%;
	font-weight: bold;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	color: #003992;
	border-bottom: solid 1px #aaa;
	}
	
.news_headline {
	margin: 0 5px 1.2em 0;
	padding: 0;
	font-size: 120%;
	_font-size: 130%;
	line-height: 1.3em;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #003992;
	}
	

	
/* sidebar */
#sidebar .overview_box {
	background: #fff;/* url(../imgs/bg_boxbody-bottom.gif)bottom left no-repeat; */ 
	padding: 0 7px 7px 7px;
	border: solid 1px #aaa;
	}

#sidebar .overview_box h4 {
	background: #FCF5E6 /* #ededed url(../imgs/bg_boxtop.gif) top left no-repeat */ ; 
	padding: 5px 5px 4px 6px;
	border-bottom: solid 1px #aaa;
	margin: 0 -7px 5px -7px;
	color: #333;
	}
	
 #footer	{
	border-top: 1px solid #aaa;
	}


