/*  RLOC Print Stylesheet
    Author: Geoffrey Elliott
    Updated: January, 2004
*/

body {
    background-image: url(/images/rloc_logo_print.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 110px;
}

#rlocLogo, #navigation, #utilities {
    display: none;
}

#printLogo {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#content {
    width: auto;
}

#canvas {
    background-color: transparent;
}

#main {
    border: none;
    background-color: transparent;
}

#footer, #footer a:link {
    background-color: transparent;
    color: black;
}