/* 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;
}

#fullWidthHeader, #header, .redline, #content1 #right, #fullWidthFooter {
    display: none;
}

#outerWrapper {
    background-image: none;
}

#outerWrapper, #contentWrapper, #content1, #left {
    width: 100% !important;
    padding: 0px !important;
}
