body {
        font-family: "Arial", Helvetica, Sans-Serif;
        font-size: 10pt;
        width: 100%;
        background-image: url("./themes/site_themes/nexuscommunitypartners/images/printheader.png");
        background-repeat: no-repeat;
        background-position: top left;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 60px;
        margin-right: 60px;
}

.navigation, .intro, .footer-nav, .side-inner {
        display: none;
}

#navigation, #footer, #title, #sidebar {
        display: none;
}

.print_button {
         background: url (./themes/site_themes/nexuscommunitypartners/images/print_button.gif) no-repeat;
}

.no_print {
display:none;
}

.printmargin {
         margin-top: 160px;
         margin-bottom: 100px;
         margin-left: 16px;
         margin-right: 84px;
}


#header {
        display:none;
}

.printheader {
     background: url (./themes/site_themes/nexuscommunitypartners/images/printheader.png) no-repeat fixed top left;
}