html {
	margin:0px;
	padding:0px;
	}
body { 
	font:1em arial; 
	color:#061228; 
	background-color:#fff8dc;
        background-image:url(/images/parchment2.jpg);
	margin:0; 
	padding:0;
	min-height:100%;
	text-align:center;
	}
p { 
	font:1em arial; 
	margin-top:0px; 
	text-align:justify;
	}
ul { 
       list-style:circle outside; 
   }

h1 {	
	font:40px; color:#879ac9;
	}
h2 {  
        font:2em color:#879ac9; 
        }
h3 { 
        font:1em arial; 
        }
a:link { 
	font-weight:bold; 
	text-decoration:none; 
	color:#061228;
	}
a:visited { 
	font-weight:bold; 
	text-decoration:none; 
	color:green;
	}
a:hover, a:active { 
	text-decoration:underline; 
	color:blue;
	}
a img {
        border:none;
      }

#navlist ul {
        margin:0; padding:0; list-style:none; width:80%; 
      }
#navlist a { 
       display:block; 
      }
#navlist li {
       float:left; width:14em; 
      }
#navlist li ul { 
      display:none; background-color:#f0f8ff;
      }
#navlist li:hover ul { 
      display:block; margin-left:1em; padding:.5em; position:absolute; width:50%; border-style:groove; border-width:5px; border-color:#336633;  
      }


#container { 
      width: 100%; max-width: 850px; margin: 0 auto; text-align: left; background-color: #f8e9ce ; background-image: url(/images/lines.gif); background-repeat: repeat-y; border: 3px double black;
      }

#header {
	height: 100px; width: 100%; margin-top: 0;  background-color: none; border-bottom: 3px double black;
	}
#heading {
        height: 100px; width: 70%; margin-left: 150px; margin-top: 0; margin-right: 0; padding: .5em; line-height: .5em; text-align: center; vertical-align: middle;
         } 
#logo {
	float: left; margin-top: 0; margin-left: 0; width: 95px; height: 100px; background-image: url(/images/tree.gif); 
	}
#navigation {
	width: 170px; height: 350px; float: left; margin: 1em 0 2em -4em;  padding: 1em 0 2em 0; background-image: url(/images/parchment2.gif); background-repeat: no-repeat; text-align: left;
	}
#content {
	float: left; margin: 0 2em 0 3em; padding: 10px; width: 50%;
	}
#rightcol { 
	float: right; margin: 0; width: 20%; padding: 1em;
	} 
#dove {
        float: right; margin-right: 0; margin-bottom: 0; padding: 1em; z-index: 1;
        }
#footer {
	clear: both; margin: 0; border: 3px double black; padding: 1em; height: 60px; background-color: none; text-align: center; word-spacing: 1em; line-height: 1em; 
	}
#contact { float: right; margin-bottom: 0; margin-right: 0; z-index: 1; width: 150px; height: 40px; background: url(../images/contact.gif); background-repeat: no-repeat;	
	}