/*print styles*/
body { 
color: black;
background: white;
} 
 
   
 #header1, #header2, #header3, #header4, #header5, #header6
  {
  display:none;
  }
  #headerism{
  display:inherit;
  }
   
 #navcontainer, #navcontainer ul
 { display: inline;
 }
 #content 
 {
 align: left;
 width: 80%;
 font-family: helvetica, arial, sanserif;
 font-size: 10pt;
 font-color: black;
}
H1
{
 font-family: helvetica, arial, san-serif;
 font-size: 14pt;
 font-color: black;
 page-break-after: avoid;    
  }
 div.figure
{ float: right;
width: 3in;
border: none;
page-break-inside: avoid;
   }
 div.caption {
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  text-align: left;
     }
     
 
#footerbox {
display:none;
}
   
