/****************************************************/
/*              Basic Stuff and Text                */
/****************************************************/

body {
	margin-left: 0px;
	margin-top: 18px;
	background: url(images/bg.jpg) repeat;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;   
	color: #2c3025; 
	}

h1 {
	font-size: 20px;
	color: #3e6a45;	
	}

h2 {
	font-size: 18px;
	color: #3e6a45;
	}
	
h3 {
	font-size: 16px;
	color: #3e6a45;
	}
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663200;
	}
	
.greenText {
	font-size: 16px;
	font-weight: bold;
	color: #3e6a45;
	}

/****************************************************/
/*                    LINK STUFF                    */
/****************************************************/

a:link {
	color: #45764c;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #45764c;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #a46901;
	font-weight: normal;
}

/****************************************************/
/*           LAYOUT AND OTHER FUN STUFF             */
/****************************************************/

#container {
	background-color: #663200;
	width: 922px;
	margin: 15px auto 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	padding-top: 7px;
}
	
#container2 {
	background-color: #a46901;
	width: 904px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
padding-top: 7px;	
}
		
#container3 {
	background: url(images/mainbg.jpg) bottom no-repeat #f2f0ec;
	width: 890px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}		
		
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.homeText {
	width: 378px;
	padding-left: 24px;
	padding-right: 21px;
	}
	
/****************************************************/
/*                    DESIGN STYLES                 */
/****************************************************/

img { border: 0px;
padding: 0;
margin: 0;
}

