body {
	background-color: #E8F3D3;
	margin: 0px;
	padding: 10px 0px 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 540px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main.gif);
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 900px;
}
#navHolder {
	background-color: #B3D66E;
	height: 24px;
	width: 900px;
	top: 100px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #B3D66E;
	height: 24px;
	width: 900px;
	position: static;
	margin: 0px;
	padding: 0px;
}
#quotes {
	background-color: #C7C8A5;
	height: 416px;
	width: 150px;
	top: 100px;
	position: relative;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: left;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #916D00;
	text-align: center;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
}
#mainContent {
	/* background-color: #CCCCCC; */
	height: 376px;
	width: 680px;
	float:left;
	margin: 120px 0 0 30px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	overflow: auto;
}
.mainCopy {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #916D00;
	text-decoration: none;
}
.mainCopyLink {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #4E6F16;
	text-decoration: underline;
}
a.mainCopyLink:link, a.mainCopyLink:active, a.mainCopyLink:visited, {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #4E6F16;
	text-decoration: underline;
}
a.mainCopyLink:hover {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #916D00;
	text-decoration: none;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4E6F16;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4E6F16;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #4E6F16;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #916D00;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.ulCircle {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #916D00;
	text-decoration: none;
	list-style: circle;
}
.ulSquare {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #916D00;
	text-decoration: none;
	list-style: square;
}
.formbox {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #916D00;
	text-decoration: none;
	border: 1px solid #916D00;
	background-color: #FFFFFF;
}
#rightAligned {
	float: right;
	height: 20px;
	width: 340px;
	text-align: right;
	margin-right: 6px;
}