﻿.Content .LeftColumn {
	float: left;
	width: 185px;
	padding: 0px 20px 0px 0px;
}

	.Content .LeftColumn .Action {
		height: 44px;
		margin: 10px 0px 20px 28px;
		width: 129px;
	}

.Content .RightColumn {
	float: left;
	width: 494px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #B7B7B7;
}

	.Content .RightColumn .FeatureBox {
		padding: 1px;
		border: 1px solid #000033;
		margin-bottom: 30px;
	}
	
		.Content .RightColumn .Feature {
			width: 460px;
			padding: 20px 15px 13px 15px;
			background-color: #E1EAEE;
		}
		
			.RightColumn .Feature .Heading {
                                color: #00539B;
				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: #00539B;
			font-weight: normal;
			padding-bottom: 11px;
			margin-top: 10px;
		}
		
		.Content .RightColumn p {
			padding-bottom: 25px;
		}
