/*css reset*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#mainwrap { 
	width: 940px; margin: 0 auto 0 auto; font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #515050; padding-bottom: 120px; }
a { color: #643a9c; text-decoration: underline; } 
a:hover { text-decoration: none; }
strong { color: #532884; }
#topbanner { height: 180px; }
#leftcol { float: left; width: 715px; }
#rightcol { float: right; width: 207px; background: url(../img/bg_sidebar.gif) no-repeat top left; }
#rightcol li { margin-bottom: 18px; float: right; }
#cta { margin: 30px 0 20px 20px; }
#formulas { margin-top: 20px; }
h2 { display: block; margin-bottom: 10px; }
p { width: 578px; }
ul.tabs { height: 41px; }
ul.tabs li a span { display: none; }
ul.tabs li { float: left; }
ul.tabs li a { display: block; height: 41px; }

ul.stepover, a.btn_submit { margin: 0 0 0 0px; }
ul.stepover li { float: left; width: 225px; }
#bottom ul.stepover p { width: 205px; margin: 0; padding: 0; }
#bottom { background: none; }

#bottom p { padding: 0 25px 0px 0px;}
#bottom h1 { padding: 0 25px 10px; }
#bottom h2 { padding: 0 25px 10px 0px; font-family:Verdana, Geneva, sans-serif; font-size: 19px; font-stretch:narrower; font-weight:bold; color:#636; }
p.footnote { font-size: 9px; margin-top: 140px; color: #7d7d7d; }

/* new */

#new_wrapper { width: 940px; margin: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515050; }
ul.fact { margin: 20px 0 20px 0; }
ul.fact li { background: transparent url(../img/arrow.gif) no-repeat scroll left 1px; margin: 10px 0 10px 10px; padding: 0 0 0 20px; }

#footer { font-size: 9px; background: url(../img/bg_footer.jpg) no-repeat top left; 
	padding-top: 20px; color: #777777; text-align: right; margin-top: 30px; }
	
p.disclaimer { font-size: 10px; color:#808080; font-style:italic; }















