﻿@media print
{
    .header, .headbar, .box, #footer, #oMainContent, #headbar, .button
    {
        display: none;
    }
    
    #menu, #menuBox
    {
        display: none;
    }
    
    .mainContent
    {
        font: 11px Arial;
    }

    #container
    {
        width: 600px;
    }
    body
    {
        background: #f0f0f0 url('/App_Themes/Default/Images/background.jpg') top left repeat-x;
        font: 9.5pt Arial;
        padding: 0 0 10px 0;
    }
    h1, h2, h3, h4, h5, h6, ul, li, p, hr
    {
        margin: 0;
        padding: 0;
    }
    p, hr
    {
        clear: both;
    }

    #mainContent
    {
        background: #fff;
    }
    #content
    {
        float: left;
        line-height: 1.4em;
        padding: 5px 20px 25px 20px;
        width: 565px;
        min-height: 250px;
    }
    #content h3, #column h3
    {
        color: #94C500;
        font-weight: bold;
        text-transform: uppercase;
    }
    #content h3
    {
        font-size: 22pt;
    }
    #content h4, #column h4
    {
        color: #5B7900;
        font-size: 15pt;
        font-weight: bold;
        text-transform: uppercase;
    }

    #content p
    {
        margin: 15px 50px 0 0;
    }

    #content p a
    {
        color: #2092B3;
    }

    







}
