body {
	margin: 0 auto;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 4px 0;
}
#container {
	padding: 25px 15px;
	float:left;
	background: #f1f3f4;
	position:relative;
}
body, #container {
	width: 720px;
}
.corner {position:absolute; width:17px; height:17px;}
	.topLeft {top:0; left:0; background-position:-1px -1px;}
    .topRight {top:0; right:0; background-position:-19px -1px;}
    .bottomLeft {bottom:0; left:0; background-position:-1px -19px;}
    .bottomRight {bottom:0; right:0; background-position:-19px -19px;}

#container .corner {
	background-image:url(images/sprite.gif);
}
#rCol {
	float: right;
	width: 234px;
}
/*
#rCol h2 {
	margin: 0 0 8px 0;
	display:none;
}*/
#rCol h3 {
	margin:0;
	padding:0;

}
#rCol ul {
	margin: 10px 0;
	padding:0;
}
#rCol p {
	text-align: left;
}
#rCol .highlight, .center {
	text-align: center
}
#rColContent {
	text-align: left;
	padding-bottom: 10px;
}
#lCol {
	float:left;
	width: 450px;
	padding: 0 15px 0 0;
	border-right: 2px dotted #999;
}
a:hover {
	text-decoration:none;
	color: #3F747F;
}
a img {
	border:none;
	padding: 10px 0;
}
h1 {
	color:#C5CD22 /*#CDD52A*/;
	margin:0px;
	padding:0px;
}
#lCol h1 {
	text-transform: capitalize;
}
h2 {
	display:block;
	font-size:18px;
	margin: 18px 0 0 0;
	padding:0;
	color:#333 /*#3F747F*/;
}
h3 {
	margin:0 0 8px 0;
	padding:0;
	display: block;
	color: #3F747F;
}
p {
	display:block;
	margin: 0 0 8px 0;
	padding:0;
}
li {
	list-style:none;
	background: url("images/arrowsq_sm.gif") no-repeat left 3px;
	padding: 0 0 10px 25px;
}
#infousa {
	float:left;
}
.bold {
	font-weight: bold;
}
#showPricing {
	margin: 18px 0 0 0;
	display:none;
}
.pricingNotes {
	font-size: 8px;
}
.includes {
	float:right;
	width: 200px;
}
.note {
	float:left; ;
	width: 660px;
	margin: 10px 0 40px 10px;
}
