body, table, td, p, h1, h2 { margin:0; padding:0; }
body {
	background: #434343;
	font:14px/21px arial, helvetica;
	color: #868686;
}
a {
	text-decoration:none;
	color: #67b7ea;
}
a:hover {
	color: #109ef8;
}
.req {
	color: #E10000;
}
input, textarea {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #3C3C3C;
}
ol, ul {
	margin:10px 0;
	padding: 2px 30px;
}
.mute {
	font-size:80%;
}
hr {
	height:2px;
	background: #fff2e5;
	border:0;
	margin: 7px 0;
}
p {
	padding: 10px 0;
}
h1 {
	padding-bottom: 5px;
	margin:10px 0 20px 0;
	color: #ff7b00;
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1px;
	border-bottom: 2px solid #fff2e5;
}
h2 {
	margin: 15px 0;
	color: #f49843;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
h3 {
	margin:15px 0 0 0;
	padding:0;
	color: #FFA451;
	font-size:15px;
}
#topBar {
	background: #ff7b00;
	height: 6px;
	width:100%;
}
#cont {
	width: 660px;
	background: #fff;
	margin:0 auto;
}
#banner {
	height:91px;
	background: url('images/header.jpg') top left no-repeat;
}
#links {
	background: url('images/link-bg.gif') bottom left repeat-x;
	line-height:23px;
	text-align:center;
	padding:10px 0;
}
#links a {
	padding:0 10px;
	color: #a9a9a9;
}
#links a:hover {
	color: #ff7b00;
}
#body-text {
	padding: 15px 25px;
}
#footer {
	background: url('images/footer-bg.gif') bottom left repeat-x;
	padding: 20px 0;
	font: 11px/19px arial, Arial, Helvetica, sans-serif;
	color: #acacac;
	text-align:center;
}
#footer a {
	color: #747474;
}
#footer a:hover {
	color: #444444;
}
.regCont {
	overflow:hidden;
	width:470px;
	margin:0 auto;
}
.regCont .submitter {
	clear:both;
	text-align:center;
	margin-left:auto;
	display:block;
	padding:5px;
}
.reglabel {
	float:left;
	width: 200px;
	clear:left;
	margin:10px 0;
}
.regbox {
	float:left;
	width:250px;
	margin:10px 0;
	padding:3px;
	border:1px solid #000;
}
.good {
	border:1px solid #000;
}
.bad {
	border:1px solid #DD0005;
	background: #FFF4F4;
	color: #DD0005
}