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

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #666;
	background-color: #FFF;
	background-image: url(../IMG/img2.gif);
	background-repeat: repeat-x;
}
.oneColFix {
}
.oneColFix img {
	border:none;
}
.oneColFix table {
	/*cellpadding:0px;*/
	padding:0px;
	/*cellspacing:0px;*/
	text-align:center;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom:10px;
	text-decoration:none;
}
.oneColFix tr {
}
.oneColFix td {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
	/*vertical-align: middle;*/
	margin: 0px;
	padding: 0px;
}
.oneColFix #container {
	width: 980px;  /* 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 */
	color:#666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFix #header {
	border:none;
	text-align:center;
	text-decoration:none;
	background: #FFFFFF;
	color:#000;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding: 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. */
}
.oneColFix #logo {
	color:#666;
}
.oneColFix #mailer {
	text-align:justify;
	background:#FFF url(/IMG/mailerBackground.jpg) no-repeat;
	height: 504px;
	width: 420px;
	max-height: 504px;
	max-width: 420px;
	color:#666;
	position:relative;
	border:none;
}
.oneColFix #mailer form {
	margin-right:50px;
	margin-left:50px;
	margin-top: 0px;
	margin-bottom: 60px;
}
.oneColFix #mailer form p {
	text-align:left;
	margin: 0px;
	font-size:14px;
}
.nav {
	color:#666;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width:900px;/*overflow:hidden;*/
}
.nav ul ul li {
	display: inline;
	width: 100%;
}
.nav a {
	color:#666;
	text-decoration:none;
}
.nav ul {
	width:900px;
	list-style: none;
	position: relative;
	text-align:center;
}
.nav ul a:hover {
	color:#999;
}
.nav ul a:active {
	color:#999;
}
.nav ul li a {
	/*display:inline-block;*/
	padding: 0px 0px;
	margin:0px;
	color: #666;
}
.nav ul li {
	background: #FFF;
	border-bottom:#666 thin solid;
	float:left;
	width:180px;
}
.nav ul li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
.nav ul li.hover, .nav ul li:hover {
	background: #FFF;
	color: black;
	position: relative;
}
.nav ul li.hover a {
	color: black;
}
.oneColFix #mainContent {
	color: #666;
}
.oneColFix #mainContent H1 {
	font-size:22px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	border-bottom:double;
	padding-top:0px;
}
.oneColFix #mainContent H2 {
	text-align:left;
	font-size:18px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom:double;
 border-bottom-color:#666:
 padding-top:10px;
}
.oneColFix #mainContent HR {
	text-align:center;
	width:900px;
}
.oneColFix #mainContent p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
}
.oneColFix #mainContent table {
	border:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
}
.oneColFix #mainContent td {
	border:none;
	padding:0px;
	margin: 0px;
	padding: 0px;
}
.oneColFix #mainContent .subContent {
	vertical-align:top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFix #mainContent .subContent p {
	text-align:justify;
}
.oneColFix #mainContent .subContent td {
	vertical-align:text-top;
	width:450px;
}
.oneColFix #mainContent .subContent #subContentLeft p {
	margin-left: 0px;
	margin-right: 40px;
}
.oneColFix #mainContent .subContent #subContentLeft H2 {
	margin-left: 0px;
	margin-right: 40px;
}
.oneColFix #mainContent .subContent #subContentRight td {
	vertical-align:top;
}
.oneColFix #mainContent .subContent #subContentRight p {
	margin-left: 40px;
	margin-right: 0px;
}
.oneColFix #mainContent .subContent #subContentRight H2 {
	margin-left: 40px;
	margin-right: 0px;
}
.oneColFix #footer {
	background-image:url(../IMG/1pxSpacer.gif);
	background-repeat:repeat-x;
	background-color:#dad5dc;
	color:#666;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding: 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. */
	text-align:center;
}
.oneColFix #footer table {
	border:none;
	/*cellpadding:0px;
	cellspacing:0px;*/
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom:10px;
	color:#666;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 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. */
}
.oneColFix #footer table a {
	color:#666;
	text-decoration:none;
}
.oneColFix #footer table a:hover {
	color:#999;
}
.oneColFix #footer table a:active {
	color:#777;
}
.oneColFix #footer td {
	margin:0px;
	padding:0px;
	width:180px;
}
.oneColFix #footer p {
	border:none;
	font-size:10px;
	color:#666;
}
.hidden {
	display:none;
}
