#maincontent{
	width:400px;
	margin:20px 0 0 0px;
	float:left;
	padding:0;
} 
#maincontent h1{
	margin:0 0 20px 0px;
	padding:0;
}
#news_items {
	list-style-type: none;
	width:400px;
	margin:0;
	padding:0;
	float:left;
}
.title {
	color: #003E7E;
	font-weight: bold;
}
#news_items li{
}
.clear{
  clear: both;
	height:0;
}
#news_items li.clear{
	clear: left;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 1px;
	margin:0;
	visibility:visible;
}

#news_items li img{
	float:left;
	margin:0;
	padding:0;
}
#news_items li .news{
	float:left;
	width:330px;
	padding:10px 00px 60px 71px;
	margin:0;
	line-height:17px;
}
#news_items li a {
	text-decoration:none;
	color:#003E7E;
}
#news_items li a:link {
	text-decoration:none;
}
#news_items li a:visited {
	text-decoration:none;
}
#news_items li a:hover {
	text-decoration:underline;
}
#news_items li a:active {
	text-decoration:none;
}
#sidebar {
	width:400px;
	height:470px;
	float: left;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#flash_intro {
	position:absolute;
	top:-532px;
	left:6px;
	width:410px;
	height:490px;
	background:#FFFFFF;
}

