body {
   background: #899E76;
   margin: 0 0 50px 0; padding: 0;
   }




/* ___________________________________________________________________ */




 /* This holds and centers the lot. */

#holder {
   position: absolute;
   left: 50%; top: 0;
   width: 600px; height: auto;
   margin-left: -300px;
   padding: 0;
   background: #E0F3BE;
   text-align: center;
   border-left: 2px #fff solid; border-right: 2px #fff solid;
   }




/* ___________________________________________________________________ */





 /* This holds everything inside the header. */

#header {
   position: relative;
   left: 0; top: 0;
   width: 90%; height: auto;
   padding: 20px 5%;
   background: #FFFFFF;
   border-bottom: 2px #fff solid;
   }

#header #wrapper{
   width: auto;
   height: auto;
}

 /* This styles the above (big) text. */

#header #one {
	font: bolder 20px "Trebuchet MS", Trebuchet, serif;
	color: #70804F;
	display: block;
	clear: both;
	text-align: left;
   }

 /* This styles the below (small) text. */

#header #two {
	font: italic 11px georgia, serif;
	color: #97AC69;
	display: block;
	text-align: right;
	padding-top: 10px;
   }




/* ___________________________________________________________________ */




 /* This holds the menu - below the header. */

#menu {
	position: relative;
	left: 0;
	top: 0;
	width: 98%;
	height: auto;
	border-top: 2px solid #D5F394;
	background: #FFFF99;
	font: bold 0.8em/100% arial, sans-serif;
	text-align: left;
	z-index: 0;
	color: #90896F;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 1%;
	padding-left: 1%;
}

#menu a{
   color: #645846;
   text-decoration: none;
   margin: 0 5px 0 5px;
}

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




/* ___________________________________________________________________ */




 /* This is the box on the left - below the menu. */

#content {
   float: left;
   padding: 25px 12px 12px;
   width: 69%; height: auto;
   background: #fff;
   text-align: left;
   border-left: 2px solid #D5F394; border-top: 2px solid #D5F394;
}

#content h1 {
   margin: 0 0 10px;
   padding: 0 0 3px;
   font: 14px "Trebuchet MS", Trebuchet, serif;
   color: #77773C;
   border-bottom: 1px #77773C dashed;
}

#content p {
   float: left;
   width: 94%;
   padding: 0 0 0 2%;
   margin: 0 0 20px;
   font: .8em/150% arial, sans-serif;
   color: #222;
   text-align: justify;
}

#content li {
	float: left;
	width: 96%;
	padding: 0 0 0 2%;
	margin: 0 0 15px;
	font: .8em/150% arial, sans-serif;
	color: #222;
	text-align: left;
}
#content p.indent{
    text-indent: 30px;
}

#content p a{
   color: #77773C;
   border: none;
   font-weight: bold;
   text-decoration: underline;
}

#content p a:hover{
   color: #899E76;
   text-decoration: underline;
}






/* ___________________________________________________________________ */




 /* This is the box on the right - below the menu. */

#right_pane {
   float: left;
   margin: 0;
   padding: 28px 4px 5px;
   width: 24%; height: auto;
   background: #FFFF99;
   border-left: 2px solid #D5F394; border-bottom: 2px solid #fff;
   font: 10px arial, sans-serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane h5{
	font: 14px "Trebuchet MS", Trebuchet, serif;
	color: #77773C;
	margin: 0 0 15px;
	padding: 0 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #77773C;
}

#right_pane .date{
	background: transparent;
	border-top: none;
	margin: 0;
	padding: 5px 0 0;
	font-style: italic;
	font-weight: bold;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#right_pane p{
   width: auto;
   border: 1px #D3D2B8 solid;
   background: #fff;
   margin: 0 0 5px 0; padding: 5px;
}


#right_pane p a{
   color: #77773C;
   border: none;
}

#right_pane p a:hover{
   color: #625D4D;
   text-decoration: underline;
}


/* ___________________________________________________________________ */




 /* This is the box on the right - below the menu. */

#right_pane2 {
   float: left;
   margin: 0;
   padding: 20px 4px 5px;
   width: 24%; height: auto;
   background: #D5F394;
   border-left: 2px solid #D5F394; border-bottom: 2px solid #fff;
   font: 10px arial, sans-serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane2 h5{
	font: 14px "Trebuchet MS", Trebuchet, serif;
	color: #77773C;
	margin: 0 0 15px;
	padding: 0 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #77773C;
}

#right_pane2 .date2{
	background: transparent;
	border-top: none;
	margin: 0;
	padding: 5px 0 0;
	font-style: italic;
	font-weight: bold;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#right_pane2 p{
   width: auto;
   border: 1px #D3D2B8 solid;
   background: #fff;
   margin: 0 0 5px 0; padding: 5px;
}


#right_pane2 p a{
   color: #77773C;
   border: none;
   text-decoration: underline;
}

#right_pane2 p a:hover{
   color: #625D4D;
   text-decoration: underline;
}






#footer{
	margin: 0;
}

#footer p{
	text-indent: 0;
	margin-top: 50px;
	font: bold .6em verdana, sans-serif;
	color: #bbb;
	text-align: right;
	margin-right: 10px;
   }
#footer p a{
	color: #999999;
	text-decoration: underline;
	
}
#footer p a:hover{
	color: #333333;
	text-decoration: underline;
	
}


acronym{
   text-decoration: none;
   border-bottom: 1px #77773C dotted;
}
