/* the news box */
#news
{
	width:200px;
	background:#CAE5FA;
	border-width:0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #8D866C #8D866C #8D866C #8D866C;
	border-collapse: collapse;
	margin-top:10px;
	margin-left:10px;
}

#DOMnewsstopper
{
	color:#CAE5FA;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	font-size:8px;
	margin-top:50px;
}
#news a
{
	color:#000;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1.15em;
	margin-bottom:12px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:400px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:400px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

