#news
{
	background:#000;
	height: 440px;
	width: 135px;
	left: 862px;
	top: 109px;
	position: absolute;
	visibility: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}

#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}

#news .newstitle ,#news .newsbody, #news .newstitle a,#news .newsbody a
{
	color: #888;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#news .newstitle
{
	padding-top: 10px;
	font-weight: bold;
	color: #EC0000;
}
#news .newstitle a
{
	font-weight: bold;
	color: #EC0000;
}


#news .newsbody 
{
	padding-right: 1px;
	padding-left: 1px;
	list-style: none;
}

#news li{
	line-height:1.4em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	overflow:hidden;
	visibility: visible;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:relative;
	top:0px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

