
body{
   background: #cbd7b7;
   margin: 0; padding: 0;
   height: 1250px
   }

#header {
  background-color: #cbd7b7;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 920px;
  height: 119px;
  margin-left: -460px;
 }



/* Top level navigation bar  */

#navigation {
  background-color: #bac89e;
  position: absolute;
  top: 132px;
  left: 50%;
  width: 920px;
  height: 31px;
  margin-left: -460px;
 }

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 3px 10px;
	color: #26370A;
        font-family: 'Trebuchet MS', geneva, sans-serif; font-size: 1.2em;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #a9bb87; }



#content {
	background-color: #cbd7b7;
	position: absolute;
	top: 165px;
	left: 50%;
	width: 920px;
        height: auto;
	padding-left: 20px; 
        padding-right: 20px;
        margin-right:auto;         
        margin-left: -460px;    
  }
        



H1 {font-size: 1.6em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: center; text-decoration: none; font-weight: bold; color: #26370A}
H2 {font-size: 1.4em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: left; text-decoration: none; font-weight: bold; color: #26370A}
H3 {font-size: 1.2em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: left; text-decoration: none; font-weight: bold; color: #26370A}
H4 {font-size: 1.0em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: left; text-decoration: none; font-weight: bold; color: #26370A}



p {font-size:1.0em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: left;text-indent: 1cm; color: #26370A}
p.center {font-size:1.0em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: center; font-weight: none; color: #26370A}
p.quote {font-size:1.0em; font-family: 'Trebuchet MS', geneva, sans-serif; text-align: left; text-indent: 0.5cm; font-weight: normal; color: #004000}

p.small {font-size:0.7em; font-family: Verdana, 'Trebuchet MS', geneva, sans-serif; text-align: center; font-weight: normal; color: #26370A}

hr {
border: 0;
color: #26370A;
background-color: #26370A;
height: 2px;
width: 100%;
text-align: left;
}



a.linktext
{
   color: #008000; margin-left: 3px; line-height: 2em;
   font-size: 1.0em; 
   font-family: Verdana, 'Trebuchet MS'; text-align: left; font-weight: normal ;
   text-decoration: none; 
}

a.linktext:hover
{
     color: #26370A; 
     text-decoration: underline
} 



div.floatLeft { 
    float: left; 
    margin: 5px;
    padding: 5px; 
}

div.floatRight { 
    float: right; 
    margin: 5px;
    padding: 5px; 
}




