body {
	margin: 0px;
	text-align: center;
	background-color: #E3E3E3;
}

a img {
	border: 0px;
}

#mainBlock {
	text-align: left;
	width: 800px;
	margin: auto;
	font-family: 'Gill Sans', Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #FFFFFF;
	background-image: url("images/misc/main_bg_char.gif");
}

#header {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}

#charLogo {
	float: right;
	margin-top: 20px;
	width: 588px;
}

#topBar {
	height: 32px;
}

#content {
	color: #626264;
	margin-right: 3px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content a {
	color: #F68121;
	text-decoration: none;
	font-weight: bold;
}

#content .orange {
	color: #F68121;
}

#content .blue {
	color: #00778B;
}

#content a:hover {
	color: #E31B25;
	font-weight: bold;
}

#content p {
	margin-top: 0px;
}

#content .charBlock {
	clear: left;
	margin-top: 20px;
}

#content .charBlock .charText {
	margin-left: 140px;
}
#content .charBlock .logo {
	float: left;
}

#content .charBlock .logoImg {
}

#content .charBlock .logoImg img {
	margin-bottom: 10px;
}

/* Left Column */

#leftBar {
	float: left;
	width: 184px;
	margin-top: 20px;
}

#leftBar .subItem {
	margin-left: 14px;
	color: #F68121;
	line-height: 1.6em;
	font-weight: bold;
}

#leftBar a {
	color: #626264;
}

#leftBar a:hover {
}

/* Main text */

#text {
	float: left;
	width: 380px;
	padding-left: 32px;
	margin-bottom: 32px;
}

.title {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
}

.subhead {
	font-weight: bold;
	color: #F68121;
}

.signupBlock {
	margin-top: 10px;
	margin-bottom: 30px;
}

.signupImg {
	margin-top: 10px;
	margin-left: 15px;
}

.signupNavImg {
	margin-left: 14px;
	margin-top: 20px;
}

.formTable .title {
	font-size: 1em;
	font-weight: normal;
}

.caseImg {
	float: left;
	margin-bottom: 10px;
	width: 185px;
	margin-right: 4px;
}

.caseImg .img1 {
}

#rightBar .img1 {
	display: block;
	margin-left: auto;
	margin-right: auto ;
	margin-top: 12px;
	margin-bottom: 12px;
	
}


/* Right Column */

#rightBar {
	float: right;
	border-top: 8px solid #FFF;
	margin-right: 0px;
	width: 180px;
}

#rightBar #title {
	margin-top: 8px;
	margin-bottom: 12px;
}

#rightBar .textBox {
	margin-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

#rightBar .subhead {
	font-size: 1.1em;
	margin-bottom: 6px;	
}

#rightBar .text {
	font-size: 0.9em;
	line-height: 1.6em;
}

#rightBar #caseStudy {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}


#rightBar a:hover {
	color: #F68121;
}


#rightBar .line {
	border-top: 1px solid #AAA;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* Footer */

#footSpacer {
	background-image: url("images/misc/main_bg2_char.gif");
	line-height: 8px;
	height: 8px;
	width: 800px;
}

#footer {
	background-color: #949599;
	color: #FFFFFF;
	clear: both;
	font-size: 0.9em;
	height: 40px;
}

#footer #leftNav {
	margin-top: 10px;
	padding-left: 15px;
	float: left;
}
#footer #rightNav {
	margin-top: 10px;
	padding-right: 15px;
	float: right;
}

#footer #rightNav a {
	padding-left: 10px;
}
#footer #leftNav a {
	padding-right: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none
}

#footer a:hover {
	text-decoration:underline;
}


