/* 3CR Stylesheet for Printer */


/* Use whole page width and don't Print RHS */
div#MainPage {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

div#LHS
     {
       width: 100%;
       overflow: visible;
}

div#RHS
     {
       display: none;
}
  

/* Don't Print Navigation Menus */
#NavList1, #NavList2, #NavListBottom
     {
       display: none;
} 
   
div#CopyrightBottom
    {
  float: left;
}

/* Print Top and Bottom Lines */
/* Most browsers replace the background colour
   with white when they print.
   So we create a coloured top border
*/
div.TopLine, div.BottomLine {
  border-top: 3px solid rgb(115, 153, 198);
}
