@charset "utf-8";
body {
	background: #292929;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height: 100%;
}

.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.layoutMasthead {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 99px;
}
.textMasthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a.textMasthead:link, a.textMasthead:visited, a.textMasthead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B180C;
	text-decoration:underline;
}
a.textMasthead: hover,  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B180C;
	text-decoration:none;
}
.layoutGetStarted {
	background-image: url(../images/home_getstarted.jpg);
	padding: 0px 20px 75px 20px;
}
.layoutBarLeft {
	background-image: url(../images/bar_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.layoutBarRight {
	background-image: url(../images/bar_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.layoutFooter {
	background-image: url(../images/footer.gif);
	height: 70px;
}
.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEBBDD;
}
.layoutFooterMB {
	background-image: url(../images/footer_mb.gif);
	height: 48px;
}
a.textBody:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E62712;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E62712;
}
a.textBody:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E62712;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E62712;
}
a.textBody:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
a.textBody:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E62712;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E62712;
}

a.textSubNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6881BF;
	text-decoration: underline;
}
a.textSubNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6881BF;
	text-decoration: underline;
}
a.textSubNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6881BF;
	text-decoration: underline;
}
a.textSubNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E62712;
	text-decoration: none;
}
a.textSubSubNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEBBDD;
	text-decoration: underline;
}
a.textSubSubNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEBBDD;
	text-decoration: underline;
}
a.textSubSubNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEBBDD;
	text-decoration: underline;
}
a.textSubSubNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E62712;
	text-decoration: none;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
a.textHeaderLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E92712;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E92712;
}
a.textHeaderLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E92712;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E92712;
}
a.textHeaderLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.subheader{
	color:#e92712;
	font-size: 16x;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.subheader a:link, .subheader a:visited, .subheader a:hover, .subheader a:active{
	color:#e92712;
}
.standardformfield{
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.standardformarea{
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.disclaimer{
	font-size: 11px;
}

table.navigation {
	width: 780px;
	background: #fff;
	text-align: center;
}

table.navigation td {
	padding: 10px 0;
}

ul.topNav {
	list-style: none;
	margin: 0 auto;
	width: 730px;
}

ul.topNav li{
	float: left;
	padding: 7px 15px 0 15px;
	height: 23px;
	border-right: 1px solid #999;
}

ul.topNav li.last{
	border-right: 0 none;
}

ul.topNav li{
	float: left;
	padding: 7px 15px 0 15px;
	height: 23px;
	border-right: 1px solid #999;
}

ul.topNav li a, ul.topNav li a.link, ul.topNav li a:link, ul.topNav li a:visited, ul.topNav li a:active {
	font-size: 13px;
	font-weight: bold;
	color: #445FA2;
	text-decoration: none;
}

ul.topNav li a:hover {
	border-bottom: 4px solid #445FA2;
}

ul.topNav li a.active {
	border-bottom: 4px solid #CFD6E7;
}

table.footerBar {
border-bottom: 24px solid #1C1C1C
}

table.footerBar td {
	width: 760px;
	padding: 20px 10px 10px 10px;
}

.homesidebar {
	font-size: 12px;
	color: #fff;
}

.homesidebar a, .homesidebar a:link, .homesidebar a:visited, .homesidebar a:active {
	color: #7286B8;
}


ul.homesidebar {
	padding: 0;
}

.homesidebar li{
	margin: 0 0 10px 0;
}

.floatLeft {
	float: left;
	padding: 0 6px 6px 0;
}

.floatRight {
	float: right;
	padding: 0 0 10px 15px;
}