/********************************** Home Page News Area */

#newsArea {
	height:224px;
	width:700px;
}

#newsArea .banner {
	background:#003c8f;
	width:639px;
	height:34px;
	float:left;
}

#newsArea .item {
	float:left;
	height:91px;
	width:212px;
	border-bottom:1px dotted #003C8F;
	border-right:1px dotted #003C8F;
}

#newsArea .darkbg {
	background:#e5ebf4;
}

#newsArea img.image {
	border:1px solid #003c8f;
	float:left;
	margin:5px 0 0 5px;
}

#newsArea .item h2 {
	padding:0;
	margin:0 0 0 5px;
	float:left;
	clear:none;
	width:120px;
	font-size:10px;
	color:#333;
	font-weight:normal;
}

#newsArea .item h1 {
	color:#CC0000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0 5px;
	padding:0;
	float:left;
}

#newsArea div#headline {
	float:left;
	height:28px;
	/*background:red;*/
	width:120px;
	margin:30px 0 0 5px;
}

#newsArea .more {
	float:right;
	margin:0 10px 0 0 ;
}

#newsArea a:hover {
	border:none;
	text-decoration:none;
}