/* It is common to set printer friendly styles such as a white background with black text. */
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;
}
#outerWrapper {
  float: none;
  width: auto;
}
#outerWrapper #header {
  float: none;
  width: auto;
  display:none;
}

#mainNav {
	display:none;
	}

#outerWrapper #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #leftColumn1 {
  display: none;
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #content {
  float: none;
  width: auto;
  margin: 0 0 0 0px;
}
#outerWrapper #footer {
  float: none;
  width: auto;
}
