
/* CSS Document */

body {
	background: #FFFFFF;	
}

.container {
	background: none;
}


#header .subscribe,
#header .donation {
	display: none;	
}



.bannerContainer {
	display: none;	
}

#resizeTool {
	display: none;	
}


#topNav, #secondaryNav {
	display: none;	
}

.container {
	margin: 0;	
	width: auto;
	height: auto;
}

.contentContainer {
	margin: 0;
	padding: 0;
	position: inherit;
	overflow: visible;
	width: auto;
}

.bannerHolder {
	display: none;	
}



#leftCol {
	float: none;
	overflow: visible;
}

#rightCol {
	float: none;
	margin-top: 20px;
	overflow: visible;
}

.footer, .footerBottom {
	display: none;	
}