/* the news box */
#news
{
	width:99%;
	
}
#news a
{
	color:#980D32;
	text-decoration: none;
}

#news a:hover {
    color: #1F980D;
}

#news ul, #news ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news ul li, #news ol li {
    margin: 0;
    padding: 3px 3px 3px 12px;
 	background: url(pics/r-bul.gif) 0px 4px no-repeat;
	border-bottom: 1px dotted #980D32;
}


#DOMnewsstopper {
	background-color: #000;
	padding: 0.2em;
	margin: 0.2em 0 0 0;
}

#DOMnewsstopper a {
	color: #fff;
}


/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
	background:#fff;
	border: 1px solid #aaa;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul, #news.hasJS ol
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 11px;
	padding:0;
}
#news.hasJS li {
	background: none;
	padding: 0 0.5em 1.5em 0;
	border: none;
}
