body {
    background: white;
}

#headerSearchForm {
    display:        none;
}


.MENU {
    display:        none;
}


.RightSide {
    display:        none;
}


.FOOTER {
    position:   static;
    color:      #000;
    font-size:  90%;
    border-top: 1px solid black;
    background: white;
}
.FOOTER .links {
    display:        none;
}

.MAIN {
    padding-bottom: 200px;
    position:        relative;

    margin-top:  0px;
    margin-left: 0px;
    overflow:   hidden;
}


.BODY {
    margin-left:       10%;
    margin-right:      10%;
}


.HEADER {
    display:        none;
}
.PRINT_HEADER {
    display:        block;
}

#printVersion {
    display:        none;
}
