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

.newsColumn {
	float: left;
	width: 168px;
	padding: 0 0 0 0;
	margin: 0;
	background: #fff;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:168px;
		border-bottom:#CCC solid 1px;
		margin-bottom:5px;
}

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

.newsCopy2 {
	height: 80px;	
	margin: 0 0 0 6px;
	padding: 6px 0 6px 0;
	overflow: auto;
		voice-family: "\"}\""; 
		voice-family:inherit;
}

html>body .newsCopy2 {
	height:90px;
}


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

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

.newsCopy p, .newsCopy2 p {
	margin: 0 0 6px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDD;
}

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

.newslist a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

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

.newslist .date {
	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:120%;padding:4px 0 8px 0;
	font-weight:bold;
	color: #f00;
}
/*
.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: 110%;
	color: #666;
	margin: 0;
	padding: 0;
}