/* print styles */

body, div, img, h1, h2, h3, ul, ol, li, a, form {
position: static;
float: none;
margin: 0;
padding: 0;
}

BODY {color: black; background: white;}

A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}

H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}

div#LayerBanner, div#LayerLogo, div#LayerSidebar {display: none;}

.navDiv, .navButts {display: none;}

#LayerMain {position: static; top: 0px; left: 30px;}

.nodisplay {display: block; margin-left: -16px; margin-bottom: 30px;}

.noprint {display: none;}

.footer {display: none;}

.printfooter {display: block;}



