/* ------------misc styles------------ */

.cellContent {
	background-image:  url("../_images/landing_column_mid.jpg");
	background-repeat: no-repeat;
}
.cellRight {
	background-image:  url(../_images/background.jpg);
	background-repeat: no-repeat;
	width: 636px;
}
.cellDouble {
	background-image:  url("../_images/landing_2column.jpg");
	background-repeat: no-repeat;
	height: 335px;
}
.cellTagline {
	margin: 0px;
	padding: 0px;
	height: 108px;
}
body {
	background-color: #402D16;
	margin: 0px;
	padding: 0px;
}
.borderTable {
	border: 1px solid #634D2A;
}

/* ------------copy styles------------ */

.copyFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #947948;
}
.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #402D15;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.bodyContentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #402D15;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.copySmall {
	font-size: 11px;
}

/* ------------link styles------------ */

a, a:visited, a:link {
	color: #985500;
	text-decoration: underline;
}
a:hover {
	color: #985500;
	text-decoration: none;
}
a.linkFooter, a.linkFooter:visited, a.linkFooter:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #947948;
}
a.linkFooter:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #947948;
}

/* ---------------form styles-------------- */

.formElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #402D16;
	border: 1px solid #402D16;
	padding: 2px;
	background-color: #F9F4EC;
}.copyError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8C3930;
}
