body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-size:80%;
	background-color:#fff;
	color:#000;
}
img{
	border:0;
}
a, a:visited{
	color:#00529f;
}
a:hover{
	color:#B82E04;
}
#mainWrapper{
	margin:0 auto;
	margin-bottom:10px;
	width:770px;
	background-color:#dc5412;
}
body#home, #home #mainWrapper{
	background-color:#dc5412;
	margin:0 auto;
}
#content{
	float:left;
	height:265px;
	margin:50px 0 0 15px;
	line-height:1.6em;
	font-size:0.95em;
}
#content p{
	margin:0;
	padding:0 0 1.1em 0;
}
#blue #content, #orange #content{
	margin:50px 0 0 45px;
	width:200px;
}
#green #right-image{
	float:right;
	padding:107px 9px 0 0;
}
#orange #right-image, #red #right-image{
 	float:right;
	margin:130px 0 0 0;
}
#blue #right-image{
	float:right;
	margin:99px 0 0 0;
}
#footer{
	clear:both;
	text-align:left;
	font-size:10px;
	padding:20px 0 10px 228px;
	color:#00529f;
}
#red #mainWrapper{
	border:#C90026 solid 1px;
	background:url(images/header-red.gif) top no-repeat;
}
#green #mainWrapper{
	border:#87D300 solid 1px;
	background:url(images/header-green.gif) top no-repeat;
}
#orange #mainWrapper{
	border:#dc5412 solid 1px;
	background:url(images/header-orange.gif) top no-repeat;
}
#blue #mainWrapper{
	border:#5bc8e6 solid 1px;
	background:url(images/header-blue.gif) top no-repeat;
}
#logo{
	margin:45px 0 0 38px;
}