/*  PRINTABLE CSS */
#pageBody, #pageContent {
	font-size:14px;
}
#topNav2, #share, .sideColorCell, .imageCentered, #likeit, .social, .cNotice, .mainBottomFooter {
	display:none; 
}
.tableBody[style] {
   border: none !important;
}
/*These are specifically for the home page, just in case someone wants to print it...? */
#topNav, #contentMain .left { display:none; }


/* So the locations page can be printed with map on one page and locations test on other */ 
#pageBreakPrinting {
	display:block;
	page-break-after:always;
}