﻿.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 #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 {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 22px;
				font-weight: normal;
				padding-bottom: 11px;
			}
			
			.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: #E23548; /* CR changed to red */
			font-weight: normal;
			padding-top: 10px;	/* CR changed padding bottom to padding top */	}
		
		.Content .RightColumn p {
			padding-bottom: 0px;	}
		
		.Content .RightColumn p a:link, .Content .RightColumn p a:visited { /* CR added this */
			color: #E23548;	}
			
		.Content .RightColumn p a:hover, .Content .RightColumn p a:active {  /* CR added this */
			color: #E23548;
			background-color: #f6f5f5;}
		
		.Content .RightColumn ul li a:link, .Content .RightColumn ul li a:visited { /* CR added this to style the links */
			color: #E23548;}
		
		.Content .RightColumn ul li a:hover, .Content .RightColumn ul li a:active {  /* CR added this to style the links */
			color: #E23548;
			background-color: #f6f5f5;}
		
		.Content .RightColumn ul li {  /* CR added this to move lists to the right */
			margin-left:20px;}
		