/* the news box */
#news
{
	
}
#news a
{
color:#8B0000;
font-family: Arial;
	
}
#news ul
{
	margin:0 .5em 0 0.5em;
	padding:0;
}
#news li{
	line-height:1.2em;
	font-family: Arial;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:70px;
	overflow:hidden;
	width:180px;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:80px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

