#newsList {
	overflow: auto;
	height: 367px;
	width:193px;
}

#newsList li {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style: none;
}

#newsList ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

#newsList h2{
	color: #F37420;
	text-transform: uppercase;
		
	padding-left: 10px;

	margin: -2px 0 10px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#newsList .date {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 10px;
	color:#555;	
}

#theNews {
	min-height: 367px;
	padding:0 10px 0 17px;
	/*margin-bottom: -12px;*/
}

#theNews .date, h2 {
	font-weight: bold;
	margin-bottom: 0px;		
}

#theNews .date {
	font-size: 10px;
	color:#555;
}

#theNews h2{
	font-size: 12px;
	color:#000;
	margin-top: 0px;
}

#theNews p {
	color:#555;	
	margin-top: 0px;
	text-align:left;
}

#theNews #newsSpacer {
	margin-bottom: -10px;
}

#theNews p a:active, 
#theNews p a:visited, 
#theNews p a:link {
	color:#555;		
}

#theNews p a:hover{
	color:#000;
}

#theNews hr {
	border:0;
	color:#c7c7c7;
	background-color:#c7c7c7;
	height: 1px;		
}