.newshead {
	width: 100%;
	overflow: hidden;
}
	.newslhed {
		width: 60%;
		float: left;
	}
	.newsview {
		width: 35%;
		float: right;
		margin-top: 1.5em;
		text-align: right;
	}

.newsltit {
	margin-top: 1em;
	padding: 0.25em 0.5em;
	font-weight: 800;
	background-color: #efeaea; /* use site's corporate colour */
	border-width: 1px 0;
	border-style: solid;
	border-color: #e2dede;
	text-transform: uppercase;
}
.newslbod {
	margin-bottom: 1em;
	padding: 0.25em 0.5em;
	background-color: #fbfafa;
	border-bottom: 1px solid #e2dede;
}
.newslbod p {
	margin: 0.5em 0;
}
	.newslmvl, .newslmvr { float: left; }
	.newslmvl { width: 120px; }
	.newslmvr a { font-weight: bold; }

.floatc {
	/*display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ' ';*/
	clear: both;
}

.newslist {
	width: 100%;
}
