.ContentLeft .PageTitle {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ACACAC;
	border-left: 4px solid #FFFFFF;
	color: #22497E;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 1px;
	padding: 16px 0px 8px 16px;
}

.ContentLeft .Project {
	background: #FFFFFF url(../images/bkg_content_shadow.jpg) top left no-repeat;
	border-bottom: 1px solid #ACACAC;
	border-left: 4px solid #FFFFFF;
	padding: 20px 20px 26px 16px;
	margin-bottom: 1px;
}

.ContentLeft .LastProject {
	background: #FFFFFF url(../images/bkg_content_shadow.jpg) top left no-repeat;
	border-left: 4px solid #FFFFFF;
	padding: 20px 20px 26px 16px;
}


	
.ContentLeft .LeftColumn {
	float: left;
	padding-right: 26px;
	width: 156px;
}

	.LeftColumn .Image {
		border: 1px solid #B2B2B2;
		margin-bottom: 20px;
	}
	
	
	
.ContentLeft .RightColumn {
	float: left;
	width: 466px;
}

	.RightColumn h3 {
		color: #22497E;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 6px;
	}

	.RightColumn p {
		padding-bottom: 18px;
	}
	
	.RightColumn a {
		color: #044EB4;
		text-decoration: none;
	}
	
	.RightColumn a:hover {
		color: #002353;
	}