@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: 990px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(images/header.jpg);
	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. */
	margin: 0px 0px 10px;
	height: 125px;
	width: 990px;
	float: left;
	clear: both;
}


.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	margin: 0px;
	clear: both;
	float: left;
	height: 515px;
	width: 990px;
}
.oneColFixCtrHdr #content {
	background: url(images/content.jpg) no-repeat;
	margin: 0px;
	clear: both;
	float: left;
	height: 515px;
	width: 435px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.oneColFixCtrHdr #content p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #content #legalese {
	margin: 0px;
	height: 250px;
	width: 425px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}
.oneColFixCtrHdr #content #legalese p {
	margin: 0px 0px 10px;
	padding: 0px;
	overflow: auto;
}



.oneColFixCtrHdr #content #form1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #content #form1 input {
	margin: 0px 0px 15px;
	padding: 0px;
}
.oneColFixCtrHdr #content #form1 p.newsletter {
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: bold;
}



.oneColFixCtrHdr #photo {
	background: url(images/photo.jpg);
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 515px;
	width: 450px;
}

.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	margin: 0px;
	clear: both;
	float: left;
	height: 60px;
	width: 990px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	padding: 0px;
	margin: 10px 0px;
}

.oneColFixCtrHdr #footer a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 50px 0px 0px;
	padding: 0px;

}
.oneColFixCtrHdr #footer a:hover {
	color: #999;
	text-decoration: none;
	margin: 0px 50px 0px 0px;
	padding: 0px;
}

.oneColFixCtrHdr .copyright   {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer .copyright a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer .copyright a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.rss {
	color: #CC6600;
}
.rss:hover {
	color: #8A4500;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#blurb {
	clear: both;
	float: none;
	margin-top: 72px;
	margin-bottom: 70px;
}

