body {
   background-color: #16193A;
   margin: 0 0 0 0; padding: 0px; 
   }


#holder {
   align: center;
   top: 0;
   width: 800px; 
   /*margin-left: -300px;*/
   padding: 0;
   background: #7F8196;
   text-align: center;
   border-left: 2px #fff solid; border-right: 2px #fff solid;
   }




#header {
   position: relative;
   left: 0; top: 0;
   width: 100%; 
   height: 200px;
   padding: 0%;
   background: url("header.jpg");
   border-bottom: 2px #fff solid;
   }
#menu {
   position: relative;
   left: 0; top: 0;
   width: 98%; height: auto;
   padding:  3px 1% 4px 1%;
   border-top: 2px #EDE4D8 solid;
   background: #FFFFFF;
   font: bold .8em/100% arial, sans-serif;
   text-align: left;
   z-index: 0;
}




#menu a{
   color: #7F8196;
   text-decoration: none;
   margin: 0 12px 0 12px;
}

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


#content {
	float: none;
	width: 778px;
	height: auto;
	background: #fff;
	text-align: left;
	/*margin: 25px 12px 12px 12px;*/
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
  
}

#content h1 {
   margin: 0 0 10px 0;
   padding: 0;
   font: 1.6em garamond, serif;
   color: #C2A172;
   border-bottom: 1px #77773C dashed;
}

#content p {
   font: .8em/150% arial, sans-serif;
   color: #222;
   text-align: justify;
}


#content p.indent{
    text-indent: 30px;
}

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

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


#footer{
   padding-bottom: 20px;
}

#footer p{
   text-indent: 0;
   margin-top: 20px;
   font: bold .6em verdana, sans-serif;
   color: #bbb;
   text-align: center;
   }
   
#footer p a{
   color: #C2A172;
   font-weight: bold;
   text-decoration: none;
}

#footer p a:hover{
   color: #C2A172;
   text-decoration: underline;
}

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