@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  padding: 0px;
  margin: 0px;
  line-height: 12px;
  }
}
body {
   background: white;
   font-size: 11px;
   }
#navTop {
   display: none;
   }
#flash {
   position:static;
   display: none;
 }    
#flashRightMed {
   display: none;
   }   
#flashRightMed-print {
   display: block;
   position:static;   
   }    
#navRight {
   display: none;
   position:static;	
}   
#content {
   background: transparent none;
   line-height: 6px;   
   float:none;
   position:static;
   padding: 0px;
   margin: 0px;
   color: #000;
   }
a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#lightwindow { display: none; }

lightwindow_overlay { display: none; }

