/* the news box */
#news
{
	width:220px;
}
#news a
{
	 FONT-SIZE: 11px;
	 FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica;
	 color: #000033;
	 TEXT-DECORATION: none;
	 font-weight:bolder;
}
#news ul
{
	margin:0 .5em 0 0.5em;
	padding:0;
	[if IE] padding-right:10;
}
#news li{
	line-height:1.5em;
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica;
	color: #000033;
	font-weight:bolder; 
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	top:10px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	[if IE] padding-right:10;
}
#news hr{
line-height:1.5em;
}
