/*
 *   tan:		#f7f1ed
 *   text:		#633 72140F
 *	 red: 		#b32017
 *   green:		#004812
 */
body {
  margin: 0; padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px; color: #72140F; background-color: #fff;
}

h1 { font-size: 135%; color: #72140F; font-weight: bold; }

h2 { font-size: 115%; color: #72140F; font-weight: bold; }

h3 { font-size: 100%; color: #72140F; font-weight: bold; }

h4 { font-size: 125%; color: #72140F; font-weight: bold; text-align: center; }

p { margin: 1em 0; }

strong { color: #72140F; }

img { padding: 1px; border: 1px solid #004812; }

table { background-color: #004812; }

td, th { background-color: #f7f1ed; }

#container {
  position: relative;
  margin: 35px auto 0 auto; width: 800px; 
  background-color: #fff; 
}

#hdr   { height: 294px; background: #fff url("images/ban.gif") no-repeat;  }
#hdrNT { height: 294px; background: #fff url("images/banNT.gif") no-repeat;  }

#nav {
  position: absolute; top: 265px; left: 20px;
  height: 19px;
  margin: 0; padding-top: 5px; font-size: 13px;
  font-family: verdana, sans-serif;
  text-align: center;
  background-color: f7f1ed;
}
#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul li { display: inline; margin: 0 7px; }
#nav ul li a { color: #004812; margin: 0; text-decoration: none; }
#nav a:link.active, #nav a:visited.active { color: #004812; text-decoration: underline; }
#nav a:hover.active, #nav a:hover { color: #004812; text-decoration: underline; }
	 
#content {
  margin: 0; padding: 15px;
  text-align: left; line-height: 1.2em;
  background: #f7f1ed url("images/bkg.gif") top center no-repeat; 
}

#ftr {
  clear: both; height: 56px; margin: 0; padding:0;
  font: 9px verdana, sans-serif; text-align: right; 
  color: #72140F; background: #fff url("images/ftr.gif") bottom left no-repeat;
}
#ftr a:hover { text-decoration: underline; color: #333; }
#ftr p { margin: 0; padding: 41px 10px 0 0; }

#ss { width: 450px; margin: 0 auto; }

a:link    { color: #004812; }
a:active  { color: #004812; }
a:visited { color: #004812; }
a:hover   { color: #004812;    }

.l { float: left; margin-right: 10px; margin-bottom: 20px; }
.r { float: right; margin-left: 10px; margin-bottom: 20px; }
.emph { font-weight: bold; }
.indent { margin-left: 35px; }
.bigindent { margin-left: 100px; }
.attn { color: #600; }
.notice { color: #f00; font-weight: bold; }
.sm { font-size: 80%; }
.tag { font-size: 75%; text-transform: uppercase; margin-top: 20px; }
.fr { border: 1px solid #000; }
.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.spacer { clear: both; }
.min { height: 250px; }

table.contact { background-color: #fff; }
table.contact tr { background-color: #C4D1D0; }

ul.nobul { list-style-type: none; }
ul.nobul li { margin: 5px 0; }

ol.duties { list-style-type: lower-alpha; }
