/* CSS RESET */

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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

p{
	line-height:1.2em;
	padding:0 0 1.2em 0;
}

ol{
	margin:0 0 1.2em 40px;
}
/* Real CSS starts here */

.offScreen{
	position:absolute;
	top:-1000px;
	left:-5000px;
}
.clear{
	clear:both;
}
.headerWrapper{

}
.header{
}

.pageHeader{
	background:#197FC3;
}

.pageHeaderInner{
	color:#000000;
}
.pageHeaderInner h2{
	font-size:160%;
	font-weight:normal;
	line-height:1.6em;
	padding:1.4em 0;
}
.pageHeaderInner p{
	padding:0;
}
.pageContent{
}
.pageContentInner{
	color:#000000;
	font-size:80%;
}

.contentFooter{
	display:none;
}
.contentFooterInner{
	display:none;
}

.footer{
	margin-top:50px;
	font-size:60%;
	color:#000000;
}
.footer a{
	color:#000000;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}
.footer li{
	display:inline;
}


/* top navigation */

.topNav{
	display:none;
}

.nav{
	display:none;
}
.SUBnav{
	display:none;
}

label.text{
	display:block;
	line-height:1.4em;
}
input.dataText, textarea.dataTextArea{
	border:solid 1px #E48C19;
	width:250px;
	margin-bottom:6px;
}
label.opt, label.optMkting{
	font-size:70%;
}
p.submitButton{
	width:250px;
	text-align:center;
	margin:0;
	padding:0;
}
.leftCol h2{
	color:#000000;
	font-size:120%;
	line-height:1.4em;
	padding-bottom:1.2em;
}
.smallText{
	font-size:80%;
}