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

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #123A68;
	line-height: 1.5em;
}
a:link {
	color: #800;
}
a:visited {
	color: #800;
}
a:hover {
	color: #123A68;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	padding-top: 5px;
}
h1 {
	font-size: x-large;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: large;
	color: #800;
}
h3 {
	font-size: medium;
	color: #123A68;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	background-color: #FFF;
	background-image: url(/images/bttm_bd_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-color: #123A68;
}
#header {
	text-align: center;
	line-height: normal;
	color: #123A68;
	margin: 0px;
	background-color: #CCC;
	height: 150px;
	padding: 0px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#left_col {
	clear: left;
	float: left;
	width: 580px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#right_col {
	clear: right;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#cl_break {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#one_col {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	margin: 0px auto;
	font-size: small;
	width: 900px;
	color: #FFF;
	padding: 5px 0px;
	line-height: normal;
}
#footer table tr td {
	font-size: small;
}
#footer a:link {
	color: #CCC;
}
#footer a:visited {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
}
.small_txt {
	font-size: small;
}
.required {
	color: #800;
}
#nav {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	background-color: #800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #123A68;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #ccc;
}
#nav li a:hover {
	color: #FFF;
	background-color: #123A68;
}
