/*
This style sheet is for print preview from a browser.
All DIVs are hidden except the manin one
*/

/* Sample Stylesheet */
body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
}

/* spread main content across page */
#rh-col {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: 550px;
  color: black; 
  background-color: white;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
div#hdr, div#lh-col, div#ftr, .ftr{
  display: none;
}

div#logo {
	visibility: visible; width: 100%;
}

/*
   <div id="logo"><img src="images/logo_sml.gif" id="logo_sml" name="logo_sml" width="320" height="126" alt="" border="0" /></div>
*/
