#news  {
	padding: 0 15px 5px 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #FF9900;
}

#news h2 {
	margin-top: 10px;
	font-weight: bold;
	color: #FF9900;
	font-size: 14px;
	text-decoration: underline;

}

#news li {
	list-style-type: disc;
	margin: 0px;
	padding:0px;
	line-height: 20px;
	color: #003366;

}

#news ul {
	padding-left:15px;
	margin-left: 0px;
}

#news a {
	padding-left: 10px;
	color: #FF9900;
	line-height: 24px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#news a:hover {
	padding-left: 10px;
	color: #FF9933;
	line-height: 24px;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

#banner {
	display: block;
	
}

#banner img {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	

}
	
#text {
	margin: 0px;
	padding-bottom: 5px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}	
