/* Print CSS */

body
{
    background: none;
    font-size: 10pt;
}

.headerContainer
{
    display: none !important;
}

.navigationColumn
{
    display: none !important;
}

.bodyContainer
{
    min-height: 80px;
    height: auto !important;
    height: 80px;
    width: 950px;
}

.contentColumn
{
    width: 950px !important;
    float: left !important;
}

.non-print
{
    display: none !important;
}

.itemContentAreaSidebar
{
    display: none !important;  
}


.optionPrintHeading
{
display: block;
margin-bottom: 10px;
}
