body {
	background-color: #555049;
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0 0 15px 0;
}

.blurbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


a:link, a:visited, a:active {
	color: #bc7a1d;
	text-decoration: underline;
}
a:hover {
	color: #e59018;
	text-decoration: underline;
}
#headerright {
	background-image: url("/images/header_right.jpg");
	background-repeat: no-repeat;
}
/** nav begin **/
#navbg {
	background-color: #e59018;
}
#nav {
	height: 43px;
	margin: 0 0 0 0px;
}
#nav ul {
	margin:0px;
 	padding: 0px;
 	font-family: Verdana;
 	font-size: 15px;
	color: #dedede;
	line-height: 42px;
	white-space: nowrap;
}
#nav ul li a  {
	padding: 4px 10px 4px 10px;
	margin: 0 5px 0 5px;
}
#nav li a.on, #nav li a.on:visited, #nav li a.on:hover {
	background-color: #bc7a1d;
	color: #fff;
	padding: 4px 10px 4px 10px;
	margin: 0px 5px 0 5px;
}
#navwrap {
	padding-left: 10px;
}
#nav li {
	 list-style-type: none;
	 display: inline; 
}
#nav li a {
	text-decoration: none;
	color: #dedede;
	font-weight: bold;
}
#nav li a:link {
	 color: #dedede:
	 
}
#nav li a:visited {
	 color: #dedede;
}
#nav li a:hover {
	background-color: #bc7a1d;
	color: #ffffff;
}
/** nav end **/
#midwell {
	background-image: url("/images/bodybg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	border-left: 4px solid #e59018;
	border-right: 4px solid #e59018;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footerwell {
	background-color: #e59018;
	color: #fff;
	font-size: 10px;
	padding: 15px;
}
.leftpad {
	padding: 5px 0 15px 10px;
}
.rightpad {
	padding: 5px 5px 0px;
	line-height: 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
}
.rightpad a:link, .rightpad a:visited, .rightpad a:active {
	background-color: transparent;
	color: #bc7a1d;
	text-decoration: underline;
}
.rightpad a:hover {
	background-color: #e59018;
	color: #fff;
	text-decoration: none;
}
.centerpad {
	padding: 20px;
	line-height: 18px;
}
.centerpad a:link, .centerpad a:visited, .centerpad a:active {
	background-color: transparent;
	color: #bc7a1d;
	text-decoration: underline;
}
.centerpad a:hover {
	background-color: #e59018;
	color: #fff;
	text-decoration: none;
}
#signupbox {
	background-color: #e59018;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px 8px 10px; 
}
.emailsignup {
	border: 1px solid #333;
	background-color: #e2e1e0;
	padding: 2px;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
	line-height: 26px;
}
.videoheadline {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.small2 {
	font-size: 11px;
}
.small3 {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.checkboxfield {	
	padding: 5px 10px 8px 0px; 
}