/* Main Part */

body    
   {       
   background-color: #fff;
   margin: 5%; 
   padding: 0px;
   color: #000;
   font-family: "Times New Roman", Garamond, serif;  
   text-align: justify;
   font-size: 12pt;
   border: 0px;
   }


#navigation /* Format for Menu */
    {        
    display: none;
    }

#topmenu /* Format for TopMenu */
    {       
     display: none;
    }

.navLogo	/* Format for images in Menu */
    {
    display: none;  
    }


#navhist {
           display: none;  
         }

#content
    {
    background-color: #fff;
    margin: 5%; 
    padding: 0px;
    color: #000;
    font-family: "Times New Roman", Garamond, serif; 
    border: none;
    width: 85%;
    float: left;
    }


form
     {  
     display: none;  
     }

.bordLeft /* with border */
    {
     float: left;
     border: 1px solid #000000;
     margin-top: 1%;
     margin-right: 2%;
     margin-bottom: 1%;
     margin-left: 0%;
    }

.bordRight /* with border */
    {
     float: left;
     border: 1px solid #000000;
     margin-top: 1%;
     margin-right: 2%;
     margin-bottom: 1%;
     margin-left: 0%;
     }


.ref /* format for references */
    {
     margin-top: 2%;
     color: #000;
     padding: 10px;
    }

.foot /* format for footnotes in text */
     {
     color: #000000;
     text-align: justify;
     }

.accessstrip /* strip for page location at top of webpage */

     {
       display: none;  
     }


div.floatLeft
    {
       display: none;  
    }

div.floatLeft p	
     {
      display: none;   
     }

div.floatLeft img 
     {
    
border: 0px solid #000000;
     }

#footer		
     {
     padding-top: 5px;
     border-top: 1px solid #000000;
     text-align: center;
     margin-top: 5px;
     font-size: 11pt;
     }

     /* Headings */


     h1, h2, h3, h4, h5, h6  
     {
     font-family: Arial, sans-serif;
     font-weight: bold; color: #222;
     border: none;
     } 

 h1 
     {
      display: none;
     } 

 h2  {
      text-align: center;
      font: 18pt "Times New Roman", serif;
      font-weight: bold;

     }

 h4  {
      font-size: 15px;
      text-align: center;
      padding-left: 0px;
      border: none;
     }
  



.gallery img /* image for gallery pages */
    {
     padding: 2px;
     margin-left: -1%;
     margin-bottom: 3%;
     border: 4px double #000000;
    }

#navigation h3  /* Heading 3 in menu */
     
     {
     display: none; 
     } 
   

#navigation h2  /* Heading 2 in menu */
     
     {
     display: none; 
     }

#navigation h1 /* Heading 1 in menu */
     
     { 
     display: none; 
     }

#navigation p /* Text in menu bar */
     
     { 
     display: none; 
     }

 p   
     {
     font-family: "Times New Roman", Garamond, serif; 
     color: #000000;     
     width: 85%;
     padding-bottom: 0.2em;
     }

hr   {
     color: #000000;
     padding: 0px
     }

sup  {
     color: #000000;
     }

  /* Links in Contents page */

 a
      {
      font-size: 12pt;
      color: #000;
      }

.top a   /* Top of page link in text */
      { 
       display: none; 
      }

 a:link
      {
      color: #000;
      text-decoration: none;
      }

 a:visited
      {
       color: #000;
       text-decoration: none;
      }

 a:active
      {
      color: #000;
      text-decoration: none;
      }

 a:hover
      {
      color: #000;
      text-decoration: none;
      }

 /* Links in Menu */

#navigation a  
      {
      display: none;
      }

#navigation a:link  
      {
      display: none;
      }

#navigation a:visited
      {
      display: none;
      }

#navigation a:active  
       {
       display: none;
       }

#navigation a:hover  
       {
       display: none;
       }
