DIV.cmsContent {
	width: 421px;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #d5d5d4;
	color: #2f2f2f;
	line-height: 1.5em;
}
DIV.cmsContent TD {
	font-size: 12px;
	line-height: 1.5em;
}
DIV.cmsContent A {
	color: #767676;
	text-decoration: none;
}
DIV.cmsContent A:hover {
	color: #505050;
	text-decoration: underline;
}

DIV.tmpContentBox {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 20px;
}

DIV.tmpProjectSector {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

/* Featured Project */

DIV.tmpFeaturedSummary {
	font-size: 12px;
	color: #2f2f2f;
	line-height: 1.5em;
	width: 161px;
	margin-right: 15px;
}
DIV.tmpFeaturedImage {
	border: 1px solid #323e78;
}
DIV.tmpFeaturedImage IMG {
	border: 0;
}

