/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

html {
   height:100%; /* fix height to 100% for IE */
   max-height:100%; /* fix height for other browsers */
   padding:0; /*remove padding */
   margin:0; /* remove margins */
   border:0; /* remove borders */
   overflow:hidden; 
}



body {
   height:100%; /* fix height to 100% for IE */
   max-height:100%; /* fix height for other browsers */
   overflow:hidden; /*get rid of scroll bars in IE */
   padding:0; /*remove padding */
   margin:0; /* remove margins */
   border:0; /* remove borders */	
   font-family: verdana, serif;
   font-size: 0.9em;
   background-color:#EAEFE9;
   color:#004800;
  }


.centered {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#menu {
 position:absolute;
 top:50px;
 margin:0px;
 padding:0px; 	
 overflow: hidden;
 left:10px;
 border-left: 1px solid #EAEFE9;		
 border-right: 1px solid #448c44;		
 border-bottom: 1px solid #EAEFE9;			 
 z-index:2;
 background-color:#EAEFE9;
 width:200px;
}

#menu ul {
	list-style: none;
        margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}

#menu ul li {
  padding-left:6px;
  padding-top:1px;
  padding-bottom:1px;
}

#menu a {
  color: black;
  font-weight:bold;
  font-size: 0.8em;		
  margin-left:10px;
  text-decoration:none;
}

#menu p {
 padding-bottom:0px;
 padding-top:0px;
  text-align:center;
}

#menu a:hover {
  text-decoration:underline;	
}

#content {
  padding:2em;	
  display:block; /* set up as a block */
  height:100%; /* set height to full page */
  max-height:100%;
  overflow:auto; /* add scroll bars as required */
  padding-left:225px; /* pad left to avoid navigation div if required */
  padding-top:86px; 
  position:relative; /* set up relative positioning so that z-index will work */
  z-index:1; /* allocate a suitable z-index */
  background-color:#EAEFE9;
  color:#004800;
}

#content a {
  color: #000000;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;	
}
@media print
{
  #menu {
    display:none;
  }
  #content {
    padding-left:0;
    color:black;    
    background-color:white;
  }
}

#top {
 position:absolute;
 margin:0px;
 left:10px;
 padding:0px; 
 height:66px;
 width:100%; 
 border-bottom:1px solid #EAEFE9;
 background-color:#EAEFE9;
 z-index:5;
}

#top h1 {
  font-size:28px;
  padding-top:15px;
  margin:0px;
  text-align:left
}


