@media print {

    /* Don't print any of these. */
    #bottomNav,
    #colLeft,
    #colRight,
    #header,
    #promoBox,
    .noPrint {
	    display: none;
	    }


    #colMiddleContent {
	    float: none;
	    margin: 30px auto;
	    }

    h1,h2,h3,h4,h5,h6 {
	    page-break-after: avoid;
    }

}
