body {
    background-color: #DAD6AF;
}

a:link, a:visited, a:active  {
	color: #465033;
}

a:hover  {
	color: #C95A22;
}

.signup{
	background-image:  url(../images/home/newsletter_signup.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ECEAD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465033;
	font-weight: normal;
	line-height: 14px;
}

.sidebar{
	background-image:  url(../images/sub_pages/side_bar_01.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #CAC494;
}

.vertline{
	background-image:  url(../images/vert_line.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

.horline{
	background-image:  url(../images/hor_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465033;
	font-weight: normal;
	line-height: 14px;
}

.largeorangecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: C95A22;
	font-weight: bold;
	line-height: 26px;
}

.medorangecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: C95A22;
	font-weight: bold;
	line-height: 16px;
}

p.medorangecopy {
	text-align: center;
	padding-top: 1em;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 13px;
}

.footercopy a:link, .footercopy a:visited, .footercopy a:hover, .footercopy a:active {
	color: #000000;
}

.surveyElement
{ 	
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4; 
	border: font-size: 11px; 
	border-right:1px solid #999999; 
	border-top:1px solid #999999; 
	border-left:1px solid #999999; 
	border-bottom:1px solid #999999;
}
textarea.surveyElement, input.surveyElement 
{
	width: 100%;
}
select.surveyElement
{
	width: 85px;
}
.surveyElementShort
{ 	
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4; 
	border: font-size: 11px; 
	border-right:1px solid #999999; 
	border-top:1px solid #999999; 
	border-left:1px solid #999999; 
	border-bottom:1px solid #999999;
	width: 300px;
}

#submitSurvey
{
	width: 100px;
}

