﻿@media print {

    #mainNavigation,
    #subNavigation,
    div.leftCell,
    #headerLoginBar,
    #headerBottom,
    div.footerBottomBar {
        display: none;
    }

    div#header {
        height: 0px;
        border: none;
    }

    #banner {
        background-color: #1a2237;
        height: 78px;
        width: 99.9%;
    }
    /* div#headerBannerImages {float: none;} */

    div.centerpad,
    div.centerSpanRight,
    div.center2,
    div.centerSpanRight2 {
        margin-left: 0;
    }

    div.center2 {
        width: 100%;
    }
}
