﻿.Content .LeftColumn {
	float: left;
	width: 163px;
	padding: 0px 20px 0px 0px;
}

	.Content .LeftColumn .Action {
		height: 44px;
		margin: 10px 0px 20px 28px;
		width: 129px;
	}

.Content .RightColumn {
	float: left;
	width: 665px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #B7B7B7;
}

	.Content .RightColumn .FeatureBox {
		padding: 1px;
		border: 1px solid #B7B7B7;
		margin-bottom: 30px;
	}
	
		.Content .RightColumn .Feature {
			width: 460px;
			padding: 20px 15px 13px 15px;
			background-color: #F2F2F2;
		}
		
		    /*BS Added for h1 heading*/
		    .Content .RightColumn .Heading {
    color: #252525;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
}
		
			.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 p {
			padding-bottom: 10px;
		}
		.Content .RightColumn h2 {
			padding: 10px 0;
		}