.header {
	background-image: url(images/header.jpg);
	clear: both;
	height: 249px;
	width: 775px;
}
.nav_bar {
	clear: both;
	height: 50px;
	width: 775px;
	background-image: url(images/nav_line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.body {
	clear: both;
	height: auto;
	width: 775px;
}
.footer {
	clear: both;
	height: 75px;
	width: 775px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4D6684;
}
.body_left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 190px;
	height: auto;
	font-style: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 22px;
}

.body_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36475C;
	float: right;
	height: auto;
	width: 504px;
	padding: 15px;
}
.body_center {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D6684;
	height: auto;
	width: 218px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

