/* the news box */
#news
{
	width:auto;
	color: #000099;
	background-color: #D5ECE2;
}
#news a
{
	color:#0000FF;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:normal;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:300px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:10px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

