/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF url(images/LeavesBkgrd.jpg) repeat left top;
/*#95AE36  img1.gif repeat-y center*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; */ .8em */
	color: #43a243; /*#999E88;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 2px; /* -2px */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps; 
	color: #43a243; /*#C73633;*/
}

h2 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	letter-spacing: 2px;
	font-size: 2.25em;
}

h3 {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #43a243; /*  #95AE36;*/
	word-spacing: 3px;
	letter-spacing: 2px;
	font-size: 1.85em;
	color: #43a243; /*#95AE36;*/
h4 {
	padding: 20px 0 0 0;
/*	border-bottom: 1px solid #95AE36;  */
	word-spacing: 3px;
	letter-spacing: 1px;	
        font-size: 1.85em;
	color: #43a243; /*#95AE36;*/
}
h5 {
	padding: 20px 0 0 0;
/*	border-bottom: 1px solid #95AE36;  */
	word-spacing: 3px;
	letter-spacing: -2px;	
        font-size: 1.85em;
	color: #43a243; /*#95AE36;*/
}
h6 {
	padding: 10px 0 0 0;
	word-spacing: 2px;
	letter-spacing: 0px;	
	font-variant: normal; 
        font-size: 1em;
	color: #43a243; /*#95AE36;*/
}
a {
	color: #43a243;  /*   #95AE36; */
}

a:hover {
	text-decoration: none;
	color: #C73633;
}

.green {
	color: #43a243; /*#95AE36;*/
}

.red {
	color: #FF0000; /* #C73633; */
}

.gray {
	color: #B9ADAC;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 2em;
}

.list2c li {
	float: left;
	width: 50%;
}

/* Header */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 24px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header h2 {
	float: right;
	padding: 42px 10px 0 0;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 710px;
	height: 30px;
	margin: 0 auto;
        padding: 10px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
        padding-bottom: 5px;
}

#menu a {
	display: block;
	float: left;
	width: 115px;  /* 140px */
	height: 25px;
	padding: 10px 0 0 0;  /* 7px 0 0 0 */
	background: #43a243 url(images/img22.gif) repeat-x left bottom; /*#87A12C*/
	text-align: center;
	letter-spacing: 2px; /* -1px*/
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a:hover {
	background: #A71615 url(images/img3.gif) repeat-x left top;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
    /*    color: #000000; */
}

#colOne {
	float: right;
	width: 420px;
}

#colTwo {
	float: left;
	width: 220px;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;  /*20px*/
	padding: 7px 0;
	background: #43a243 url(images/img22.gif) repeat-x center bottom;  */#87A12C*/
	font: "Times New Roman", Times, serif;
}

#footer p, #footer a {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}