@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
}
body  a:link, body  a:visited   {
	color: #83839C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #83839C;
	text-decoration: none;
}
body a:hover {
	color: #83839C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#top_bar {
	background-color: #8B6F10;
	height: 15px;
	width: 100%;
}
#top_shadow {
	width: 1100px;
	background-image: url(../images/main/top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#content_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/main/logo.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 1000px;
	float: left;
	background-position: left bottom;
}
#line {
	background-color: #cc9900;
	height: 3px;
	width: 100%;
	float: left;
	clear: left;
}
#middle_shadow {
	width: 1100px;
	background-image: url(../images/main/middle_shadow.jpg);
	background-repeat: repeat-y;
	float: left;
}
#bottom_shadow {
	width: 1100px;
	background-image: url(../images/main/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
#main_container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#body_container {
	float: left;
	width: 976px;
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#left_column {
	float: left;
	width: 655px;
}
#left_column_body {
	float: left;
	width: 655px;
}
#menubar {
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menubar_container  {
	width: 655px;
	float: left;
	height: 41px;
}
#menubar li {
	display: inline;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin: 0px;
}
#menubar  a   {
	font-weight: bold;
	color: #00245d;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#menubar a:hover {
	font-weight: bold;
	color: #6a8ec4;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC9933;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#right_column {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#box_container {
	float: left;
	width: 300px;
	padding-top: 11px;
}
#box_title {
	background-color: #DCE7F1;
	float: left;
	width: 294px;
	height: 12px;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: #000066;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 4px;
}
#box_title_bullet {
	background-color: #00245D;
	float: left;
	height: 9px;
	width: 9px;
	margin-top: 2px;
	margin-right: 6px;
}
#box_body {
	float: left;
	width: 272px;
	background-color: #EBEBEB;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 24px;
	padding-left: 14px;
}
#box_body a {
	color: #83839C;
	text-decoration: none;
}
#footer {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#footer  li {
	display: inline;
	padding-right: 1em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-left: 1.1em;
}
#footer  li.left  {
	border-left-style: none;
	border-left-width: 0px;
}
#footer li.right {
	border-right-style: none;
}
