body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #171A33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFF;
    padding-top: 0px;
    margin-top: 0px;
}
p {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 18px;
}
a {
	color: #FF9600;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;

}
.topbar {
	width: 740px;
	height: 126px;
	position: absolute;
	top: 0px;
	left: 20px;
}
.navbar {
	position: absolute;
	top: 126px;
	left: 20px;
	width: 180px;
	height: 100%;
    margin-bottom: 10px;
	background-image: url('/images/bg_blue.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;

}
.contentarea{
	position: absolute;
	top: 126px;
	left: 210px;
	width: 360px;
	height: 100%;
    margin-bottom: 10px;
	background-color: #161816;
}
.rightbar{
	position: absolute;
	top: 126px;
	left: 580px;
	width: 180px;
	height: 100%;
    margin-bottom: 10px;
	background-color: #B0B0B5;
}
.rightbartitle{
	width: 180px;
	height: 30px;
	padding: 0px;
	background-color: #96969A;
}
.navlist {
    padding-left: 17px;
	padding-top: 19px;
    margin: 0;
    list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #000;
}
.memberships {
	position: absolute;
	bottom: 0px;
    padding-left: 17px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 18px;
	color: #000;
}
.membershipsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
}
.copyrighttext {
	font-size: 75%;
	position: absolute;
	bottom: 0px;
    padding-left: 12px;
	padding-bottom: 12px;
}
.righttext {
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFF;

}
.charteremailbox {
	width: 150px;
}
.submittext {
	color: #FFF;
	text-decoration: none;
}
.privacylinktext {
	position: absolute;
	width: 180px;
	bottom: 0px;
	padding-bottom: 12px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
}

.testimonial {
	font-size: 75%;
    font-style: italic;
	color: #FFF;
}

.testimonialsource {
    font-style: normal;
    font-size: 67%;
}
