body {
	background: white;
	color: #000000;
}


#container, #containercontent , #footer {
	/*font-size: 11pt;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
   }
   
   
#banner, #navcontainer {
   display: none;
   }
   
   
#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: white;
   }

/**  oud:

html body {
	float: none;
	background-color: white;
	font-family: Georgia, serif;
	color: #000000;
}

body #container, body #containercontent {
	background: white;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	color: #000000;
}

#banner {
	display: none;
}

**/
