@charset "UTF-8";
/* FarmHouse Green #016A3A Gold #FCD116 */
/* bakerschocolate #5C3317 with #FAF1EB */
body { 
           color: #016A3A;
           background-color: #F0FFF0;
      }
h1 { 
    text-align: center;
    border-bottom-style: solid; 
}
h2 { 
  color: #016A3A;
  text-align: center;
}
h3 { 
  text-align: center;
  color: #016A3A;
}
ul {
  list-style-type: square;
  margin: 0 auto auto;
}
/* Center and shrink the page footer */
#footer {
  color: #016A3A;
  text-align: center;
  font-size: small;
}

/* Color and alignment of side navigation buttons */
.menu_button_container {
  background-color: #FAF1EB;
  border: 3px solid #000000;
}
.menu_button {
  border: 3px solid #000000;
}

div.header {
  background:#CCE1D8;
}

div.footer {
	background:#E6F0EB;
}

div.center_panel {
   width:600px;
   height:330px;
   border:1px solid #ccc;
   background:#F0FFF0;
   padding:6px;
   overflow:auto;
}

div.tall_center_panel {
   width:600px;
   border:1px solid #ccc;
   background:#F0FFF0;
   padding:6px;
   overflow:auto;
}

a.normal:link {COLOR: #0000FF;}
a.normal:visited {COLOR: #800080;}
a.normal:hover {COLOR: #FF0000;}
a.normal:active {COLOR: #FCEC03;}

a.menu_button:link {COLOR: #5C3317;
	font-size: x-large; 
	display: block;
	background: #FAF1EB;
	text-decoration: none;}
a.menu_button:visited {COLOR: #5C3317;
	font-size: x-large; 
	display: block;
	background: #FAF1EB;
	text-decoration: none;}
a.menu_button:hover {COLOR: #FFFFFF;
	font-size: x-large; 
	display: block;
	background: #016A3A;
	text-decoration: none;}
a.menu_button:active {COLOR: #FCEC03; font-size: x-large; text-decoration: none;}
    
p.warn {color: yellow}
p.err  {color: red}
    
.hidden { display: none; }
.unhidden { display: block; }