/*---------------------------------------------------------------------------------
News Column
---------------------------------------------------------------------------------*/

.newsColumn {
	float: left;
	width: 810px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	border: 1px solid #999 ;
	background: #fff;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:245px;
}

html>body .newsColumn {
	width:810px;
}


.newsCopy {
	height: 100px;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	overflow: auto;
		voice-family: "\"}\""; 
		voice-family:inherit;
}

html>body .newsCopy {
	height:100px;
}

.newsCopy p {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDD;
}

/*---------------------------------------------------------------------------------
News Items
---------------------------------------------------------------------------------*/
.newsList  {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.newsList ul {
	margin: 0 0 20px 0; 
	padding: 0;
}

.newsList a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.newsList li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	background: none;
}

.newsList .date {
	font-size: 12px;
	padding: 4px 0 0 10px;
	color: #6B8F07;
}

.newsList .text {
	padding: 2px 12px 2px 0px;
	border-bottom: 1px solid #DDD;
	color: #333;
}
.newsList .footer {
	padding: 0px 0 0px 0px;
	color: #666;
	font-size:0.8em;
	text-align:center;
}
.newsList .category {
	font-size:1.3em;
	font-weight:bold;
	color: #000;
}
.newsList  a:link		{ color: blue; text-decoration: none; }
.newsList  a:visited	{ color: blue; text-decoration: none; }
.newsList  a:hover		{ color: #666666; text-decoration: none; }
.newsList  a:active		{ color: #999999; text-decoration: none; }
.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}
h5 {
	font-size: 12px;
	color: #ff6633;
	margin: 0;
	padding: 0;
}