#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin: 0 0 0 0; 
}

.innertube
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}
#maincontent
{
	width:630px;
	margin-bottom:15px;
	position:relative;
	top:-20px;
}

#contentwrapper h1
{
	margin:4px 0px 4px 0px;
	font-size:1.5em;
	font-weight:bold;
	color:#5cc159;
}

#contentwrapper h2
{
	margin:4px 0px 2px 0px;
	font-size:13px;
	font-weight:bold;
	color:#282780;
}

#contentwrapper h3
{
	margin:4px 0px 2px 0px;
	font-size:12px;
	font-weight:bold;
	color:#282780;
}

#contentwrapper p
{
	line-height:130%;
	display:block;
	margin:2px 0px 8px 0px;
}

/* Login form styles */
#loginForm
{
	width:550px;
	height:160px;
	margin-left:50px;
	padding-left:10px;
}

#loginForm .section_header
{
	width:550px;
	font-weight:bold;
	padding:6px 0px;
	display:block;
}
#loginForm .fields_left
{
	width:270px;
	float:left;
}
#loginForm .fields_right
{
	width:270px;
	float:right;
}
#loginForm .field_label
{
	width:270px;
	float:left;
	font-weight:normal;
	margin-bottom:4px;
}
#loginForm input
{
	width:260px;
	font-weight:normal;
	margin-bottom:4px;
	border:#c8c8c8 1px solid;
}
#loginForm .formbtn
{
	float:right;
	margin-top:8px;
	margin-right:8px;
	width:90px;
	font-weight:bold;
	background-color:#ecedee;
}
#loginForm .formbtn_over
{
	background-color:#5cc159;
	color:#ffffff;
}
/* End Login form styles */

/* Register form styles */
#registerForm
{
	width:550px;
	height:180px;
	margin-left:50px;
	padding-left:10px;
	background-color:#d0d3d6;
}

#registerForm .section_header
{
	width:560px;
	font-weight:1.063em;
	font-weight:bold;
	padding:6px 0px;
	display:block;
}
#registerForm .fields_left
{
	width:270px;
	float:left;
}
#registerForm .fields_right
{
	width:270px;
	float:right;
}
#registerForm .field_label
{
	width:270px;
	float:left;
	font-weight:normal;
	margin-bottom:4px;
}
#registerForm input
{
	width:260px;
	font-weight:normal;
	margin-bottom:4px;
	border:#c8c8c8 1px solid;
}
#registerForm #registerbtn
{
	float:right;
	margin-top:18px;
	margin-right:8px;
	width:90px;
	font-weight:bold;
}

#registerForm .formbtn
{
	background-color:#ecedee;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	background-image:url(images/btnarrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:6px 14px 6px 18px;
	cursor:pointer;
}
#registerForm .formbtn_over
{
	background-color:#5cc159;
	color:#ffffff;
}
/* End Register form styles */

/* End Apply form styles */
.downloadButton
{
	background-color:#ecedee;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	background-image:url(images/btnarrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:6px 14px 6px 18px;
	cursor:pointer;
	text-decoration:none;
}

.downloadButton_over
{
	background-color:#5cc159;
	color:#ffffff;
	
}

#formDownload a 
{
	color:#000000;
}
#formDownload a:hover 
{
	color:#ffffff;
	text-decoration:none;
}
#formDownload
{
	height:30px;
	text-align:right;
	margin-bottom:36px;
}

.formNote
{
	border-top:#000000 solid 3px;
	border-bottom:#000000 solid 3px;
	margin:8px 0px 8px 16px;
	padding:2px 0px;
	width:540px;
}
.noteHeader
{
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}
.formNote p
{
	font-weight:normal;
}
.noteTrigger
{
	font-weight:bold;
	background-image:url(images/note_arrow_up.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:14px;
	cursor:pointer;
}

.noteTriggerActive
{
	background-image:url(images/note_arrow_down.png);
	color:#5cc159;
}

#appForm
{
	width:600px;
}
#appForm .apply_fields_container
{
	width:580px;
	display:block;
	margin-left:20px;
	margin-bottom:8px;
}
#appForm .field_label
{
	width:560px;
	font-weight:normal;
	margin-bottom:2px;
	display:block;
}
#appForm .requiredLabel
{
	width:560px;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:20px;
	display:block;
}
#appForm input
{
	width:360px;
	font-weight:normal;
	margin-bottom:4px;
	border:#c8c8c8 1px solid;
}
#appForm .inlineField
{
	width:180px;
	font-weight:normal;
	border:#c8c8c8 1px solid;
	margin:0px;
	padding:0px;
}
#appForm .smallInput
{
	width:80px;
}
#appForm select
{
	font-weight:normal;
	margin-bottom:4px;
	border:#c8c8c8 1px solid;
}
#appForm .frmCheckbox
{
	width:14px;
	border:none;
}
#appForm .frmCheckboxLabel
{
	position:relative;
	top:-1px;
}
#appForm .frmRadio
{
	width:14px;
	border:none;
}
#appForm .frmRadioLabel
{
	position:relative;
	top:-2px;
}

#appForm textarea
{
	width:558px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	margin:0px 0px 4px 0px;
	border:#c8c8c8 1px solid;
	<!--[if lte IE 7]>
		position:relative;
		left:-20px;
	<![endif]-->
}

#appForm .bottomButtons
{
	width:580px;
	height:30px;
	text-align:right;
}

#appForm .sectionMessage
{
	width:560px;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:20px;
	display:block;
	color:#ff0000;
}

#appForm .maxWords
{
	margin:0px 5px;
	color:#666666;
	font-size:0.9em;
}
#appForm .wordCount
{
	font-size:10px;
}
#appForm .wordError
{
	color:#FF0000;
}
#appForm .appError
{
	display:block;
	color:#FF0000;
}
#appForm .saveNotification
{
	width:560px;
	text-align:right;
	margin-top:16px;
	margin-left:20px;
}
/* End Apply form styles */

.loginError
{
	color:#da1417;
}
.formbtn
{
	background-color:#d6d6d6;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	background-image:url(images/btnarrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:6px 14px 6px 18px;
	cursor:pointer;
}
.formbtn_over
{
	background-color:#5cc159;
	color:#ffffff;
}
.sectionHeader
{
	width:598px;
	height:33px;
	background-image:url(images/section_header_base.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	padding-left:32px;
	font-weight:bold;
	font-size:1.063em;
	margin-bottom:0px;
	padding-bottom:0px;
}
.sectionHeaderHover
{
	background-image:url(images/section_header_hover.png);
}
.sectionHeaderOpen
{
	background-image:url(images/section_header_open.png);
}
.sectionNumber
{
	width:23px
	height:23px;
	padding-top:3px;
	margin-right:4px;
	float:left;
}
.sectionHeaderText
{
	width:300px;
	height:26px;
	display:block;
	float:left;
	margin-top:5px;
}
.sectionHeaderError
{
	margin-right:5px;
	text-align:right;
	color:#FF0000;
	width:260px;
	display:block;
	float:right;
	height:26px;
	margin-top:5px;
}
.sectionContent
{
	background-color:#f2f2f2;
	width:601px;
	margin-left:29px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.sectionDivider
{
	width:560px;
	height:9px;
	background-color:#5cc159;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}
#errorHeader
{
	color:#FF0000;
	font-weight:bold;
	margin:10px 0px;
}
