.body {
	height: 600px;
	width: 800px;
}
.nav {
	width: 600px;
	margin-left: 200px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #638c2f;
	text-align: center;
	clear: left;
	margin-bottom:15px;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	text-align: justify;
	margin-bottom: 35px;	
}
.imageBox {
	width:110px;
	margin-bottom: 35px;	
	float: left;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	margin-bottom: 35px;
}
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	float: left;
	width: 205px;
	margin-bottom:20px;
}
.bodyBox {
	width: 435px;
	height: 300px;
	float: right;
	margin-right: 70px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	float: right;
	width: 435px;
	margin-right: 70px;
	text-align: center;
	margin-top:35px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #638c2f;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #638c2f;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DD8B1D;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DD8B1D;
	text-decoration: underline;
}
