/*
 *   tan:		#efebe4
 *	 blue: 		#0084BA
 *   lt blue:	#D1E9F2 E8F4F9
 *   lt green:	#d6e3bc
 *   dk green:	#62802E
 */
body {
  margin: 0; padding: 0;
  font-family: georgia, serif;
  font-size: 12px; color: #333; background-color: #E8F4F9;
}

h1 { font-size: 125%; color: #0084BA; font-weight: bold; }

h2 { font-size: 105%; color: #0084BA; }

p { margin: 1em 0; }

img { padding: 2px; border: 1px solid #fff; }

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

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

#nav {
  height: 20px;
  margin: 0; padding-top: 5px; font-size: 13px;
  font-family: georgia, serif;
  text-align: center;
  background-color: #d6e3bc;
}
#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul li { display: inline; margin: 0 15px; }
#nav ul li a { color: #333; margin: 0; text-decoration: none; }
#nav a:link.active, #nav a:visited.active { color: #333; text-decoration: underline; }
#nav a:hover.active, #nav a:hover { color: #333; text-decoration: underline; }
	 
#content {
  margin: 0; padding: 15px;
  text-align: left; line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #d6e3bc;
}

#ftr {
  clear: both; /*width: 750px;*/
  margin 0; padding: 5px 10px;
  text-align: right; 
  font: 9px verdana, sans-serif;
  color: #333; background-color: #d6e3bc;
}
#ftr a:hover { text-decoration: underline; color: #333; }

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

a:link    { color: #62802E; }
a:active  { color: #62802E; }
a:visited { color: #62802E; }
a:hover   { color: #999;    }

.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; }
.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; }