html.print, html.print body{
	overflow: auto !important;
	height: auto !important;
}
html.print #columnLeft, html.print  #columnLeft_handle, html.print  #desktopHeader, html.print #dockWrapper, html.print #OpenLayers_Control_PanZoomBar_37{ 
    display: none !important;
}
html.print #printLegend{
	height: auto !important;
}

@media print {
   
   #columnLeft, 
   #desktopNavbar, 
   #dockWrapper, 
   #columnLeft_handle {
       display: none !important;
   }

   #mainColumn {
       float: none;
       overflow: visible;        
   }

   #mainPanel {
       overflow: visible;        
   }

}