@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #262261;
	background-color: #FFF;
}
#banner {
	height: 100px;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}
#menu_bar {
	height: 25px;
	width: 800px;
	margin: 0 auto;
	border-bottom-color: #262261;
	border-top-color: #262261;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
}
#container {
	width: auto;
	background: #FFF;
	overflow: hidden;
}
#column_container {
	width: 800px;
	height: 570px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #262261;
	border-right-color: #262261;
	border-right-style: solid;
	border-right-width: medium;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#right_panel {
	float: right;
	width: 200px;
	margin-right: 10px;
}
#footer {
	height: 25px;
	width: 800px;
	background-color: #FFF;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
}
#footer_menu ul {
	width: auto;
}
#footer_menu li {
	width: auto;
	white-space: nowrap;
	font-size: 9pt;
}
#footer_menu a {
	padding-left: 2em;
	background-color: #FFF;
	color: #262261;
}
#footer_menu a:hover, #footer_menu a:focus {
	background-color: #FFF;
	color: #00e6e6;
}
#footer_menu {
	padding-top: 0px;
	padding-left: 300px;
}
#lower_panel {
	height: 137px;
	width: 780px;
	padding-left: 10px;
	padding-top: 3px;
}
