div.body {
	padding: 20px;
}
img.bodyImage {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	border: solid 1px #aaa;
	padding: 2px;
}
div.colLeft {
	background-color: white;
	background-image: url("../media/default/boxInnerGradient.png");
	background-repeat: repeat-x;
	border: double 4px #ddd;
	min-height: 250px;
	padding: 6px 10px;
	float: left;
	width: 500px;
}
div.colRight {
	background-color: #EDEDEC;
	background-image: url(../media/index/rightColBg.png);
	background-repeat: repeat-x;
	border: 1px solid #BBBBBB;
	color: #333333;
	padding: 10px;
	min-height: 274px;
	width: 195px;
	float: right;
}
div.newsHeader {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
}
div.newsDate {
	font-size: 8pt;
	margin-bottom: 4px;
}
span.readMore {
	font-size: 9pt;
}