﻿@media print {

    body {
        background-color: White;
    }

    #header,
    #header .logo,
    #header .logo2,
    #content *
    {
        background-image: none;
        color: Black;
    }

    #header .print-logo,
    .print-footer
    {
        display: inline !important;
    }

    .header-nav,
    #nav,
    #sidebar,
    #idc-container-parent,
    .addthis_toolbox,
    .flash-placeholder
    {
        display: none;
    }

    #header {
        margin-top: 1em;
        width: 767px;
        height: 28px;
        overflow: hidden;
        padding-bottom: 1em;
    }

    #content {
        float: none;
        /* width: 1000px; */
        margin-bottom: 2em;
    }

    #header,
    #content {
        border-bottom: 1px solid #c0c0c0;
    }

}
