/* the news box */
#news
{
	/*width:inherit;
	background-color: #E6E6E6;
	margin-left: 1px;*/
	display: block;
	width: 210px;
}
#news .headline {
	font-weight: bold;
	color: #666666;
}

#news a
{
	color:#666666;
	text-decoration: none;
}
#news ul
{
	/*width: 210px;*/
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
#news li{
	line-height:11pt;
	font-size: 10px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:20px;
	margin-right: 5px;
	margin-left: 5px;
}
#news li .headerline {
	font-size: 11px;
	font-weight: bold;
}
