body {
	 margin: 0;
  padding: 0;
  text-align: center;
color: #6D6864;
  font: 16px georgia, serif;
  line-height: 180%;
}



blockquote p {
  padding: 10px 10px 10px 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
  font: 15px georgia, serif;
  line-height: 120%;
}

blockquote div {
  padding: 10px 10px 10px 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
  font: 15px georgia, serif;
  line-height: 150%;
}




.around {
border-top: 2px solid #ffffff;
}


h1 {   
  clear: both;
  font: 16px georgia, serif;
  color: #532406;  
}

h2 {
   font: 18px georgia, serif;
  color: #61804E;
   margin: 5px 0px 3px 0px;
   
}

h3 {
  font: 18px georgia, serif;
  color: #8F512A;
}

h4 {
  font: 16px georgia, serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}


a:visited {
  background-color: #F1FFE3;
}

a:hover {
  color: #3C5D29;
  background-color: #F1FFE3;
  border-bottom: 1px solid #4A6E35;
}


/**************************************************************
   Font Stuff
 **************************************************************/

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #82C048;
}

.darkBrown {
  color: #512103;
}


.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

.highlight {
  padding: 1px 2px;
  background: #D9F5EC;
  border-top: 1px solid #BDEDDE;
}

/**************************************************************
   bullets
 **************************************************************/

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background: url(images/bullet.gif) no-repeat;
  background-position: 0 3px;
}

/**************************************************************
   footer links
 **************************************************************/

#footer-bottom {
	 font: 11px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	padding: 0;
	text-align: center;
	text-decoration: none;
	
}


#footer-bottom a {
	text-decoration: none;
	color: #000000;
	
}

#footer-bottom a:hover {
	color: #777777;	
}

#footer-bottom div {
	 text-align: left;
	
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #F1FFE3;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  font: 400 1em georgia, sans-serif;
  cursor: pointer;

  color: #fff;
  background: #508231;
  border-width: 1px;
  border-style: solid;
  border-color: #B8E78B #2D5018 #2D5018 #B8E78B;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}

.width50 {
  width: 48%;
}