﻿@media print
{
    body 
    {
        background-color: White;
        font-size: 12pt;
    }
    
    a
    {
        color: #67260e;
        text-decoration: none;
        font-weight: bold;
    }
    
    a img
    {
        border: none;
    }
    
    /* Remove all navigation elements */
    #leftnav
    {
        display: none;
    }
    
    #toplinkareas
    {
        display: none;
    }
    
    #topnavtop
    {
        display: none;
    }
    
    #divItemControls
    {
        display: none;
    }
    
    #divPictures
    {
        display: none;
    }
    
    /* Make the item the width of the page */
    #contentbodyinnercontent
    {
        float: none !important;
        width: 100% !important;
    }
    
    .browseitem
    {
        font-size: 12pt !important;
        width: 700px !important;
    }

    .browseitem div
    {
        font-size: 12pt !important;        
    }
    
    .browsesubhead
    {
        font-size: 12pt !important;
        padding-bottom: 4px;
    }
    
    .browsebody
    {
        font-size: 12pt !important;
    }
    
    /* misc */
    #copyright
    {
        font-size:11pt;/*10*/
        margin-top:10px;
        text-align:center;
    }
}

