body {
	margin: 0;
	background-position: 0 0;
	background-repeat: repeat-x;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 70.5%;
	color: #2F3F4B;
}
.holder {
	width: 800px;
	background: #fff;
	margin: 25px auto;
	border-top: solid 3px #777;
	min-height: 600px;
}

.logo {
	width: 185px;
	height: 150px;
	float: left;
	border-bottom: solid 1px #777;
}

.banner {
	width: 613px;
	height: 150px;
	float: right;
	border-bottom: solid 1px #777;
}

a, a:visited {
	color: #2F3F4B;
	text-decoration: none;
}
a:hover, a:hover:visited {
	color: #2F3F4B;
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}


/* CUSTOM STYLES */

.intro {
	border-bottom: dashed 1px #E9A02D;
	padding-bottom: 30px !important;
	font-weight: bold;
}
.bold {
	font-weight: bold !important;
}
.noborder {
	border: none !important;
}
.alignright {
	float: right;
}

a.important_link,
a:visited.important_link {
	font-size: 13px;
	color:  #E9A02D;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
a:hover.important_link,
a:hover:visited.important_link {
	text-decoration: underline;
}

.actionButton {display:none;}
.tabbedRows {margin-top: 17px;border-top: 3px solid #999;padding-top: 7px;}


/* NAVIGATION */
.top_nav {
	display: none;
}



/* PAGE CONTENT */

.content_holder {
}

.sideBar {display: none;}



/* MAIN COPY */

.main_copy {
	margin: 0;
	padding: 30px 15px 35px 5px;
	float: right;
	width: 780px;
	color: #2F3F4B;
}
.main_copy p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 135%;
	_font-size: 12px;
}


.solidBck {
  background: #eee;
  padding:25px 10px 20px;
  margin-top: 0;
  text-align: center;
	border-top: solid 3px #ccc;
  }
 

.alignLeft {float:left;}
.alignRight {float:right;}
.clear,clearAll {clear: both;}
.column {width:380px;}
ul.charityLogos {display: block;float: left;clear:both;margin:-10px 0 0 ;padding:0 20px;}
ul.charityLogos li {width: 177px;height:100px;float:left;list-style: none;margin: 0;padding: 0;text-align: left;}
  
/* FOOTER */

.footer {
	display: block;
	margin: 0;
	padding: 0 0 2px;
	width: 800px;
	background: #fff;
	float: left;
	border-top: solid 1px #777;
}

.footer .footer_nav {display: none;}

/* Tables */

.wTable {width: 100%;}
.wTable th {
	width: 100px;
	background: #efefef;
	padding:2px 10px 5px;
	border-top: solid 3px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
.wTable td {border-bottom: solid 1px #ccc;padding:4px 10px 5px;}



/* REGISTRATION  FORM */

.registration_intro {
	width: 525px;
	float: right;
	margin-bottom: 0;
}
.registration_steps {
	float: left;
	margin: 15px 10px 10px;
	padding: 5px;
	width: 780px;
}
.registration_steps ul {
	display: none;
}
.registration_steps li {
	display: inline;
	float: left;
	padding: 10px 7px;
	margin: 0;
	text-align: center;
	font-size: 13px;
	background: #CDDBE0;
	border-right: solid 1px #fff;
	color: #333;
	width: 242px !important;
}

.registration_steps ul li.current_step {
	background: #EDAF40;
	color: #fff;
}

.registration_copy {
	margin: 0;
	padding: 0 15px 35px 5px;
	float: right;
	width: 770px;
}
.registration_form {
	text-align: left;
	vertical-align: top;
	float: left;
}

.registration_intro {
	width: 525px;
	float: right;
	margin-bottom: 0;
}
.registration_form h3 {
	color: #EDAF40;
	margin: 0;
	padding-bottom: 5px;
	float: right;
	width: 515px;
	_font-size: 13px;
}

.registration_form th {
	font-weight: normal;
	_font-size: 11px;
	background: #CDDBE0;
	padding: 5px 10px;
	vertical-align: top;
	border-left: solid 1px #EDF0F3;
	border-bottom: solid 1px #EDF0F3;
	width: 200px;
	text-align: left;
	_width: 205px;
}

.registration_form table {
	border-left: solid 1px #CDDBE0;
	border-right: solid 1px #CDDBE0;
	border-bottom: solid 1px #CDDBE0;
}

.registration_form td {
	font-weight: normal;
	padding: 3px 5px;
	border-top: solid 1px #CDDBE0;
	background: #EDF0F3;
	_font-size: 11px;
}

.registration_form td input,
.registration_form td select,
.registration_form td textarea {
	padding: 2px;
	width: 170px;
	border: solid 1px #CDDBE0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	_font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.registration_form td textarea.rf_400,
.registration_form td input.rf_400 {
	width: 400px;
	border: solid 1px #CDDBE0; 
}

.registration_form td input.rf_15 {
	width: 15px;
	height: 15px;
	border: solid 1px #CDDBE0; 
}

.registration_form td input.rf_20 {
	width: 20px;
}

.registration_form td input.rf_50 {
	width: 50px; 
}

.registration_form  th.separator,
.registration_form  td.separator {
	border-top: solid 4px #fff;
}