body {
	background-attachment: scroll;
	background-color: #313e09;
	background-image: url(images/bgMain.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.contentTable {
	height: 100%;
	width: 900px;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.contentCell {
	background-attachment: scroll;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #94a561;
}
.contactInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d9ce6f;
	text-decoration: none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5a702f;
	text-decoration: none;
}
.copyrightLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5a702f;
	text-decoration: none;
}
.copyrightLink a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #473d1c;
	text-decoration: none;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #2c1d00;
	text-decoration: none;
}
a {
	color: #313e09;
	text-decoration: underline;
}
a:hover {
	color: #dbd26f;
	text-decoration: underline;
}
.customInput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E2917;
	text-decoration: none;
}
.menuDividerPadding {
	padding-right: 2px;
	padding-left: 2px;
}.picPaddingLeft {
	padding-left: 15px;
}
