@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}#banner {
	background-color: #C00;
	height: 95px;
	width: 968px;
	text-align: center;
	font-size: medium;
}
#main_image {
/*	height: 176px; */
        height: 120px;
	width: 968px;
/*	background-image: url(images/MainBG3.jpg); */
	background-repeat: no-repeat;
}
#left_column {
	float: left;
	width: 316px;
	text-align: left;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
	text-align: left;
}
#center_column {
	width: 316px;
	margin-left: 10px;
	text-align: left;
}
#footer {
	float: bottom;
	width 968px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	text-align: center;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
}
