body {
	margin: 0;
	background-color: #d7d6d1;
/*	background: #d7d6d1 url(img/wrapper_bg.gif) repeat-y top center;	
*/
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}

#skipnav {display: none;}

a {
	color: #b31b1b;
	text-decoration: none;
	border-bottom: 1px solid #e5cfcf;
}

a:hover {
	color: #f00;
	border-bottom: 1px solid #f00;
}


/********** top banner with logo **********/

#topnavwrapper {
	display: none;
}

#redbar {
	display: none;
}

/*********** top right banner nav ***********/

#rednav {
	display: none;
}



/************** main navigation **************/

#topnav {
	display: none;
} 


/************** left margin menu *************/

#leftnav {	
	display: none;
}

/********* sectiontitle and banner image *********/

#sectiontitle {
	clear: left;
	background-color: #fff;
}

#sectiontitle h1 {
	width: 740px;
	font-family: georgia, "times new roman", times, serif;
	font-weight: normal;
	font-size: 2.2em;
	color: #73736c;
	margin: 0 auto;
	padding: 0;
	background-image: none;

	/* unhack ie5/win */
	text-align: left;
}


/********* page layout *********/

#wrapper {
	background: #f0eee6 url(img/wrapper_bg.gif) repeat-y top center;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	border-top: 4px solid #73736c;
}

#container {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background: #f0eee6 url(img/wrapper_bg.gif) repeat-y top center;
}

#leftcolumn {
	display: none;
}

#content {
	float: left;
	width: 510px;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: .82em;
	line-height: 1.4em;
	text-align: left;
}

hr {
	display: none;
}

/* main titles */

h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0;
}

h2 {
	color: #c00;
	font-size: 1.3em;	
	line-height: 1.2em;
	margin: 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0;
}

/* for quotes */
h4 {
	font-size: 1.0em;
	line-height: 1.15em;
	font-style: italic;
	margin: 10px 0 4px 0;
	font-weight: normal;
}

/* for the source of the quote */
h5 {
	font-size: .9em;
	line-height: 1.0em;
	font-weight: normal;
	margin: 0 0 8px 50px;
}

/* notes */
h6 {
	color: #999;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 10px 0;
	font-weight: normal;
}


/***** OLD HEADING Styles  ********

See the new ones updated for the Style Guide, above

h2 {
	font-size: 1.1em;
	margin: 2px 0;
}

h1 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

**********************************/ 

.backtotop {
	display: none;
}

/********** Footer CSS **********/

#footerwrap {
	display: none;
}




