/*

The print style sheet determines how the page will be printed. These styles 
modify the existing styles in the other style sheets primarily by hiding 
certain parts of the page that don't need to be printed such as the 
navigation, footer, etc.

Note that there is a seperate line in the HTML that calls this file. That is the 
only way for this file to work in some browsers.

*/

body { color: #000; margin: 0; padding: 0; }
p { color: #000; }
#search { display: none; }
#nav { display: none; }
#pageBground { padding: 0; }
#sidenav { display: none; }
#footer { display: none; }
div.printer { display: none; }
#logo { display: block; padding: 0 0 0 18px; }
