/* the news box */
#news
{
	width:240px;
	padding: 25px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	height: 340px;
	background-repeat: repeat-y;
}
#news a
{
	background-repeat: repeat-y;
}
#news ul
{
	margin:0;
	padding:0;
	list-style-type: square;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	background-image: url(images/volunteers/accordian_halftone.jpg);
}
#news li{
}
/* the news box when JavaScript is available */
#news.hasJS
{
	overflow:hidden;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:relative;
	padding:0;
}
