/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#logo { width:976px; padding:2px 0px 0px 0px; background:#fff url(images/top_middle.jpg) repeat-y; text-align:center; }
#header {  }
#navbutton  { display:none }
#content { width:970px; font-size:14pt; float:left; padding:5px 9px 0px 1px; background:#ffffff; }
#comments { display:none }
#sidebar { display:none }
/*#footer { display:none }*/
#footer a { display:none }
#copyright { width:500px; margin:0 auto; padding:15px 0px 5px 0px; border-bottom:1px solid #c7a046; color:#e6d398; }
}