/*********************************
This stylesheet is used to override settings in
the main stylesheet. 
Highlights:
-Items that are needed for the screen version only are removed. 
-A high resolution black and white logo replaces the screen version.
-The main content area spand the width of the page, to increase readability and save paper.
********************************/

* { background: none; color: #000;}
.printOnly {display:block;}
#wrapper, #container, #content, #footer {width: auto;border:1; padding: 0;margin: 0;float: none;display: auto;}

#rightcol, #leftcol, .col, .one, .two, .three, .clearer,
#footer ul, #header, #skipnav, #topnav, #breadcrumbs, 
#leftcol-lower, #leftcol-mid { display: none; }

#content {z-index: 10;}
#modify-date {width: auto; position: relative; color:#000;padding-right:10px;}
#footer {color: #000; border-top: 1px solid black; margin-top: 20px; padding-top: 10px;}
#footer a:link, #footer a:visited { color: #000; text-decoration: underline; }
