#menu, #flash, #header,#footer, #accessibility, #subNav {
	display: none;
	}

#body, #wrapper, #mainpage {
	background: #fff;
	color: #000;
	width: 100%;
	margin: 0;
	}
	
	
.doubleLeft {
	float: left;
	width: 69%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}

.doubleRight {
	float: right;
	width: 100%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}

.doubleSingle {
	float: left;
	width: 30%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}

.singleLeft {
	float: left;
	width: 35%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}

.singleCenter {
	float: left;
	width: 30%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}

.singleRight {
	float: right;
	width: 30%;
	position: relative; 
	font-size: 10pt; 
	line-height: 1.5em;
}