/* Print Media Formatting */

@media print {
body {
   background: white;
   font-size: 12pt;
   }
#sidebar, #menu, #sidebar1, #sidebar2, #sidebar3, #header, #footer {
   display: none;
   }
#content {
   width: auto !important;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   font-family: Georgia, Times, Times New Roman, serif !important;
   font: Georgia, Times, Times New Roman, serif !important;
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
p, ul {
   font-family: Georgia, Times, Times New Roman, serif !important;
   font: Georgia, Times, Times New Roman, serif !important;
   }
}
