/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #content, #container {
   width: 100%;
   margin: 0;
   float: none;
   background: #fff url(none);
}


/*printer styles for excluding nav and header*/

@media print{
/*hide the div for the menu when printing*/

#toplinks{display:none;}

#hNav{display:none;}

#leftcolumn{display:none;}

#footer{display:none;}




}








