/* green: #00cc00
   yellow: #ffff00
   orange: #ff9900
*/
body { 
  text-align:center;
  min-width: 770px;
  background: #1e591e;/*#2d872d;/*#00cc00;*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h3 a { 
  font-family: Georgia, Palatino, serif;
  margin-left: 10px;
  margin-right: 10px;
  color:#1e591e;
}

a { 
  color:black;
  text-decoration:underline;
}

ul { 
  list-style:none;  
  padding-left:0px;
}

img {
  display: block;
  margin: 10px auto;
}

#wrapper { 
  width: 760px;
  margin: 0 auto;
  text-align:left;
  background:#1e591e;
}

#header { 
  background-image: url(banner3.jpg);
  height: 149px;
  margin-bottom:5px;
  position:relative;
}

#header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 149px;
}

#header a b {
  display: none;
}

#leftcol { 
  float:left; 
  width: 255px;
  background: #fffdbf;
  margin-bottom: 5px;
}

#content { 
  float:right;
  width: 500px;
  background: #ffe57f;
}

#content em { 
  font-weight:bold;
  font-style: italic;
  color:  #1e591e;
}
#leftcol h2 {
  margin-top: 15px;
  margin-bottom: -5px;
}
#leftcol h3 {
  font-size: 11px;
}
#leftcol h2 a{
  color:  #1e591e;
}
#leftcol li { 
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 11px;
  text-indent: -10px;
}

#footer { 
  clear:both;
  width: 760px;
  background:#E38C5F;
  padding: 10px 0
}

#footer p { 
  margin-left:10px;
}

.dropcap{ 
  float:left;
  background-image: url(dropcap.gif);
  font-size: 300%;
  line-height: 1em;
  width: 25px;
  height: 42px;
  margin-right: 5px;
  padding:3px 0 0 5px ;
  color:  #1e591e;
}

#content p, dl, ul, p dl{ 
  margin:15px;
}

#content h1 { 
  text-align:center;
}

.pullquoteright, .pullquoteleft { 
  font-family: georgia,serif;
  width: 150px;
  text-indent: 2em;
  position:relative;
  margin:10px;
  color:#1e591e;
}

.pullquoteright{ 
  float:right;
}

.pullquoteleft{ 
  float:left;
}

.bqstart, .bqend { 
  font-size: 500%;
}

/* start with IE rules */
.bqstart { 
  text-indent: 0;
  margin: -.6em 0 -3em 0;
  float:left;
}

blockquote > .bqstart { 
  /*add extra non-ie rules*/
  text-indent: 0;
  position: absolute;
  top: -0.2em;
  left:0;
  /*remove IE specific rules*/
  float:none;
  margin:0;
 }

.bqend { 
  position:absolute;
  margin-top:-0.2em;
  right:0;
  text-indent: 0;
}

blockquote > .bqend { 
  margin-top:-0.2em;
}

#contact { 
  font-size: 10px;
  text-align:center;
}

#content dd {
  margin-bottom: 1em;
}

#content dt, dt a {
  margin-bottom: .5em;
  color:  #1e591e;
  font-weight:bold;
}

#main_contact {
  margin: 60px 15px 0 15px;
  text-align:left;
  font-size: .8em;
  padding: 7px 5px ;
  background: #ffe57f;
}

.alignright {
  float:right;
}