.news_item {
	float: left;
	width: 840px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 1.2em;
	padding-bottom: .5em;
}
.news_item h4 {
	color: #07327e;
	font-size: 12pt;
	margin-bottom: .3em;
}

.calendar {
	height: 53px;
	width: 34px;
	display: block;
	float: left;
	margin: 0 30px 0 10px;
	background: white;
	border: 1px solid #cdcdcc;
	text-align: center;
}

.month, .year {
	display: block;
	background: #1a4b90;
	padding-top: 1px;
	height: 14px;
	color: white;
	font-size: 10px;
}

.day {
	display: block;
	margin-top: 3px;
	height: 20px;
	color: black;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

.news_text {
	width: 720px;
	float: left;
}

#centerpic { text-align: center; }

#centerpic img {	
	border: 10px solid #e5e5e5;
	margin: 1em 0;
}

