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.gif");
}

#header {
	background-color: #E31B25;
	height: 118px;
	text-align: left;
	padding-left: 14px;
	padding-right: 32px;
}

#header #logo {
	margin-top: 18px;
	float: left;
}
#header #strap {
	float: right;
	margin-top: 40px;
	text-align: right;
	width: 210px;
}

#topBar {
	height: 32px;
	background-color: #F68121;
}

#topBar #nav {
	float: left;
	margin-top: 3px;
	margin-left: 12px;
}

#content {
	color: #626264;
	margin-right: 3px;
	min-height: 580px;
}

#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 .button { 
	margin-left: 5px;
	margin-right: 5px;
}

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

#chooseImg{
	margin-left: 25px;
}
#logosAnim {
}

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

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

#content .charBlock .logo {
	float: left;
	height: 140px;
}

#content .charBlock .logoImg {
}

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

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

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

#leftBar a {
	color: #626264;
}

#leftBar a:hover {
}

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

#textWide {
	float: left;
	width: 532px;
	margin-bottom: 32px;
}

#text #title {
	margin-top: 23px;
	margin-bottom: 20px;
}

#textWide .column {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#textWide .column .picture {
	border: 1px solid #F68121;
}

#textBlock {
	border: 1px solid #00778B;
	width: 765px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 16px;
	display: inline;
	float: left;
}

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

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

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

#rightBar .textBox a {
	color: #666666;
	font-weight: normal;
}

#rightBar .textBox a:hover {
	color: #E31B25;
	font-weight: normal;
}

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

#footSpacer {
	background-image: url("images/misc/main_bg2.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;
}
