@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CDBEA9;
	background-image: url(../images/bkgrnd_parchment.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.imgRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
#mainContent ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #000000;
	padding-top: 20px;
}
.oneColFixCtr #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContentWrapper {
	width: 835px;
	background-image: url(../images/bkgrnd_content.jpg);
	background-repeat: repeat-y;
	margin-top: -15px;
}
.oneColFixCtr #mainContent {
	padding-top:20px;
	padding-left:75px;
	padding-right:60px;
}
.clearfloat {
	clear: both;
}
#footer  {
	width: 835px;
	padding-top: 3px;
	height: 46px;
	margin-top: -15px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}
.footertext a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footertext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footertext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.formRegText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
textarea {
	border: 1px solid #C4B59B;
}
#inputContact {
	width: 130px;
	height: 18px;
	border: 1px solid #C4B59B;
}
#inputContact select  {
	width: 135px;
	height: 22px;
	border: 1px solid #FFD180;
}.imgLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
