﻿.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;
}
.Content .RightColumn .Heading {
	border-bottom:1px solid #B7B7B7;
	color:#252525;
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:25px;
	padding-bottom:6px;
}
.RightColumn .Feature .Heading {
	border-bottom:1px solid #B7B7B7;
	color:#252525;
	font-family:sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:25px;
	padding-bottom:6px;
}
.RightColumn .Feature .Paragraph {
	padding-bottom: 12px;
}
.Content .RightColumn h3 {
	font-family: sans-serif;
	font-size: 18px;
	color: #E23548;
	font-weight: normal;
	padding-top: 10px;
}
.Content .RightColumn p {
	padding-bottom: 0px;
}
.Content .RightColumn p a:link, .Content .RightColumn ul li a:link { 
	color: #375071;
}
.Content .RightColumn p a:hover, .Content .RightColumn ul li a:hover { 
	color: #BD9D2A;
}
.Content .RightColumn p a:visited, .Content .RightColumn ul li a:visited { 
	color: #3E6BA6;
}
.Content .RightColumn ul li {
	margin-left:20px;
}
