﻿
/*Use a printer friendly font*/
body { font-family:"Times New Roman", Times, serif; font-size : 12pt; background-color:inherit; } 

/*Adjust page elements for printing.*/
#header {display:inherit;}
#content {margin-left:0; 
     float:none; 
     width:100%; 
     color:inherit; 
     background-color:#fff;
     font-size:12pt;
     min-height:680px;
     overflow:visible;
     height:auto
     }
#comments {display:inherit; }
#sidebar {display:inherit; }
.footer, .email_send {display:none; }
/*Hide left navigation bar for printing*/
.mainNav .fancyFont{font-family:Arial, Helvetica, sans-serif !important}
.list-items {clear:both}
#content div.list-items div.item
{
    clear:both;
    page-break-inside: avoid; 
    font-size:12px;
    float:none;
    display:block;
}
