@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
img {border: none;}
#wrapper {
	background-image: url(../images/wrapper-bg.png);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper-chart {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
#masthead {
	background-image: url(../images/masthead-bg.jpg);
	background-repeat: no-repeat;
	height: 166px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BABBBD;
	margin-bottom: 20px;
}
#logo {
	float: left;
	height: 93px;
	width: 401px;
	margin-top: 35px;
	padding-left: 230px;
}
#topscreener {
	background-image: url(../images/screener-bg.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 193px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 40px;
	color: #FFFFFF;
}
#topscreener p {
	margin: 0px 10px 10px;
	font-size: 13px;
	line-height: 13px;
}
#topscreener ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topscreener ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 6px 40px 6px 0px;
	margin: 0px;
}
#topscreener li {
	margin: 0px; 
	padding: 0px;
	background-image: url(../images/screener-link-bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	line-height: 0px;
}
#leftcol {
	float: left;
	width: 267px;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li {
	text-align: right;
}
#leftnav li a {
	text-decoration: none;
	color: #32506C;
	font-size: 13px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	padding-right: 30px;
}
#leftnav li a.active {
	background-image: url(../images/nav-active-bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#leftnav li a:hover {color: #000000;}
.leftbox-wrapper {
	width: 228px;
	margin-top: 30px;
	margin-left: 10px;
}
.leftbox-top {
	background-image: url(../images/leftbox-bg-top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 228px;
}
.leftbox-content {
	background-image: url(../images/leftbox-bg.png);
	background-repeat: repeat-y;
	width: 228px;
}
.leftbox-content p {text-align: center; padding: 20px 0px; margin: 0px;}

.leftbox-bottom {
	background-image: url(../images/leftbox-bg-bottom.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 228px;
}
#rightcol {
	float: right;
	width: 580px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#content {
	width: 580px;
	color: #003366;
	font-size: 13px;
}
#content a:link, #content a:visited {color: #C30; text-decoration: none;}
#content a:hover, #content a:active {color: #C30; text-decoration: underline;}
#content p, #content li {
	line-height: 18px;
	margin: 0px 0px 15px;
}
#content p.highlight-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content p.highlight-mid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 18px;
}
#content p.highlight-sm, #content li.highlight-sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 16px;
}
#content h2 {
	font-size: 18px;
	color: #13629E;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
}
#content h6 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#content .overline {
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 5px;
}
#content .underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#content .backtotop {
	text-align: center;
	font-weight: bold;
}
table.ratechart {
	border-collapse: collapse;
	margin: 10px auto;
	padding: 0px;
}
#content ul li ul {
	margin-top: 10px;
}
table.ratechart td, table.ratechart th {
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCC;
	vertical-align: top;
}
table.ratechart th {
	background-color: #13629E;
	color: #FFF;
	text-align: left;
}
table.ratechart .alt {
	background-color: #EFEFEF;
}
table.ratechart .smallprint {
	font-size: 11px;
	font-style: italic;
}
#content .detail-box {
	float: right;
	width: 156px;
	margin-left: 20px;
	line-height: 0px;
}

.wizardpanel {
    display:none;
}

.wizardcontent {
    border: 1px solid #CCC;
	background-color: #EFEFEF;
    padding: 25px;
}

#wizardwrapper {
    width:528px;
}

#content .wizardcontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-style: none;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
}

#content .wizardcontent h2 {
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
}
#content .wizardcontent .buttons {text-align: center;}
#content .wizardcontent button {
	margin-right: 3px;
	margin-left: 3px;
}
#content form div {clear: left; margin-bottom: 8px; float:left; width: 580px;}
#content form div.underline {padding-bottom: 8px;}
#content form label {float: left; width: 150px; text-align: right; margin-right: 8px;}
#content form input, #content form textarea {float: left; width: 300px;}
#content form h6 {clear: both;}
#content form button {margin-left: 158px;}
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 900px;
	margin: 0px auto;
	padding: 41px 10px 20px 10px;
	text-align: center;
	color: #CCC;
}
#footer p {font-size: 11px; line-height: 18px; margin: 0px 20px 20px;}
#footer p.footer-credit {margin-top: 40px;}
#footer a {color: #FFF; margin: 0px 12px; text-decoration: none;}
#footer p.footer-credit a {color:#399;}
#footer a:hover, #footer a:active, #footer p.footer-credit a:hover, #footer p.footer-credit a:active {color: #FC0;}
.indent {margin-left: 20px;}
.clear {clear: both;}
.beginAgain {
	font-size: 14px;
	font-style: italic;
}
