body {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	margin: 0 auto;
	background: #91A0B9;
}

#wrapper {
	width: 790px;
	margin: auto;
}

#container {
	background: #fff;
	margin: 20px auto;
	padding: 5px;
	width: 790px;
	text-align: left;
	float: left;
}

#content-container {
	float: left;
	width: 790px;
}

#content {
	float: left;
}

#header {
	float: left;
	width: 790px;
}

#logobar {
	background-color: #0E1E33;
	height: 55px;
	width: 790px;
}

#logobar h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background: url(../images/chrs_logo.gif);
	display: block;
	width: 199px;
	height: 55px;
	border: none;
	float: left;
}

#topbar {
	float: left;
	width: 790px;
	height: 25px;
	background: #fff;
	border-bottom: 1px solid #90A0B9;
	margin-bottom: 2px;
}

.topnav {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.topnav-right {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.topnav li,
.topnav-right li {
	display: inline;
}

.topnav li a,
.topnav-right li a {
	color: #0E1E33;
	font-size: 75%;
	font-weight: bold;
	line-height: 20px;
	display: block;
	float: left;
	padding: 2px 10px;
	text-decoration: none;
}

#leftcolumn {
	float: left;
	width: 200px;
	
}

.left-box {
	float: left;
	width: 200px;
	margin-bottom: 3px;
	font-size: 75%;
}

.left-box h4 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 25px;
	text-indent: -9999px;
	border-bottom: 1px solid #fff;
}

.left-box a {
	float: right;
	padding: 5px;
	font-weight: bold;
}

/* Newsletter Signup */

.newsletter-signup {
	background: #99C2D6;
	color: #0E1E33;
}

.newsletter-signup p {
	margin: 0px;
	padding: 5px;
}

.newsletter-signup a {color: #0E1E33;}

.newsletter-signup h4 {background: url(../images/heading-newslettersignup.gif);}

/* Testimonials */

.testimonials, .currentOffers {
	background: #CCE6E5;
	color: #0E1F33;
}

.testimonials p, .currentOffers p {
	margin: 0px;
	padding: 5px;
}

.testimonials a, .currentOffers a {color: #0E1F33;}

.testimonials h4 {background: url(../images/heading-testimonials.gif);}
.currentOffers h4 {background: url(../images/heading-offers.gif);}

#content {
	float: left;
	width: 577px;
	margin-left: 3px;
	padding: 5px;
	font-size: 0.8em;
}

#footer {
	float: left;
	width: 780px;
	padding: 5px;
	color: #fff;
	font-size: 60%;
	background: #0E1E33;
	margin-top: 2px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

.password {
	font-size : 12px;
	border : 1px solid #cc9933;
	width : 200px;
	font-family : arial, sans-serif;
}

.pstrength-minchar {
	font-size : 10px;
}

hr {
 	float: left;
	width: 100%;
}

#content h2 {
	float: left;
	width: 568px;
	background: #fff;
	color: #fff;
	padding: 5px;
	font-size: 0.9em;
}

