#homePlan {
	float:left;
	width:550px;
	margin:0 0 15px 15px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	line-height:18px;
}

#homePlan p{
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	line-height:18px;
}
#homePlan li{
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	line-height:18px;
}
#homePlan td{
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5d5d5d;
	line-height:18px;
}

#homePlan a:link{font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#006798; text-decoration:underline}
#homePlan a:visited{font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#006798; text-decoration:underline}
#homePlan a:active{font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#006798; text-decoration:underline}
#homePlan a:hover{font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#006798; text-decoration:none}
#homePlan a:visited:hover{font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#006798; text-decoration:none}

#homePlan H1 {
	margin:0 0 14px 0;
	padding:0px;
	font: 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#000;
	line-height:18px;
}
#homePlan H2 {
	margin:0 0 14px 0;
	padding:0px;
	font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#000;
	line-height:18px;
}
#homePlan H3 {
	margin:0px;
	padding:0px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#000;
	line-height:18px;
}

	#homePlanIntro{
		float:left; 
		width:550px; 
		margin:0 0 25px;
	}
		#homePlanIntroLeft{
			float:left; 
			width:360px;
		}
		#homePlanIntroRight{
			float:right; 
			width:181px;
		}
		
	#homePlanButtons{
		float:left; 
		width:550px; 
		margin:0 0 35px; 
		text-align:center;
	}
	
	#homePlanMain{
		float:left; 
		width:550px; 
		margin-bottom:35px;
	}
		#homePlanMainLeft{
			float:left; 
			width:550px;
			font-weight:bold;
			color:#5d5d5d;
			line-height:18px;
		}
		#homePlanMainRightLinks{
			float:right; 
			width:220px; 
			background-color:#307b9a; 
			padding:13px;
			margin-top:15px;
			color:#fff;
		}
		#homePlanMainRightLinks h3{
			font-size:15px;
			font-weight:bold;
			color:#fff;	
			margin-bottom:10px;
		}
		#homePlanMainRightLinks a:link{ font-size:12px; color:#fff;	}
		#homePlanMainRightLinks a:visited{ font-size:12px; color:#fff;	}
		#homePlanMainRightLinks a:active{ font-size:12px; color:#fff;	}
		#homePlanMainRightLinks a:visited:hover{ font-size:12px; color:#fff;	}
		#homePlanMainRightLinks a:hover{ font-size:12px; color:#fff;	}
		#homePlanMainRight{
			float:right; 
			width:220px; 
			background-color:#fbefdc; 
			padding:13px;
			font-weight:bold;
			color:#5d5d5d;
			line-height:18px;
		}
