/*

NB. IE can be set to remove headers and footers
Firefox can't (on a mac)
so output may vary from browser to browser

notes for print style:
make sure long floated elements become: float:none

[TODO] - do they want the logo on every page?

Hints from ALA:
http://www.alistapart.com/articles/goingtoprint/
*/

/*fonts and colours*/
body {background:white; color:black;}
body, h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, Verdana, sans-serif; background-color:white; color:black; padding-left:0;}
h1 {font-size:1.3em;}

/* things to hide (all navigational elements) */
#left,
#right,
#loginForm,
#footer,
#searchBox,
#files,
#compliance,
#navigationMain,
#email-block,
#search-block {display:none;}

/* larger margin for the header */
#header {margin-bottom:20px; border-bottom:1px solid #425E8E;}

/* resize the table using the wings as margins */
table#mainBlock {border-width:0;}
table#mainBlock td#homeContentCell {border-width:0; width:90%; margin-left:5%; margin-right:5%;}
td#leftCell,
 td#rightCell {display:none; border-width:0; width:0px;}

#siteIntro {padding:0px;}

#content {
        width: auto;
        border: 0;
        padding: 0;
        float: none !important;
        color: black; 
        background: transparent;
        }
        
#mainLogo {border:0px;}
ul.multipages {margin-top:1em;}

a, a:visited {color:black;}
