/* CSS for printing page - Mainly changes colours for easier  printing. To print a wysiwyg version, use a screenshot */

body {
background-color: #fff;
color:#000;
}

h1 {
background-image: none;
height: 120px;
width: 100%;
font-size: 170%;
}

h1 span { display:block; }

div#container {
margin-top: 0;
background-color: transparent;
padding-bottom: 83px;
}

ul#topnav { background-image: none; }

div#footer { background-image: none; }

#bottomimg {display:none;}