@charset "UTF-8";
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 780px; /*Width of Carousel Viewer itself*/
	height: 600px;
}
#navigation {
	padding: 0px;
	margin: 0px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 780px;
}
#textleft {
	padding: 0px 36px 30px 36px;
	width: 318px;
	float: left;
	text-align: justify;
}
.FL {
	float: left;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 780px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background-color: #FFFFFF;
}
#pagewrap {
	margin: 0px auto 0px auto;
	width: 780px;
	padding: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000099;
	border-top: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#slidewrap {
	background-color: #FFFFFF;
	float: left;
}
body {
	background-color: #101215;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#textright {
	padding: 0px 36px 20px 36px;
	width: 318px;
	float: left;
	text-align: justify;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000099;
	text-align: right;
	padding: 0px 36px 0px 36px;
	width: 318px;
	float: left;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.margins {
	padding: 20px 36px 20px 36px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 35px;
	color: #333333;
	padding: 20px 70px 20px 36px;
	text-align: right;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	float: left;
	clear: left;
	width: 780px;
}
#subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	padding: 20px 36px 20px 36px;
	width: 708px;
	float: left;
	text-align: justify;
}
