/*LAYOUT ELEMENTS*/

body {	background-color:white}

table#contentBand {
	table-layout:auto !important;
	width:100%;
	border:0;
}

#leftCol {
	visibility:none;
	display:none;
	width:0 !important;
	background-color:#fff;
}

#contentCol {
	width:100% !important; 
	padding-left:0;
	padding-right:0;
}

html>body .wide #contentCol {
	width:100% !important; 
}

.wide #contentCol {
	width:100% !important; 
}

html>body .wide #contentCol {
	width:100% !important; 
}

#content {
	width:99% !important; 
	padding-left:0;
	padding-right:0;
	border-left-width:0;
	
}

html>body #content {
	width:99% !important; 
}

.wide #content { 
	width:99% !important; 
}

html>body .wide #content {
	width:99% !important; 
}

#contentHead {
	width:98% !important;
	margin-left:0;
	margin-right:0;
	padding-left:2%;
	padding-right:0;
}

#DPIBanner {
	width:100% !important;
}

#DPINav { display:none; }
#DPIGlobal { display:none; }
#DPIBrandStrap {border:0;}

