.newslist, .newsitem {
	width: 98%; /* calling content module, so don't use % here */
	margin: 0 auto;
}

.newshead {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: verdana, arial; font-size: 14px; font-weight: bold;
	line-height: 24px;
	border-bottom: 2px solid #000;

	color: #093;
}
	.newslhed {
		width: 60%;
		float: left;
	}
	.newsview {
		width: 35%;
		float: right;
		text-align: right;
	}

.newsltit {
	padding: 5px 10px;
	font-family: verdana, arial; font-size: 12px; font-weight: bold;
	color: #fff;
	background: #093; /* use site's corporate colour */
	border: 2px solid #000;
}
.newslbod {
	margin-bottom: 10px;
	padding: 10px;
}
	.newslmvl, .newslmvr { float: left; }
	.newslmvl { width: 15%; }
	.newslmvr { width: 85%; }
	.newslmvr a { font-weight: bold; }

