/* CSS Document */
@media print , aural , braille , embossed , handheld , tty {
    img {
        border: 0px;
        padding: 0;
        margin: 0;
    }
    #subNavTop {
        float: right;
    }
    * {
        margin: 0;
        padding: 0;
    }
    /*stuff wich is not needed for print version**/
    #navContain,#enlarge,#filter,#subNavTop ul,.breadCrumb,#textSize,#module,#printShare,#footer div,.page,#introbg,.countrycontainer,#ticker_wrapper,#iw-vpreview,#referenceHeader,#references,#modules,div.modules {
        display: none !important;
    }
    #resources h1 {
        padding-bottom: 100px;
    }
    div.column {
        padding-top: 50px;
    }
    #resources .box {
        background-color: #FFFFFF;
        background-image: none;
        clear: left;
        display: block;
        float: left;
        font-size: 0.75em;
        margin: 0 14px 0 0;
        overflow: hidden;
        width: 333px;
    }
    #resources .box ul {
        clear: left;
        border: 1px solid #D2D1D4;
    }
    #footer p {
        border-top: 1px black solid;
        clear: both;
        display: block;
        text-align: left;
        margin-top: 20px;
        padding: 20px 0 0 20px;
        font-family: Arial, Helvetica, san-serif;
        font-size: 70%;
    }
}
