/* CSS Document */

/* print styles */
BODY {color: #000; background: #fff;}
A:link, A:visited {background: #fff; color: #000; text-decoration: underline;
   font-weight: bold;}
h1 {background: #fff; color: #000; padding-bottom: 1px; font-size:16pt; font-weight: bold;
   border-bottom: 1px solid gray;}

#printlogo img { width: 300px; height: 125px; } /* displays the print logo */

/* hide menus */
DIV#navcontainer {display: none;}
DIV#adminnav {display: none;}
DIV#headernav {display: none;}
.footernav {display: none;}