@charset "utf-8";
body {
	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;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e2dbbe;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.png);
	height: 196px;
}
.oneColFixCtrHdr #toptitle {
	background-image: url(images/top-title.png);
	height: 120px;
}
.oneColFixCtrHdr #toptitlewarp {
	padding-left: 68px;
	padding-top: 20px;
} 
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 78px;
	padding-bottom: 10px;
	padding-left: 78px;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/bottom-bg.png);
	background-repeat: repeat-x;
	height: 194px;
}
.oneColFixCtrHdr #footerwrap {
	background-image: url(images/footer.png);
	height: 194px;
	width: 960px;
}
.oneColFixCtrHdr #navleft {
	float: left;
	padding-top: 147px;
	padding-left: 68px;
	color: #edebd6;
	font-size: 18px;
}
.oneColFixCtrHdr #navright {
	float: right;
	padding-top: 147px;
	padding-right: 68px;
	color: #edebd6;
	font-size: 18px;
}
.oneColFixCtrHdr #credits {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
.toplink {
	font-size: 18px;
	color: #edebd6;
	text-decoration: none;
}
.contactwrap {
	text-align: left;
	padding-left: 25px;
}
.ttitletext1 {
	font-size: 24px;
	color: #1e1d1d;
	padding-bottom: 5px;
}
.ttitletext2 {
	color: #000;
	font-weight: bold;
}a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
	height: 50px;
	width: 100px;
	font-weight: bold;
}
