/* Style sheet for Friends of Fort Edgecomb base page */

a:link { text-decoration: underline;
         color: blue;
         background-color: white; }

a:visited { text-decoration: underline;
            font-weight: 200;
            color: gray;
            background-color: white; }
          
a:hover  { text-decoration: underline; }

body { width: 100%;
       min-width: 850px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12pt;
       border-style: none;
       border: 0;
       margin: 0;
       padding: 0;
       text-align: left;
       text-decoration: none;
       color: black;
       background-color: white; }
           
p#build { text-align: center;
          color: red;
          font-size: 1.5em; 
          font-family: "Verdana, Arial, Helvetica, sans-serif"; }
   
div#site { height: 12em;
           width: 100%; }                   

div#header { width: 100%;
             height: 20em;
             font-size: 75%;
             font-family: fantasy;
             background-color: silver; }       
         
div#h1L { width: 22%;
          height: 100% ;
          float: left; }

div#h1L img { margin-top: 1em;
              margin-left: 1em;
              height: 90%;
              width: 120%; }      

div#FOFE { width: 78%;
           float: right;
           color: navy;
           font-family: "Poor Richard", "Arial Black Italic", "Goudy Handtooled BT", serif;
           font-size: 3.9em;
           text-align: center;
           margin-top: 6%; }

div.main { font-size: 100%; }
           
div#of { font-size: 50%; }

div#partition { clear: both;
                width: 100%;
                height: 1.5em;
                background-color: red; }
             
div#pagehome { width: 50%;
               float: left; 
               height: 88%;
	           background-color: yellow;
               text-align: center; }
              
div#pagehome a {margin-left: 20%; }              
                
div#pageEHS { width: 50%;
              float: right; 
              height: 88%;
	      background-color: yellow;
              text-align: center; }
              
div#pageEHS a {margin-right: 20%; }              

div#official { height: 40em;
               width: 100%; }

#left { width: 20%;
        margin-right: 1em;
        float: left;
        border-right: 3px double black; }
               
div#officers { width: 100%;
               padding-bottom: 2em;
               font-size: .75em;
               font-weight: bold;
               text-align: center; }
                
div#paint { width: 40%;
	    float: right;
	    padding-left: 1em;
	    margin-right: 0.5em;
	    margin-left: 1em;
	    border-left: black double;
            font-size: 0.8em; }
            
div#paint p img { height: 15em;
                  margin-bottom: 1em;
                  display: block;
                  margin-right: auto;      
                  margin-left: auto; }            
                
div#theday { clear: none;
             height: 5em;
             font-size: 0.8em; }
            
div#theday p img { height: 15em;
                   margin-bottom: 1em;
                   display: block;
                   margin-right: auto;      
                   margin-left: auto; }            
           
div.label { font-size: 150%;
            text-align: center;
            font-weight: bold; }

div#legend { margin-top: 1.5em;
             margin-left: 1em; }
                         
div#legend img { margin-left: 3em;}            

#min { font-size: 70%;
       font-weight: bold;
       width: 50%;
       margin-left: 22%;
       margin-bottom: 2em;
       border: solid blue thick; }           
            
           
p#minbuild { text-align: center;
             font-size: 1.5em; 
             font-family: "Verdana, Arial, Helvetica, sans-serif"; }
