div#leftcol {
	float: left;
	width: 665px;
	margin-left: 15px;
}

div#rightcol {
	float: right;
	width: 305px;
	margin-right: 15px;
}

img.icon {
	width: 42px;
	height: 50px;
	vertical-align: text-top;
	background-color: white;
}

img.updateType {
	width: 12px;
	height: 12px;
	vertical-align: text-top;
	background-color: white;
}

.news {
	width: 650px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}

.newsIcon {
	float: left;
}

.newsHeading {
	width: 600px;
	float: right;
	position: relative;
}


.newsTypeIcon {
	position: absolute;
	top: 4px;
	right: 0px;
}

.newsTitle {
	font-size: 1.6em;
	border-bottom: solid black 1px;
	clear: both;
}

.newsDate {
	float: left;
	font-size: 11px;
	vertical-align: top;
}

.newsKeywords {
	float: right;
	position:relative;
	font-size: 11px;
	color: #999999;
}

div.news p {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-indent: 0px;
}

.newsFooter {
	text-align: right;
	margin-top: 10px;
	font-size: 11px;
	color: #999999;
}

div#pagination {
	height: 24px;
	clear: both;
	width: 650px;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
}
