body {
	background-color:#000;
	text-align:center;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#aaa;
	background-image:url(../img/body_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:underline;
	color:#846951;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
	list-style-position:outside;
}
p {
text-align:left;
margin:15px 0;
color:#aaa;
line-height:1.6em;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
}
.pageContainer {
	margin:0 auto;
	text-align:center;
	width:830px;
}

.header {
	margin-top:5px;
	}

.rightCol {
text-align:left;
	float:right;
	width:400px;
}
.leftCol {
text-align:left;
	float:left;
	width:400px;
}
.theline {
margin: 40px 0;
border-bottom:1px solid #333;
}
.community {
	margin:0 15px;
	}
	
.small {
font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#aaa;
}
.required {
	font-size:1.5em;
}
font.required{
	display:none;
	}
input {
	font-size:1.5em;
	margin-left:15px;
}
h1 {
	font-size:1em;
	}
form {
	width:600px;
	margin:0 auto;
	}
form p{
	padding-left:54px;
	}