div#news_full_story {
	margin-left: 100px;
	overflow: auto;
	height: 400px;
	width: 700px;
}
div#news_area {
	padding: 8px;
	height: 320px;
	overflow: auto;
}
.news_title {
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}
.news_date {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.event_details_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1c1f97;
}
.event_details_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	font-weight: bold;
}


.news_summary {
	font-size: 12px;
	color: #FFFFFF;
}
div#events_area {
	padding: 8px;
	height: 315px;
	overflow: auto;
}
