/******************************************
Layer 227 Inc. print.css

Style overrides for when a person prints a webpage.

******************************************/

/******************************************
CHANGES TO ALL SITE PAGES
******************************************/

/* remove navbars and most graphics except CDC logo and flash intro */
div#topmenu, div#mainmenu, div#secondarymenu, img#pagebanner {
display: none;
}

/* left-align the company tagline on homepage */
div#tagline {
text-display: left;
}

/* make background colour white instead of grey */
body {
background-color: #ffffff;
}


