.Content .RightColumn {
	float: left;
	width: 100%;
}

	.Content .RightColumn .FeatureBox {
		padding: 1px;
		border: 1px solid #B7B7B7;
		margin-bottom: 30px;
	}
	
		.Content .RightColumn .Feature {
			padding: 20px 15px 13px 15px;
			background-color: #F2F2F2;
		}
		
			.RightColumn .Feature .Heading {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 24px;
				font-weight: normal;
				padding-bottom: 11px;
			}
			
			.RightColumn .Feature .Paragraph {
				padding-bottom: 12px;
			}
			
		.Content .RightColumn h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			color: #00539C;
			font-weight: normal;
			padding-bottom: 11px;
		}
		
		.Content .RightColumn h1 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24px;
			font-weight: normal;
			color: #7A5C21;
			line-height: 28px;
			padding-bottom: 6px;
			border-bottom: 1px solid #B7B7B7;
			margin-bottom: 25px;
		}
		
		.Content .RightColumn h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24px;
			font-weight: normal;
			color: #7A5C21;
			line-height: 28px;
			padding-bottom: 6px;
			border-bottom: 1px solid #B7B7B7;
			margin-bottom: 25px;
		}
			.Content .RightColumn p 
			{
				padding-bottom: 0px;
			}
			
			/*Image text wrapping*/
			
			.Content .RightColumn .LeftImage
			{
				margin:3px 10px 2px 0;
				float:left;
				border: none;  
			}
			
			.Content .RightColumn .RightImage
			{
				margin:3px 0 2px 10px;
				float:right;
				border: none;  
			}
.Content .RightColumn ul
{
	margin-left: 25px;
}

.Content .TableCell
{
	padding-left: 20px;
}