/***** News Formatting *****/

#news {
	text-align: center;
	margin-left: 20px;
}

#news .entry {
	margin: 0 0 20px;
	text-align: left;
}

#news .title {
	border-bottom: 1px solid #023A75;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #023A75;
}

#news .content {
	padding: 4px 7px;
	border-top: 0;
	border-bottom: 1px solid #023A75;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#news .info {
	background: #f7f7ff;
	border-top: 0;
	border-bottom: 0;
}

#news .info table {
	padding: 0;
	width: 100%;
}

#news .info table td {
	font-size: 83%;
}