html {
    height: auto;
}
body {
    _width: 720px;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background: #fff;
    /* fixed font size for print view */
    *font-size: 11px;
}
body.print {
    width: 720px;
}

.body, .page, .main, .boxMain {
    width: auto;
    min-height: 0px;
    height: auto;
    min-height: 0px;
    margin: 0px;
    padding: 0px;
    background: #fff;
}
.head, .navigation, .navigate, .links, .sDebug {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -999em;
}
body.traveler .head {
    display: block;
    visibility: visible;
    position: static;
}


.wPrintInstructions {
    display: block;
}
/* show print instructions on print popup prior to printing */
body.print .wPrintInstructions {
    color: #333;
}

@media print {
    /*  hide print instructions when printing popup */
    body.print .wPrintInstructions {
        color: #fff;
   }
}
