#news {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-left: 50px;
	margin-bottom: 25px;
	
}

#news a{
	text-decoration: none;
	color: #666666;
}

#news a:hover{
	color: #FFC000;
	text-decoration: underline;
}


#news h2{
	background-color: #003300;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	padding-right: 5px;
}

#news h3 {
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}

#news p {
	font-size: 10px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 10px;
	padding-bottom: 5px;
}
