/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {
    .header-top {
        background:rgb(240,240,240);
        overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
        width:900px;height:80px;
        }
    }
@media print {
    .header-breadcrumbs {
        width:900px; background:transparent;
        }
    }
@media print {
    .nav2 {
        background:rgb(240,240,240);
        border:none;
        color:rgb(75,75,75);
        float:left;
        font-size:1.0em; font-size:130%;
        width:900px;
        }
    } /*Color navigation bar normal mode*/
       
@media print {
    .main {
        background:transparent;
        clear:both;
        padding-bottom:30px;
        width:900px;
        }
    }
@media print {
    .main-navigation {
        background-color:rgb(240,240,240);
        border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200);
        display:inline /*Fix IE floating margin bug*/;
        float:left;
        overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;
        width:199px;
        }
    }
    
@media print {
    .footer {
        background:rgb(240,240,240);
        clear:both;
        height:3.7em;
        font-size:1.0em;
        overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
        padding:1.1em 0 0;
        width:900px;
        }
    }