

html {
	height: 100%;
}
body {
	background: #fff;
	margin:0;
	padding: 0;
	font-family: arial, sans-serif;
	color: #222;
	font-size: 12px;
}

a {
  color: #222;
  text-decoration: underline;
}

a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #2ae581;
	text-decoration: none;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
}
h1 {
	font-size: 15px;
}
h2 {
	font-style: italic;
	font-size: 16px;
}

h3 {
	font-style: italic;
	font-size: 14px;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

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

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

#content a {
	color: #0099CC;
	text-decoration: none;
}

#content a:hover {
	color: #0099CC;
	text-decoration: none;
}

/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #bcbcbc;
		font-weight: normal;
		text-transform: uppercase;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited {
		text-decoration: none;
		display: block;
		color: #bcbcbc;
	}
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
	}
	h1 a:hover, 
	h2 a:hover {
		text-decoration: none;
		color: #222;
	}
	h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 13px;
		margin-bottom: 15px;
		color: #222;
	}
		h3 span {
			color: #bcbcbc;
			padding-left: 8px;
		}
	
	h4 {
		margin-bottom: 20px;
		font-size: 12px;
		color: #222;
	}


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

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

#theForm {
	margin: 20px 0 5px 0;
	float: left;
	display: inline;
	width: 800px;
	clear: both;
}
#theForm .formRow {
	float: left;
	display: inline;
	padding-bottom: 10px;
	width: 50%;
}
#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: #000;
	float: left;
	display: inline;
	width: 100%;
}
#theForm .required {
	color: red;
}
#theForm .divider {
	border-bottom: 1px solid #ddd;
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
}
#theForm .subLabel {
	font-style:italic;
	margin-bottom:8px;
	padding-top:15px;
	clear:both;
	font-weight: normal;
}

.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: both;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
}
	.link a, .link a:visited {
		text-decoration: none;
	}


