/* Style sheet for the Edgecomb Historical Society / Friends of Fort Edgecomb */

a:link { text-decoration: underline;
         color: blue;
         background-color: yellow; }

a:visited { text-decoration: underline;
            font-weight: 200;
            color: gray;
            background-color: yellow; }
          
a:hover  { text-decoration: underline; }

body { width: 100%;
       min-width: 750px;
	   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: rgb(90%,90%,100%); }
             
div.header { width: 80%;
             height: 100%;
             margin-left: 10%;
             border: thin solid black;
             background-color: silver; } 
   
div#siteEHS { height: 6em; }     
         
div#h1L { width: 22%;
          height: 100% ;
          float: left; }

div#h1L img { width: 6.5em;
              margin-left: 9em;
              height: 100%; }      
   
div#siteFOFE { height: 6em; }     
         
div#h1R { width: 22%;
          height: 100% ;
          float: left; }

div#h1R img { width: 6.5em;
              margin-left: 9em;
              height: 100%; }      

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.main { font-size: 100%; }
           
div#of { font-size: 65%;
         margin-top: 0.3em;
         margin-bottom: 0.3em }
           
div#partition { clear: both;
                width: 100%;
                height: 1.5em;
                background-color: red; }
                
div#home { width : 10%;
           height: 70%;
           padding-top: .2em;
           padding-bottom: .2em;
           margin-left: 45%;
           text-align: center;
           background-color: yellow;
           color: blue; }


div#announce { height: 7.5in;
               border-bottom: 2px dotted black; }

div#EHSpublicity { width: 100%;
                   height: 7.5in; }                              

div#EHSpublicity p {margin-left: 1em;
                    margin-right: 1em;
                    text-align: center;
                    font-family: Helvetica;
                    font-weight: bold;
                    color: red; }

div#EHSpublicity img {height: 6.5in; }      

div#FOFEpublicity { width: 100%;
                    height: 7.5in; }                              
 
div#FOFEpublicity p {margin-left: 1em;
                     margin-right: 1em;
                     text-align: center;
                     font-family: Helvetica;
                     font-weight: bold;
                     color: red; }
                                       
div#FOFEpublicity img {height: 6.5in; }

div#FOFEpublicity elem { font-style: italic; }

                   