/* MAIN WRAPPER TO CONTROL OVERALL LAYOUT POSITION. DEFAULT IS CENTERED. TO CHANGE TO
LEFT, CHANGE BODY'S TEXT-ALIGN CENTER TO "LEFT" AND REMOVE WRAPPER'S MARGIN-LEFT AND RIGHT'S AUTO MARGIN.
CHANGE OTHER SETTINGS AS NECESSARY */
body {
	margin: 20 0 0 0;
	background-color: #FFF;

}

#wrapper {
	position: relative;
	top: 0px;
	right: 0px;
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
}

.navBlue {
	background-color: #eeeeee;
}
.navBlueORIG {
	background-color: #CCCACF;
}

.gray1 {
	background-color: #8F8F8F;
}

.gray2 {
	background-color: #BCBCBC;
}
blockquote {
	margin-right: 20px;
	margin-left: 25px;
	font-family: "arial, helvetica";
	font-size: 6px;
}

h1{
font-family: "Times New Roman", Times, serif;
font-size: 14pt;
color: #333333;
margin-bottom: 0;
}

h2{
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: #333333;
margin-bottom: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.footer {
font-family: arial, helvetica;
font-size: 8pt;
}


#footer_link a{
color:#000000;
text-decoration: none;
font-family: arial, helvetica;
font-size: 8pt;
}

#footer_link a:hover{
color:#000000;
text-decoration: none;
font-family: arial, helvetica;
font-size: 8pt;
}

#footer_link a:active{
color:#000000;
text-decoration: none;
font-family: arial, helvetica;
font-size: 8pt;
}

#footer_link a:visited{
color:#000000;
text-decoration: none;
font-family: arial, helvetica;
font-size: 8pt;
}

a.jesse:link { color: #333333; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.jesse:active { color: #333333; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.jesse:hover { color: #333333; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; letter-spacing: 1pt }
a.jesse:visited { color: #333333; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
#disclaimer {
	font-size: 16pt;
}
.disclaimer2 {
	font-size: 8pt;
}
#centerWebStat {
	text-align: center;
}
