/* the news box */
#news
{
	width:232px;
	left:10px;
	background:#fff;
}
#news a
{
	font-family: Arial,Verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1.3em;
	font-family: Arial,Verdana;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	color:#7f7f7f;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:78px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:relative;
	top:50px;
	left:10;
	margin:0 .5em 0 .5em;
	padding:0;
}

