/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:	#5D7357;
	background: url(img/common/topbanner.gif) top repeat-x;
	}

.footer {
	font-size: 10px;
	color: #888888;
	}
	
.footer a:link {
	color: #777777;
	text-decoration: underline;
	}
.footer a:visited {
	color: #777777;
	text-decoration: underline;
	}
.footer a:hover {
	color: #555555;
	text-decoration: underline;
	}
	
.div1 {
	background: url(img/common/div1.gif) top center repeat-y;
	}
	
/* TEXT */

h1 {
	color: #336600;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	}

h2 {
	color: #669900;
	font-size: 18px;
	line-height: 24px;
	margin: 22px 0px -10px 0px;
	}

h3 {
	color:	#006699;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
	}

.newsletterheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #99CC66;
	border-bottom:  #999999 dotted 1px;
	}
	
#newsletter input {
	border: #777777 solid 1px;
	background-color: #E4F3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	padding: 3px;
	}
#newsletter textarea {
	border: #777777 solid 1px;
	background-color: #E4F3C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	padding: 3px;
	}

	
#newsletterbutton input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:	#99CC66;
	background-color: #003300;
	padding: 2px;
	}
	
	
	
	
#list1 ul li {
	list-style: square url(img/common/bullet1.gif);
	color:	#444;
	font-size: 13px;
	padding-bottom: 3px;
	}	
	
#list1 ol {
	  padding-left: 2em;
	  line-height: ;
	  }
	  
#list1 ol li {
  	margin-bottom: 0.5em; /* a little spacing between list items */
	line-height: ;
	}
