body {
	background-color: #999;
	margin: 0;
}
.divRoot {
	position:relative;
	display:inline;
	text-align:center;
}
.divBody {
	position:relative;
	margin:0 auto;
	width:900px;
	padding:0 30px;
	background: #DDD;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
.divBody a {
	color:#666;
}


/* --- TOP HEADER AND NAV --- */
div#divHeaderBlueBar {
	background: #16106f;
	width: 900px;
	height: 5px;
	margin:0 auto;
}
div#divHeader {
	display:block;
	background-color:#000;
}
div#divHeaderPointer {
	width:19px;
	height:16px;
	background-image:url(images/headerPoint0.gif);
	margin:0 0 2px 65px;
}
ul#listHeaderAll {
	z-index:1;
	display:block;
	margin:0 auto;
	padding:0;
	width:900px;
	height:38px; /* 38px for menu item + 18px margin and for arrow */
}
ul#listHeaderAll li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#listHeaderAll a {
	float:left;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	text-align:center;
	width:128px; /* 150px width - 20px padding - 2px border */
	padding:3px 10px;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	border-right-style:solid;
	border-width:2px;
	border-color:#000;
	color: #FFF;
}
ul#listHeaderAll a:hover {
	border-top-style:solid;
	border-bottom-style:solid;
	padding:1px 10px;
	background-color:#000;
}
#listHeaderAll a#section1 {
	background-color:#64b7df;
	border-left-style:solid; /* add left-most border */
	width:126px;
}
#listHeaderAll a#section2 {
	background-color:#b50613;
}
#listHeaderAll a#section3 {
	background-color:#ac3f03;
}
#listHeaderAll a#section4 {
	background-color:#16106f;
}
#listHeaderAll a#section5 {
	background-color:#89abc3;
}
#listHeaderAll a#section6 {
	background-color:#ec8303;
}


/* --- MAIN BODY --- */
.divContent {
	background-color:#FFF;
	width:838px; /* 900px - 50px padding - 12px border */
	padding:25px;
	margin:0 auto 20px;
	border-width:6px;
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:20px;
	color:#666;
}
.textHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:36px;
}
.divContent#section1 {
	border-color:#64b7df;
}
.textHeader#section1 {
	color:#64b7df;
}
.divContent#section2 {
	border-color:#b50613;
}
.textHeader#section2 {
	color:#b50613;
}
.divContent#section3 {
	border-color:#ac3f03;
}
.textHeader#section3 {
	color:#ac3f03;
}
.divContent#section4 {
	border-color:#16106f;
}
.textHeader#section4 {
	color:#16106f;
}
.divContent#section5 {
	border-color:#89abc3;
}
.textHeader#section5 {
	color:#89abc3;
}
.divContent#section6 {
	border-color:#ec8303;
}
.textHeader#section6 {
	color:#ec8303;
}


/* --- IMAGES AND PULLQUOTES --- */
.textPullQuote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#999;
	line-height:24px;
}
.justifyRight {
	display:block;
	float:right;
	margin:20px 0 20px 20px;
}
.justifyLeft {
	display:block;
	float:left;
	margin:20px 20px 20px 0;
}
.justifyCenter {
	display:block;
	margin:0 auto;
	border-style:none;
}
.textCaption {
	width:500px;
	margin:-10px auto 50px;
}


/* --- FOOTER --- */
.footerImage {
	float:right;
}
.textLogo {
	float:right;
	width:150px;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	color:#666;
}
strong.boldFooter {
	color:#000;
	font-size:11px;
	font-weight:normal;
}
strong.boldFooter a {
	color:#000;
}
div#divFooterBlueBar {
	background: #16106f;
	width: 900px;
	height: 5px;
	margin:15px auto 0;
}
