body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

#content {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('/images/header.png') no-repeat;
	height: 121px;
	margin-bottom: 4px;
	text-indent: -5000px;
}

#footer {
	width: 974px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #d0d0d0;
	padding-top: 5px;
	margin-top: 5px;
	color: #b0b0b0;
	clear: both;
	bottom: 0;
}

#menu {
	background: black;
	color: white;
	font-weight: bold;
	height: 28px;
	margin-bottom: 4px;
	padding-top: 8px;
}

#menu ul {
	list-style: none;
	margin: 0;
	margin-left: 40px;
	padding: 0;
}

#menu li {
	display: inline;
	padding-right: 80px;
}

#menu a {
	text-decoration: none;
	color: white;
}

#banner {
	background: url('/images/buildings.png') no-repeat;
	height: 259px;
	margin-bottom: 4px;
}

#lhs {
	float: left;
	width: 596px;
	margin-right: 4px;
}

#rhs {
	float: right;
	width: 374px;
}

#lhs h1, #rhs h1 {
	font-size: 1.5em;
	background: url('/images/rounded_llc.png') no-repeat;
	background-color: #1f4089;
	height: 34px;
	color: white;
	padding-top: 12px;
	margin-top: 0;
	padding-left: 40px;	
}

.inner_content {
	padding-left: 40px;	
}

.inner_content h2 {
	font-size: 1.4em;
	color: #212d76;
	margin: 0;
	margin-bottom: 5px;
}

.inner_content h3 {
	font-size: 1.0em;
	color: #212d76;
	margin: 0;
	margin-bottom: 5px;
}

.inner_content p {
	margin: 0;
	margin-bottom: 5px;
}

.rhs_content {
	padding-left: 40px;	
	padding-right: 40px;	
}

.rhs_content h2 {
	font-size: 1.4em;
	color: #212d76;
	margin: 0;
	margin-bottom: 5px;
}

.rhs_content h3 {
	font-size: 1.0em;
	color: #212d76;
	margin: 0;
	margin-bottom: 5px;
	text-decoration: none;

}

.rhs_content a {
	font-size: 1.0em;
	color: #212d76;
	margin: 0;
	margin-bottom: 5px;
	text-decoration: none;
}

.rhs_content p {
	margin: 0;
	margin-bottom: 5px;
}


.inner_section, .inner_section_last {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	min-height: 120px;
}

.inner_section_last {
	border-bottom: none;
}

.float_illustration {
	float: right;
	padding-left: 5px;
	border: none;
}
