
body {
background-color: #ccc2aa;
	}
#headerWrapper {/* height of header etc. */
	background-color: #FFFFFF;
	height: 80px;
	}
#indexDefaultMainContent{
	padding-bottom: 15px;
	background-color: #FFFFFF;
	}	
#content {/*this pulls the entire main page in EZ Pages up closer to header using minus value...the only way...not sure why*/
	margin-top: -11px;
	padding-top: 0px;
	width: 948px;
	}
#contentMainWrapper {/*white background under header for entire box*/
	margin-top: 0px;
	width:977px;
	background-color: #FFFFFF;
    padding-bottom: 0px;
	}
	
	#contentMainWrapperb {/*this HIDES the left column background and is set for white background as well as the above contentMainWrapper*/
	background-image: none;
	margin-left: 0px;
	background-color: #FFFFFF;
	width:977px;
	}
	

	
	#content {
	float: left; /* Same length as .outer padding-left but with negative value */
	line-height:1.6;
	position: relative; /* IE needs this  */
	width: 977px;
	background-image: none; /* THIS OVERRIDES background from stylesheet #content tag */
	background-color: #FFFFFF;
	margin-top: -6px;
	}
	
.contentWrap{
	padding-left: 15px;
	}
	
#tagline {
	font-size:12px;
	font-weight:normal;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #008000;
	padding-top: 2px;
	}
	#navBreadCrumb {
	text-align:left;
	line-height:0;
	font-size:0;
	visibility: hidden;
	}

#logoWrapper {
	float:left;
	width:968px;
	height: 68px;
	margin: 0px;
	}
.contentWrap{/* Main content incl pics and titles in center column */
	padding-top: 0px;
	padding-bottom: 0px;
	}