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

body {
	margin: 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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
}
.oneColFixCtrHdr #container {
	width: 916px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header table {
	margin-top: 77px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFF;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent p {
	margin-top: 0;
	font-size: 0.8em;
	padding: 0px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin-top: 0;
	font-size: 1em;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0;
	font-size: .95em;
}
.oneColFixCtrHdr #textContent {
	width: 750px;
}
.oneColFixCtrHdr #textContent td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	font-size: .7em;
}
.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 */
	text-align: right;
}
.oneColFixCtrHdr #footer a {
	color:#666;
	text-decoration:none
}
.oneColFixCtrHdr #footer a:hover {
	color:#f30;
	text-decoration:underline;
}
.fltRt {
	float: right;
	padding-left: 25px;
}
.joinus {
	float: right;
	text-transform: uppercase;
	clear: both;
	padding-right: 20px;
}
.joinus a {
	text-decoration: none;
	color:#f30;
}
.joinus a:hover {
	text-decoration: underline;
}
.joinusLeft {
	text-transform: uppercase;
}
.joinusLeft a {
	text-decoration: none;
	color:#f30;
}
.joinusLeft a:hover {
	text-decoration: underline;
}
