body {
	text-align: center;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	min-width: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#000000;
	background-image:url(../images/bg1.gif);
}

#main {
	margin-top: 0px;
	padding-bottom: 20px;
	width: 966px;
	background-color: #fff;
	border-left: 2px solid #f68b1e;
	border-right: 2px solid #f68b1e;
	overflow: hidden;
	text-align: left;
}

#main_red {
	margin-top: 0px;
	padding-bottom: 20px;
	width: 966px;
	background-color: #fff;
	border-left: 2px solid #DE4734;
	border-right: 2px solid #DE4734;
	overflow: hidden;
	text-align: left;
}

#main_blue {
	margin-top: 0px;
	padding-bottom: 20px;
	width: 966px;
	background-color: #fff;
	border-left: 2px solid #1f8af6;
	border-right: 2px solid #1f8af6;
	overflow: hidden;
	text-align: left;
}

#BodyText{
	font-size: 1.2em;
	color: #383838;
	text-align: left;
	line-height: 1.9em;
	float: left;
	width: 480px;
	margin-left: 42px;
}

#orange_header {
	height: 35px;
	background-color: #f68b1e;
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 15px 15px 0px 15px;
	font-size: 1.5em; 
}



#orange_header a {
	color: #fff;
}

#red_header {
	height: 35px;
	background-color: #DE4734;
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 8px 15px 7px 15px;
	font-size: 1.5em; 
}

#blue_header {
	height: 35px;
	background-color: #1f8af6;
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding: 15px 15px 0px 15px;
	font-size: 1.5em; 
}

#page_header {
	margin:0px 0px 15px 35px;
	font-size: 1.4em; 
}

#page_header label {
	margin: 0px 4px 0px 7px;
	font-weight: bold;
}

#body_right {
	float: right;
	width: 390px;
}

#FooterText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #383838;
}

h4 {
	font-size: 1.3em;
	color: #f68b1e;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C67E34;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 14px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C67E34;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 14px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C67E34;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 14px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C67E34;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 14px;
}

ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 0;
	padding-left: 18px;
}

ul {
	list-style-position: outside;
	margin: 0;
	padding-left: 18px;
}

form {
	margin: 0px;
	padding: 0px;
}

form br {
	clear: left;
}

.input_field {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #fff;
	border: 1px solid #DE4734;
	width: 150px;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#forgot_passform label {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
	padding-right: 15px;
	width: 100px;
}

#signup_form label {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
	padding-right: 15px;
	width: 160px;
}

#auth_code {
	width: 50px;
}

#venue {
	width: 160px;
}

#question {
	font-size: 1.3em;
}

#question_box {
	text-align: left;
	background-color: #f68b1e;
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1.1em;
}

.quiz_radios {
	margin-top: 7px;
}

#question_box label {
	padding-left: 6px;
}

#question_box p {
	margin: 0px 0px 5px 5px;
}

.submit_btn {
	margin: 10px 0px 0px 4px;
}

.error {
	font-weight: bold;
	color: rgb(199,18,65);
}