#newsColumn {
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #ed301c;
	margin-bottom: 25px;
        width: 100%;
}

#newsPageTitle {
	font-size: 14pt;
	margin-bottom: 15px;
}

#newsPageDate {
	font-size: 8pt;
	color: #252525;
	margin-bottom: 15px;
	padding: 1px;
	background-color: #e2e2e2;
}

#newsPageContent {
	font-size: 9pt;
	line-height: 1.6em;
}