/* the news box */
#news
{
	width:176px;
	background: #6BB96B;
	height: 240px;
}
#news a
{
	font-size:10px;
	color: #FFFFFF;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:2px;
}
#news li{
	/* line-height:10px; */ 
	padding-bottom: 8px;
	
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:240px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:240px;
	left:0;
	margin:0 .5em 0 .5em;
	padding: 4px;
}
.newsHeader {
	padding-top: 15px;
	padding-bottom:6px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}