/* Main Part */

body    
   { 
   background-color: #fff;
   border: none;
   margin: 5%; 
   padding: 0px;
   font-family: "Times New Roman", serif;
   font-size: 12pt;
   color: #000;   
   text-align: justify;
   }

#white    /* White background for Poll pages */
   {       
   display: none;
   }

.red
    {
     color: #000;
    }

#navigation 
    {        
    display: none;
    }

.navLogo	
    {
    display: none;
    }

#content
    {
     margin: 5%;  
     border-width: 0px;
     width: auto;
     background-color: #fff;
     text-align: justify;
    }

#banner
     {
     display: none;
     }

.border
     {border: 1px solid #222;
     }

.floatLeft /* no border */
    {
     float: left;
     margin:0px 10px 0px 25%;
    }

.bordLeft /* with border */
    {
     float: left;
     margin:0px 10px 0px 25%;
     border: 2px solid #222;
    }

.floatRight /* no border */
    {
     float: right;
     margin:0px 10px 0px 25%;
    }

.bordRight /* with border */
    {
     float: right;
    margin:0px 10px 10px 25%;
     border: 2px solid #222;
    }


.lefttext /* format for text in WWI tables and list of vicars */
    {
     text-align: left;
     font-size: 80%;
    }




.ref /* format for references */
    {
      font-family: "Times New Roman", Garamond, serif; 
    
      color: #000;
      border: 0px;
    }

.foot /* format for footnotes in text */
    {
     color: #CC6666;
   
     text-align: justify;
     }


.right /* format for back to the top links */
    {
     display: none;
    }

.center /* format for pop tables */
    {
     text-align: center;
    }

.vicar /* format for vicars names */
    {
     font-size: 12pt;
      color: #000;
    }

div.floatLeft
    {
    float: left;
    width: 160px;
    z-index: 1;
    }

div.floatLeft p	
     {
     padding: 0px;
     line-height: 1em;
     font-size: 90%;
     }

div.floatLeft img 
     {
     margin:0px 10px 0px 0px;
     padding: 0px;
     }

#footer		
     {
     padding: 0px;
     text-align: center;
     color: #000; 
     margin-top: 5px;
     font-size: 90%;
     }

     /* Headings */


     h1, h2, h3, h4, h5, h6  
     {
     font-family: Arial, sans-serif;
     font-weight: bold; color: #222;
     } 

 h1 
     {
      font-size: 17pt;
     } 

 h2  {
      text-align: center;
      font-size: 17pt;
      margin-top: 30px;
      padding-left: 0px;
     }

 h4  {
      font-size: 15pt;
      text-align: center;
      padding-left: 0px;
     }

#navigation h2
     {
     display: none;
     }

 p   
     {
      margin: 5%; 
      font-family: "Times New Roman", Garamond, serif; 
   
      width: 85%;
      color: #000;   
     }

hr   
     {
      width: 50%;
      color: #000;
      padding: 0px;
     }

sup  
     {
      color: #000;
     }

blockquote
           {
            font-family: "Times New Roman", Garamond, serif; 
           
            color: #000;
            margin-left: 8%;
            margin-right: 8%;
           }

  /* Links */

 a
      {
     font-size: 12pt;
      color: #000;
      }

 a:link
      {
    color: #000;
   
      text-decoration: none;
      }

 a:visited
      {
      color: #000;
     
      text-decoration: none;
      }

 a:active
      {
       color: #000;
     
      text-decoration: none;
      }

 a:hover
      {
      display: none;
      }

#navigation a  
      {
       display: none;
      }

#navigation a:link  
      {
      display: none;
      }

#navigation a:visited
      {
      display: none;
      }

#navigation a:active  
       {
       display: none;
       }

#navigation a:hover  
       {
       display: none;
       }
