

/* FOR PRINTING */


#menu {display: none  !important;}
#sidebar {display: none !important;}
#footer {display: none  !important;}
#header {display: none !important;}
#section {
clear: both;}
#everything {width: 100%  !important;}
#content {margin: 0px 0px 0px 0px !important;}


  p {
     margin: 1em .2em 1em .2em;
   }
   
   h1 {
     background: #00285e;
     color: white;
     font-size: 13pt;
     padding-top:2px;
     padding-bottom:2px;     
     padding-left: 15px;
     border-bottom: 3px solid #a90041;          
   }   

   h2 {
     background: #202542;
     color: white;
     font-size: 12pt;
     padding:2px;
     border-bottom: 2px solid #a90041;
   }
   
   h3 {   
     font-size: 14pt;
     color: #00285e;
     padding:3px;      
     border-bottom: .1em solid #a90041;
   }
   
  #insidesection h3 {
     font-stretch: expanded;
     font-style: oblique;   
     font-size: 14pt;
     color: #00285e;
     text-indent: 15px;
     padding:3px;      
     border-bottom: .1em solid #a90041;     
   }   

   h4 {   
     color: #A90041;
     font-size: 12pt;
     font-weight: bold;
     padding:2px;      
   }


 body {
     text-align: justify;
     font-family: verdana;
     font-size: 75%;
   }
   
   
#printthing {
float: left;
width: 100%;
font-size: 17px;
text-align: center;
    color: #00285e;
display: inline;}
