body {
	background-color:#babaa3;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
a, a:hover,
#headerContainer #rightHeader #topNav ul li a:hover, #headerContainer #rightHeader #bottomNav ul li a:hover {
	text-decoration:underline;
}
.clearing {
	clear:both;
}
#headerContainer {
	margin:0px auto;
	width:759px;
}
	a#logo {
		background:url(../images/logo.jpg) no-repeat;
		display:block;
		float:left;
		height:127px;
		width:200px;
	}
	#headerContainer #rightHeader {
		background:url(../images/header.jpg) no-repeat;
		float:right;
		height:67px;
		padding-top:60px;
		width:559px;
	}
	#headerContainer #rightHeader #topNav, #headerContainer #rightHeader #bottomNav {
		background-color:#666633;
		color:#fff;
		font-size:12px;
		height:25px;
		text-align:center;
	}
		#headerContainer #rightHeader #topNav {
			margin:5px 0px 5px 20px;
			width:520px;
		}
		#headerContainer #rightHeader #bottomNav {
			margin:5px 0px 5px 80px;
			width:400px;
		}
	#headerContainer #rightHeader #topNav ul, #headerContainer #rightHeader #bottomNav ul {
		list-style-type:none;
		margin:0px 0px 0px -30px;
		padding-top:5px;
	}
	#headerContainer #rightHeader #topNav ul li, #headerContainer #rightHeader #bottomNav ul li {
		display:inline;
		padding:0px 10px;
	}
	#headerContainer #rightHeader #topNav ul li a, #headerContainer #rightHeader #bottomNav ul li a {
		text-decoration:none;
	}
	#headerContainer #rightHeader #topNav ul li a, #headerContainer #rightHeader #bottomNav ul li a,
	#headerContainer #rightHeader #topNav ul li a:hover, #headerContainer #rightHeader #bottomNav ul li a:hover {
		color:#fff;
	}
#contentContainer {
	color:#333;
	font-size:13px;
	margin:0px auto;
	padding:15px 35px 30px 35px;
	text-align:center;
	width:689px;
}
	.tanContent {
		background-color:#dfd4c0;
	}
	.whiteContent {
		background-color:#fff;
		background-image:url(../images/header_shadow.gif);
		background-repeat:repeat-x;
		background-position:top;
	}
#contentContainer a, #contentContainer a:hover {
	color:#666633;
	font-weight:bold;
}
#contentContainer ul {
	list-style-type:disc;
	margin:0px;
}
#contentContainer ul li {
	padding:5px 0px;
	text-align:left;
}
/*Form Styles */
#contact {
	background-color:#fff;
	border:1px solid;
	border-color:#333;
	margin:10px auto;
	padding:15px;
	width:400px;
}
label {
	float:left;
	text-align:right;
	width:80px;
}
input {
	width:250px;
}
.submit {
	margin-left:275px;
	width:auto;
}

/*Font Styles */
h1, h2 {
	font-size:14px;
	font-weight:bold;
}
	h1 {
		color:#666633;
	}
	h2 {
		color:#000;
		margin:5px 0px;
	}
	h3 {
		color:#000;
		font-size:13px;
		font-weight:bold;
		margin:5px 0px;
	}
.copy {
	font-size:12px;
	margin:5px 0px;
	text-align:center;
}
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	