/* the news box */
#news1
{ 
/*background:#DDEEFF; */
margin:5 .5em 5 .5em;
color:#000000;
	width:300px;
	background:#D7ECFF; 
filter:alpha(opacity=60); 
-moz-opacity:0.2; 
opacity: 0.2

	
}

#news1 a
{

	color:#CC3300;
	text-decoration: none;
}
#news1 ul
{
	margin:0 .5em 0 1em;
	padding:0;
	color:#CC3300;
}

#news1 a:hover {
	color: #0000FF;
	background: #FF9900 url(../images/grad4.gif) repeat-x center left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:1px;
}




/* the news box */
#news
{ 
/*background:#DDEEFF; */
margin:5 .5em 5 .5em;
color:#000000;
	width:300px;
	background:#D7ECFF; 
filter:alpha(opacity=60); 
-moz-opacity:0.2; 
opacity: 0.2

	
}
#news a
{

	color:#CC3300;
	text-decoration: none;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
	color:#CC3300;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:90px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:90px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}


#news a:hover {
	color: #0000FF;
	background: #FF9900 url(../images/grad4.gif) repeat-x center left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:1px;
}