/* Your Print Area Style */
body, #outline, #content { < - the content will print since it is not hidden and formatted
format the print here
}
/* Your Non-Print Area Style */
.noprint, #footer, #header, #bg_panel2, #leftpanel, .footertext, .print, .bg_panel1, .banner1, .banner2, .banner6, .banner5, .banner4, .logo, .banner3, .banner7 {
display: none !important; < - the footer and header will not print since it is hidden
}


