@charset "utf-8";
/* CSS Document */body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	padding: 0;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}
form, h1, h2, h3, h4, h5, h6, p, ul, li { 
margin: 0; 
padding: 0; 
}
#container {
	text-align: left;
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}
#banner {
	background-image: 
	height: 288px;
	width: 664px;
	padding-top: 268px;
	padding-left: 304px;
	background-image: url(../images/banner.gif);
	height: 20px;
}
#main {
	background-color: #FFF;
	padding: 20px;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006BC6;
	text-align: center;
}
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0C6BCE;
	text-align: center;
	margin-bottom: 10px;
}
#main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #086BC6;
	margin-bottom: 10px;
}
#left_column {
	float: left;
	color: #FFF;
	width: 296px;
	font-size: 90%;
	padding-left: 20px;
	height: 130px;
	background-color: #086BC6;
}
#column_container {
	float: left;
	width: 652px;
	font-size: 90%;
	height: 130px;
}#center_column {
	margin-left: 10px;
	width: 316px;
	text-align: center;
	height: 130px;
	background-color: #0C6BCE;
	color: #FFF;
}
#center_column p em a {
	color: #FFF;
}

#right_column {
	float: right;
	color: #FFF;
	width: 296px;
	text-align: right;
	padding-right: 20px;
	height: 130px;
	background-color: #0C6BCE;
}
#footer {
	font-size: 75%;
	clear: left;
	width: 968px;
	text-align: center;
	padding-top: 10px;
	color: #0865BA;
}
