html {
	background-image: none;
	background-color: white;
}


body {
	background-color: white;
	background-image: none;
}

#bodyInner {
	background-image: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.noprint {
	display: none;
}

/* TOP BAR */

#topBar .inner {
	height: 75px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;
	position: relative;
}

#topBar .inner h1 a {
	color: #000000;
}

#topBar .inner ul {
	display: none;
}

/* MAIN CONTAINER */

#mainContainer {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

/* HEADER */

#header {
	display: none;
}

/* INNER NAV */

#innerNav {
	display: none;
}

/* CONTENT */

#content {
	width: auto;
	background-image: none;
}

#content .inner {
	width: auto;
	background-image: none;
}

#content .inner .inner {
	width: auto;
	background-image: none;
	padding: 0;
}

/* FOOTER */

#footer {
	display: none;
}