html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #2BBEEC url('images/bgPage.jpg') top center repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000;
	}
img {
	margin: 0;
	padding: 0;
	border: 0;
	}
a:hover {
	text-decoration: underline;
	}
#pageContainer {
	width: 890px;
	margin: 26px auto;
	text-align: center;
	border: 0px solid;
	}
#pageLogo {
	clear: both;
	width: 780px;
	height: 140px;
	margin: 0 auto;
	background: url('images/logoHeader.gif') no-repeat;
	}
#pageBgLeft {
	float: left;
	display: inline;
	width: 55px;
	margin-top: 3px;
	}
#pageContent {
	float: left;
	display: inline;
	width: 780px;
	background: url('images/bgMain.gif') repeat-y;
	}
#pageBgRight {
	float: left;
	display: inline;
	width: 55px;
	margin-top: 3px;
	}
#pageNav {
	float: left;
	display: inline;
	height: 34px;
	margin-left: 9px;
	margin-bottom: 4px;
	border: 0px solid;
	}
#pageNav img, #pageNav a {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
#pageHeader {
	width: 760px;
	margin: 0px auto 7px auto;
	}
#pageContentLower {
	margin-left: 8px;
	background: url('images/bgContent.gif') no-repeat;
	}
#pageContentBgCover {
	margin-top: 5px;
	background: url('images/bgCover.gif') repeat-y;
	}
#pageContentBottom {
	height: 107px;
	margin-top: -0px;
	background: url('images/bgBottom.gif') bottom left no-repeat;
	}
#pageSections {
	float: left;
	width: 232px;
	margin-top: 0px;
	background: url('images/bgSectionsFade.gif') repeat-x;
	}
#sectionBoxTitle {
	text-align: left;
	margin-top: 36px;
	margin-left: 21px;
	}
#sectionBoxDots {
	text-align: left;
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 6px;
	}
#pageContents {
	float: left;
	width: 513px;
	margin-top: 0px;
	margin-left: 19px;
	background: url('images/bgContentFade.gif') repeat-x;
	}
#contentBoxTitle {
	text-align: left;
	margin-top: 36px;
	margin-left: 29px;
	}
#contentBoxDots {
	text-align: left;
	margin-top: 5px;
	margin-left: 28px;
	margin-bottom: 6px;
	}
#pageContentsContent {
	margin: 0 30px 10px 30px;
	text-align: justify;
	color: #CA9028;
	line-height: 20px;
	}
#pageContentsContent a {
	color: #CA9028;
	text-decoration: none;
	}
#pageContentsContent a:hover {
	color: #56B6D9;
	text-decoration: underline;
	}
#pageBottom {
	clear: both;
	width: 780px;
	height: 37px;
	margin: 0 auto;
	background: url('images/bgPageBottom.gif') no-repeat;
	}
#pageFooter {
	margin-top: 25px;
	margin-bottom: 20px;
	color: #fff;
	}
#pageFooter a {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	}
#pageFooter a:hover {
	text-decoration: underline;
	}
#footerSubText {
	margin-top: 3px;
	color: #0093E0;
	}
#footerSubText a {
	color: #0093E0;
	text-decoration: underline;
	}
#footerSubText a:hover {
	color: #fff;
	}
.pixelClear {
	clear: both;
	display: block;
	}

/* INDEX LAYOUT */
#indexPhoto {
	float: left;
	display: inline;
	width: 477px;
	height: 623px;
	margin-left: 8px;
	}
#indexRightPanel {
	float: left;
	display: inline;
	width: 294px;
	margin-left: 1px;
	background: url('images/bgIndexRight.jpg') no-repeat;
	text-align: center;
	}
#indexMission {
	height: 320px;
	width: 225px;
	margin: 18px auto 0 auto;
	}
#indexMissionGraphic {
	text-align: center;
	margin-bottom: 5px;
	}
#indexMissionText {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CC8D2E;
	font-family: Arial, Verdana;
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
	}

#indexProudMembersText {
	color:#1b7691;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
#indexReadMoreLink {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	}
#indexReadMoreLink a {
	text-decoration: none;
	color: #1B7691;
	}
#indexReadMoreLink a:hover {
	text-decoration: underline;
	}
#indexButtons {
	margin-top: 25px;
	}
.indexButtonDivider {
	margin: 8px auto;
	}
/* END INDEX STYLES */


/* MISC STYLES */
#escrow101FAQTable td a {
	font-weight: bold;
	}
.FAQAnchor:hover {
	text-decoration: none;
	}
.backToTopLink {
	text-align: right;
	margin-bottom: 15px;
	}
.backToTopLink a {
	text-decoration: none;
	color: #CA9028;
	}
.backToTopLink a:hover {
	color: #56B6D9;
	text-decoration: underline;
	}
.calcTotalBox {
	background-color: #DBF7FF;
	}