@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 no-repeat;
	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;
	clear: both;
	float: none;
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg) no-repeat;
	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;
	clear: both;
	float: left;
	height: 125px;
	width: 990px;
}
.oneColFixCtrHdr #join {
	padding: 110px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/join.jpg) no-repeat;
	margin: 0px;
	height: 235px;
	width: 990px;
	float: left;
	clear: none;
	text-align: center;
}
.oneColFixCtrHdr #join p {
	padding: 0px 350px;
}

.oneColFixCtrHdr #content  {
	background: url(images/content.jpg) no-repeat;
	margin: 0px;
	padding: 0px 100px;
	height: 201px;
	width: 790px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.oneColFixCtrHdr #content p  {
	margin: 0px;
	padding: 20px 0px 15px;
}
.oneColFixCtrHdr #container #mainContent #content #address{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #content a  {
	color: #000;
	text-decoration: underline;
}
.oneColFixCtrHdr #content a:hover {
	color: #666;
	text-decoration: underline;
}






.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000 url(images/bottom.jpg) no-repeat;
	margin: 0px;
	clear: both;
	float: none;
	height: 30px;
	width: 990px;
	text-align: center;
}
.oneColFixCtrHdr #footer a  {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #CCC;
	text-decoration: underline;
}


.bold {
	font-weight: bold;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
