/* Style sheet for the Edgecomb Historical Society / 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: 900px;
	   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-image: url(backALL.jpg); }
   
.siteEHS { height: 6em;
           margin-left: 10%;
           margin-top: 0.5em;
           float: left;
           width: 40%; }     
         
div#h1L { width: 22%;
          height: 100% ;
          float: left; }

div#h1L img { margin-top: 5%;
              margin-bottom: 5%;
              width: 6.5em;
              margin-left: 1em;
              height: 95%; }      
   
div#siteFOFE { height: 6em;
               margin-right: 10%;
               margin-top: 0.5em;
               float: right;
               width: 40%; }     
         
div#h1R { width: 22%;
          height: 100% ;
          float: right; }

div#h1R img { margin-top: 5%;
              margin-bottom: 5%;
              width: 6.5em;
              margin-left: 1em;
              height: 95%; }      

div.FOFE { width: 78%;
           float: right;
           padding-top: .5em;
           color: navy;
           font-family: "Poor Richard", "Arial Black Italic", "Goudy Handtooled BT", serif;
           font-size: 1.4em;
           text-align: center; }
           
div#partition { clear: both;
                width: 100%;
                height: 1.5em;
                background-color: red; }

div.CV { margin-top: 2em;
         margin-bottom: 50em;
         margin-left: 1em;
         margin-right: 1em;
         border-top: double black;
         font-weight: bold; }
           
p#build { text-align: center;
          color: red;
          font-size: 1.5em; 
          font-family: "Verdana, Arial, Helvetica, sans-serif"; }

                  