
	body {
		font: 85% Helvetica, Arial, sans-serif;
		background: url(../img/bg.jpg) repeat-x top #0055a4;
		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: #464646;
	}
	p {
		margin:0;
		padding:0;
		}
	form {
		margin:0;
		padding:0;
		}
	input {
		/* font: 85% Helvetica, Arial, sans-serif; */
		color: #464646;
		width:172px;
		background:url(../img/bg-input.jpg) repeat-x top #FFF;
		border:#b2beca solid 1px;
		margin:8px 8px 0 0;
		padding:4px 8px;
		}
	.oneColElsCtr #container {
		width: 884px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
	}

	#topForm {
		/*height:575px;*/
		background:url(../img/bob-goodlatte1.jpg) no-repeat top;
		padding:416px 0 0 137px;
		margin:0;
		}

	#theForm {
		width:440px;
		/* height:160px; */
		padding:19px 0 0 28px;
		}

	#joinBtn {
		margin: 8px 0 0 275px;
		}

	#bottom {
		background:url(../img/bg-bottom.jpg) no-repeat top left;
		/*width:884px;*/
		height:123px;
		margin:0;
		padding: 2px 0 0 165px;
		}

	#links1 {
		padding:15px 0;
		color:#d0dde9;
		font: Arial, Helvetica, sans-serif;
		width:300px;
		/*font-weight:bold;*/
		}

	#links1 a {
		color:#143b5f;
		text-decoration:none;
		}

	#links1 a:hover {
		text-decoration:underline;
		}

	#links2 {
		padding:15px 0;
		color:#d0dde9;
		font: 80% Arial, Helvetica, sans-serif;
		width:300px;
		visibility:hidden;
		}

	#links2 a {
		color:#3584cd;
		text-decoration:none;
		}

	#links2 a:hover {
		text-decoration:underline;
		}
#paidfor { 
	font-size: 8pt;
	color: #ccc;
	border: 1px solid #ccc; 
	width: 169px; 
	margin-top: -30px;
	margin-left: -28px;
	float: left; 
	padding: 5px; 
	}

	.oneColElsCtr #mainContent {
		padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		}
