@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2E4E0B;
	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;
}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page-bg.jpg) repeat-y center;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #container #mainContent #contact_us table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent .contact {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent img {
	margin-right: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #mainContent .downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFF9E1;
}

.green {
	color: #5937C1;
}

.blue {
	color: #85AB18;
}
.oneColFixCtrHdr #container #mainContent p #helen {
	float: left;
	width: 142px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.red {
	color: #F00;
}
.sign {
	font-family: Angelina;
	font-size: 22px;
}
