.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 .Content {
	background: #FFFFFF url(../images/bkg_content_shadow.jpg) top left no-repeat;
	border-left: 4px solid #FFFFFF;
	padding: 20px 20px 26px 16px;
	width: 648px;
}

.ContentLeft .Content .LeftColumn {
	float: left;
	padding-right: 30px;
	width: 418px;
}

	.Content .LeftColumn h3 {
		color: #22497E;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 18px;
	}

	.Content .LeftColumn p {
		padding-bottom: 18px;
	}
	
	.Content .LeftColumn a {
		color: #044EB4;
		text-decoration: none;
	}
	
	.Content .LeftColumn a:hover {
		color: #002353;
	}
	
	.Content .LeftColumn .Quote {
		color: #000000;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		line-height: 20px;
	}
	
.ContentLeft .Content .RightColumn {
	float: left;
	width: 200px;
}

	.Content .RightColumn .Image {
		border: 1px solid #B2B2B2;
	}
	
	.Content .RightColumn .Caption {
		color: #363636;
		font-size: 11px;
		line-height: 14px;
		padding: 4px 0px 20px 0px;
		text-align: center;
		width: 200px;
	}