@charset "utf-8";
/*PRINT Style Sheet 
visibility = "visible"/"hidden" which keeps the element in the layout but does not show the content. To actually remove the element, you use display = "none"/"inline" to force a realignment of the page layout.*/
body#services #container { font-family: Verdana, Arial, Helvetica, sans-serif; } /*serif good for large volumes of printed text and sans serif is still good for smaller areas of printed text*/
body#services #container #header { display: none; }
body#services #container #sidebar { display: none; }
body#services #container #footer { display: none; }
body#services #container #mainContent #printthis { display: none; } 

body#services #container #mainContent { width: 860px; border: none; color: #000000; background-color: #FFFFFF;} /* change to serif font for printing */
body#services #container #mainContent .imgnoshow { display: block; }
