

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #540916;
	background: #D8D0B0;
}

p {
	color: #540916;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #540916;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: 0;
}


	
h1 {
	clear: both;
	color:  #8f8769;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	clear: both;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
}
h3 {
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
}

h6 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 6px 0 8px 8px;
	margin: 0;
}
		
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#container {
	width: 520px;
}
#logo {
	
	margin: 0 0 30px 0;
}
	#logo a {
		
	}

p,td,a,li {
	margin: 0px;
}


.copyright {
	font-size: 12px;
	color: #000;
}

.copyright a {
	text-decoration: none;
	color: #000;
}

#theForm {
	padding: 14px;
	margin: 20px 0;
	background: #ded7bb;
	border:1px solid #ECE8D8;
	float: left;
	display: inline;
	width: 480px;
	clear: both;
}
#theForm .formRow {
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 50%;
	border-bottom: 1px solid #eaeaea;
}
#theForm .formRow.formRowLast {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#theForm label {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color:#540916;
	float: left;
	display: inline;
	width: 100%;
}

.required {
	color: #bd2d2d;
}
.smaller {
	font-size: 11px;
	font-weight: bold;
}

.f {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #333;
	padding: 2px 3px 2px 3px;
	clear: both;
	width: 80%;
	float: left;
	display: inline;
}

#joinButton {
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#errorContainer {
	background:#fff9cb;
	border:1px solid #FFE000;
	padding:10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #dd9700;
}

form {
	margin: 0;
}

#signUpTable {
	margin: 0 auto;
}
	#signUpTable td {
		whitespace: nowrap;
	}

#buttonPara {
	margin: 20px 0;
}

#success {
	display: none;
}

#thankYou {
	display: none;
}

#privacyPolicy {
	font-weight: bold;
	font-size: 11px;
}

.link {
	clear: left;
	padding: 10px 0 0 15px;
	display: block;
	font-weight: bold;
	background: url(images/list_arrow.gif) 3px 14px no-repeat;
}
	.link a, .link a:visited {
		text-decoration: none;
	}





