#RightSidebar {
	position:absolute;
	top:200;
	right:0;
	width:200px;
	height:100%;
}
.Content .LeftColumn {
	float: left;
	width: 185px;
	padding: 0px 20px 0px 0px;
}
.Content .LeftColumn .Action {
	height: 44px;
	margin: 10px 0px 20px 28px;
	width: 129px;
}
.Content .LeftColumn h3 {
	font-family:sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding: 15px 0px 6px 0px;
	border-bottom: 1px solid #B7B7B7;
}
.Content .LeftColumn .LeftNav {
	list-style: none;
}
.Content .LeftColumn .LeftNav li {
	font-size: 12px;
	line-height: 16px;
	/*padding: 9px 0px 7px 0px;*/
	border-bottom: 1px dotted #B7B7B7;
}
.Content .RightColumn {
	float: left;
	width: 494px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #B7B7B7;
}
.Content .RightColumn h1 {
	font-family:sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	line-height: 28px;
	padding-bottom: 6px;
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 25px;
}
.Content .RightColumn h2 {
	font-family:sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #252525;
	line-height: 28px;
	padding-bottom: 6px;
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 25px;
}
.Content .RightColumn h3 {
	font-family:sans-serif;
	font-size: 18px;
	color: #5F8191; /* CR changed color */
	font-weight: normal;
	padding-top: 11px; /* CR added padding to top */
	padding-bottom: 11px;
}
.Content .RightColumn p {
	padding-bottom: 0px;
}
.Content .RightColumn table {
	/* background-color:#f6f5f5;  
		width:95%; */
		border: 1px #777 solid;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}
.Content .RightColumn .SectionHeader {
	background-color: #5f8191;
	color: #FFF;
	/*	border-bottom: 1px solid #B7B7B7;*/
	margin-bottom: 20px;
}
.RightColumn .SectionTitle {
	font-family:sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 6px 10px 6px 10px;
}
.RightColumn .SectionHeader .Plan {
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
	line-height: 14px;
	font-weight: bold;
}
.RightColumn li {
	list-style-position: inside;
	margin-bottom: 5px;
}
.Content .RightColumn .PlanDetails {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0px 8px 10px;
}
.Content .RightColumn .Row1 {
	background-color: #E4E4E4;
}
.Content .RightColumn .Row2 {
	background-color: #F0F0F0;
}
.Content .RightColumn .RowTitle {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
	color: #E23548;
}
.Content .RightColumn .RowValue {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
}
.Content .RightColumn label {
	font-size: 12px;
}
.Content .RightColumn .Price {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #00539C;
	padding: 10px 10px 10px 10px;
}
.Content .RightColumn .BuyButton {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #d03e3e;
	border: 1px solid #b7b7b7;
	margin: 0px 10px 0px 10px;
}
.LeftNav a, .Content .RightColumn a, .Content .RightColumn .RowTitle a, .PlanDetails a {
	color: #375071;
	text-decoration: underline;
}
.LeftNav a:hover, .Content .RightColumn a:hover, .Content .RightColumn .RowTitle a:hover, .PlanDetails a:hover {
	color: #BD9D2A;
	text-decoration:underline;
}
.LeftNav a:visited, .Content .RightColumn a:visited, .Content .RightColumn .RowTitle a:visited, .PlanDetails a:visited {
	color: #3E6BA6;
	text-decoration:underline;
}
.RightColumn .BuyButton a {
	display: block;
	padding: 6px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
}
.RightColumn .BuyButton a:hover {
	background-color: #C33030;
	color: #FFFFFF;
	text-decoration:none;
}
.RightColumn .BuyButton a:active { /*added this to reinforce button press behavior */
	position:relative;
	top:1px;
}