body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  float: none;
  width: auto;
  font-size:10pt;
  margin:5px 5px;
}
#outerWrapper {
  float: none;
  width: auto;
}
#outerWrapper #header {
  display: none;
  float: none;
  width: auto;
	}
#outerWrapper #header #logo {
	 display: none;
  float: none;
  width: auto;
}
#outerWrapper #header #hdrBnr {
	 display: none;
  float: none;
  width: auto;
}
#outerWrapper #topNavigation {
	 display: none;
  float: none;
  width: auto;
}

#outerWrapper #topNavigation #listDiv {
	 display: none;
  float: none;
  width: auto;
}
#outerWrapper #topNavigation #searchBx {
	 display: none;
  float: none;
  width: auto;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper {
  overflow: hidden;
}

#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top:-10px;
}
#outerWrapper #footer {
   display: none;
  float: none;
  width: auto;
}
#contentWrapper #content #Mcentered {
	float: none;
  width: auto;
}
#contentWrapper #content #Lower {
  float: none;
  width: auto;
