@charset "utf-8";
/*BEGIN - site wide --------------------------------------------*/
#abovePage, #header, #redSplash, .col2, #navFooter {display:none;}
#pageWrapper {border:none;}

/*make hidden things visible*/
.forPrintInline {display:inline;}
.forPrintBlock {display:block; text-align:left;}
address.forPrintBlock {text-align:left; font-size:.8em;}

/*hides content that should not print, add this class to content that should not print, eg.:images, etc.*/
.hideFromPrint {display:none;}

/*width of print region, 88% to allow horizontal content to show in FF at 100%, if shrink to fit in FF, could leave it as 100%*/
/*there is an IE conditional comment in page for width below*/
.rightmenu .col1 {width:88%; margin:0; padding:0; left:25%;}
/*added so print view does not get stretched for no reason, originally need for background image for body*/
.col1, .col1BottomLeftLogo, .col2 {min-height:0;}
/*removes dotted border line*/
.rightmenu .colleft {border-right:none;}


/*create some space from footer*/
#footer {margin-top:25px;}
/*BEGIN - specific pages ---------------------------------------*/
/*index.cfm*/

/*END - specific pages -----------------------------------------*/


