#contentPage #contentContainer {
	background: url('../images/page-body-bg.png') repeat-x top center;
	padding-bottom: 50px;
	background-color: #fff;
}
#contentPage h1 {
	padding: 8px;
	background-color: #777;
	border: 1px solid #fff;
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial;
	font-weight: lighter;
	color: #fff;
	font-size: 26px;
	margin: 50px 0 14px 0;
	display: block;
	float: left;
	letter-spacing: 1px;
}
#contentPage h2 {
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial;
	text-transform: uppercase;
	padding: 13px 0 13px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	color: #444;
	margin-bottom: 15px;
	letter-spacing: 2px;
	clear: left;
}
#contentPage blockquote {
	padding: 10px;
	clear: right;
	font-family: "Baskerville","Georgia";
}
#contentPage .upBullet {
	margin: 0 10px;
}
#contentPage #content .introText {
	clear: left;
	line-height: 30px;
	font-size: 21px;
	color: #4d565b;
	margin-bottom: 50px;
}
#contentPage.introText a {
	font-weight: bold;
}
#contentPage .twocolumnHighlight {
	float: left;
	margin-bottom: 40px;
}
#contentPage .leftContentColumn {
	width: 470px;
	float: left;
}
#contentPage .leftContentColumn p {
	font-weight: lighter;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 15px 0;
	color: #777;
}
#contentPage h3.list {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}
#contentPage h3.light {
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
}
#contentPage #content p {
	font-weight: lighter;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 15px 0;
	color: #777;
}
#contentPage #content p.smaller {
	font-weight: lighter;
	line-height: 18px;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #777;
}
#contentPage #content li {
	background: url('../images/red-list-bullet.png') no-repeat 2px 4px;
	font-size: 13px;
	padding-left: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#contentPage #content ul {
	margin-bottom: 30px;
}
#contentPage .rightContentColumn {
	width: 460px;
	float: left;
	margin-left: 10px;
	display: inline;