body   { 
 font-family: sans-serif;
 font-size: 8pt; 
 margin: 20px; 
 padding: 0; 
 text-align: center ; 
 /* background-color: # C 9 B 6 7 0 ;   */ 
 } 

a, a:link, a:visited  { 
  color: #6C4A20; 
  }   
 a:hover, a:focus   { 
  color: #CA802B ; 
  }   
 a img  { 
  border: none; 
 
 }   
 
 #footer a { 
  color: #3664AE; 
  font-weight: bold ; 
  } 
 
 h1   { 
  font-size: 12pt ; 
  } 
  h2   { 
  font-size: 11pt ; 
  } 
  h3   { 
  font-size: 10pt ; 
  } 
 h1, h2, h3  { 
 color: #A37030; 
 margin: 0 ; 
 margin-top: 1.5 em ; 
  } 
  h4, h5, p, ul, ol, fieldset  { 
  font-size: 8pt ; 
  line-height: 1.5 em ; 
  text-align: justify ; 
  }
 
#topnav   { 
text-align: center ; 
font-size: 8pt ; 
color: #fff ; 
font-weight: bold ; 
width: 720px ; 
padding: 35px 36px 35px 35px; 
margin: 0; 
height: 99px ; 
background-color: transparent;
background-image: url('/images/bg-top.gif') ; 
background-position: top ; 
background-repeat: no-repeat ; 
 }
 
* html #topnav {
	margin: 0 0 0 47px;
}
 
 #topnav a, #topnav a:link, #topnav a:visited  { 
 color: #fff; 
 text-decoration: none; 
  }
#topnav a:hover, #topnav a:focus  { 
text-decoration: underline; 
} 
 
#subnav   { 
 } 

#pagenav   { 
position: absolute; 
margin-left:-25px ; 
top: 180px ; 
 } 
 
#content  { 
text-align: left ; 
width: 746px ; 
padding: 0 45px 45px 0; 
padding-top: 0 ; 
padding-bottom: 0px ; 
margin: 0 auto 0 auto ; 
background-image: url('/images/bg_bottom_v3.jpg'); 
background-position: bottom center ; 
background-repeat: no-repeat ; 
background-color: #E8E298;
 }

#content .content {
	clear: both;
	padding-top:45px;
	padding-left:45px;
}

* html #content .content {
	padding-left: 90px;
}
 
#footnav  { 
font-size: 8pt ; 
font-weight: bold ; 
color: white; 
width: 748px ; 
height: 25px ; 
padding-top: 75px ; 
margin: 0 auto 0 auto ; 
 }   
 
#footnav a, #footnav a:link, #footnav a:visited  { 
color: #fff; 
text-decoration: none; 
 }

#footnav a:hover, #footnav a:focus  { 
text-decoration: underline; 
 } 
 
#footer  { 
width: 800px ; 
margin: 10px auto 0 auto ; 
text-align: right; 
font-size: 8pt ; 
 } 
 
input[type*=submit], input[type*=button], input[type*=reset] {
font-size:8pt;
font-weight:bold;
color:#CB812C;
text-align:center;
width:120px;
height:26px;
padding-bottom:3px;
margin-bottom:2px;
border:1px solid #666;
background-color:#fff;
} input[type*=submit]:hover, input[type*=button]:hover, input[type*=reset]:hover, input[type*=submit]:focus, input[type*=button]:focus, input[type*=reset]:focus {
background-color:#CB812C;
color:#fff;
}
a.button {
display:block;
width:120px;
/* height:21px; */
padding-top:5px;
padding-bottom:5px;
font-size:8pt;
font-weight:bold;
color:#CB812C;
text-align:center;
text-decoration:none;
margin-bottom:2px;
border:1px solid #666;
background-color:#fff;
} a.alt {
background-color:#eee;
} a.button:hover, a.alt:hover, a.button:focus, a.alt:focus {
background-color:#CB812C;
color:#fff;
} a.disabled, a.disabled:hover, a.disabled:focus {
background-color:#eee;
border:1px solid #ddd;
color:#ccc;
}