@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 #header img {
	border: none;
	padding: 5px 20px;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 0;
}

.oneColFixCtrHdr #header {
	background: #550000;
	padding: 0;  /* 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. */
	height: 100px;
	background-image: url(../images/DL&WRRHS_Plain_WebSite_Banner_White.gif);
	text-decoration: none;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}

/*.oneColFixCtrHdr #header a:link, a:visited, a:hover, a:active {
	color: #550000;
}
*/.oneColFixCtrHdr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 400px;
	font-size: 16px;
}

.oneColFixCtrHdr #mainContent h1, h2, h3 {
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent #firsth2 { padding-top: 5px; }

.oneColFixCtrHdr #mainContent p {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

.oneColFixCtrHdr #mainContent a:link, a:visited, a:active {
	color: #AA0000;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover { text-decoration: underline; }

.oneColFixCtrHdr #bottomNav {
	padding: 5px 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #bottomNav a:link, a:visited, a:active {
	color: #AA0000;
	text-decoration: none;
}

.oneColFixCtrHdr #bottomNav a:hover { text-decoration: underline; }

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#550000;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
}

#contactform { width: 740px; }

#contactform div span {
	float: left;
	text-align: right;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

div.center { text-align: center; }

#seccodetext {
	font: 12px Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container #bottomNav #homenav { font: 12px Arial, Helvetica, sans-serif; }

#memJoin {
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-top: thin groove #666;
	border-bottom: thin groove #666;
	border-right-color: #666;
	border-left-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#memJoinText {
	text-align: left;
	width: 420px;
	float: left;
	height: 110px;
	padding-right: 5px;
}

#memJoinDesc {
	width: 180px;
	float: left;
	height: 165px;
	padding-left: 5px;
	text-align: center;
}

#memJoinDescWrapper { height: 55px; }

#memJoinForm {
	height: 165px;
	text-align: center;
}

#memJoinForm form fieldset {
	color: #000;
	background: #FFF;
	border-style: none;
}

#memJoinFormWrapper { height: 55px; }

.smallText {
	font-size: x-small;
	text-align: left;
	padding-top: 5px;
}

.smallTextCentered {
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
}

#ContactWarn {
	width: 500px;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent p.smalltext {
	font-size: x-small;
}
.oneColFixCtrHdr #container #mainContent ul li {
	font-family: Georgia, Times New Roman, Times, serif;
}
