 #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: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 16px;
		font-weight: normal;
		color: #E23548; /* Cindy changed color */
		padding: 15px 0px 6px 0px;
		border-bottom: 1px solid #B7B7B7;
	}
	
	.Content .LeftColumn h3 a {  /* Cindy changed added this  */
		color: #E23548;
	}
	
	.Content .LeftColumn .LeftNav {
		list-style: none;
	}
	
		.Content .LeftColumn .LeftNav li {
			font-size: 12px;
			line-height: 14px;
			/*padding: 9px 0px 7px 0px;*/
			border-bottom: 1px dotted #B7B7B7;
		}
		
		.LeftNav a {
			display: block;
			padding: 9px 0px 7px 0px;
		}
		
		.LeftNav a:link, .LeftNav a:visited {color: #363636; text-decoration: none;}
		.LeftNav a:hover, .LeftNav a:active {color: #363636; text-decoration: none; background-color: #F6F6F6;}
	


.Content .RightColumn {
	float: left;
	width: 494px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #B7B7B7;
}

     .Content .RightColumn h1 {
		font-family: Georgia, "Times New Roman", Times, 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 h2 {
		font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #E23548; /* 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 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 table { 
		/* background-color:#f6f5f5;  
		width:95%; 
		border: 1px #777 solid; 
		margin: 0px; 
		border-collapse:	collapse; /* CR added this */
		margin: 20px 0 20px 0;
	}

	.Content .RightColumn .SectionHeader {
		background-color: #676767;  /* Cindy changed this */
		color: #FFFFFF; /* Cindy added this */
	}
	
		.RightColumn .SectionTitle {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			font-weight: bold;  /* Cindy added this */
			line-height: 18px;
			padding: 6px 10px 6px 10px;
		}
		
		
		.RightColumn .SectionHeader .Plan {
			color: #FFFFFF;
			padding: 6px 10px 6px 10px;
			line-height: 14px;
			font-weight: bold;
			
		}
		
		
		
	.Content .RightColumn .PlanDetails {
		font-size: 11px;
		line-height: 12px;
		padding: 5px 0px 8px 10px;
		
	}
	
		.PlanDetails a:link, .PlanDetails a:visited {color: #E23548; text-decoration: underline;}
		.PlanDetails a:hover, .PlanDetails a:active {background-color: #F5F5F5;}
			
		
		
	.Content .RightColumn .Row1 {
		background-color: #E4E4E4; /* Cindy changed this */
	}
	
	.Content .RightColumn .Row2 {
		background-color: #F0F0F0; /* Cindy changed this */
	}
	
	.Content .RightColumn .RowTitle {
		font-size: 12px;
		line-height: 14px;
		padding: 10px 10px 10px 10px;
		color: #E23548; /* Cindy changed this */
	}
	
	.Content .RightColumn .RowTitle a{ /* Cindy changed this */
		color: #E23548;
		text-decoration: underline;
	}
	
	.Content .RightColumn .RowTitle a:hover /* Cindy changed this */
	{
		background-color: #F6F6F6;
	}
		
	
	.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: #000000;
		font-weight: bold;
		background-color: #e1e1e2;
		border: 1px solid #b7b7b7;
		margin: 0px 10px 0px 10px;
	}
	
		.RightColumn .BuyButton a {
			display: block;
			padding: 6px;
			color: #000000;
			text-decoration: none;
			border: 1px solid #FFFFFF;
		}
		
			.BuyButton a:hover { /* Cindy changed this */
				background-color: #E23548; 
					color: #FFFFFF;}
