html, body {
	color: #000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
}
img {
	border: 0;
}
h1 {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0;
	padding: 4px 0px 0px 8px;
}
h2 {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0px 4px 0px;
	border-bottom:1px solid #a4a4a4;
	padding-bottom: 2px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 8px 3px 0px 3px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding:4px 0px 0px 0px;
}
a {
	color: #2c5991;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5b7b9c;
}
p {
	line-height: 16px;
	margin: 8px 3px 10px 3px;
}
ul {
	line-height: 20px;
	margin: 10px 3px 12px 24px;
	padding: 0;
	list-style-image: url(../img/arrow_icon.gif);
}
ul ul {
	list-style-image: url(../img/arrow_small_icon.gif);
	margin: 4px 0px 6px 18px;
}
#container {
	background-image: url(../img/header_bar.gif);
	background-repeat:repeat-x;
	width:1000px;
}
#header {
	background-image: url(../img/header_img.jpg);
	background-repeat:no-repeat;
	height: 128px;
	margin-bottom: 6px;
}
#left_col {
	float: left;
	width: 167px;
	margin-left: 6px;
	margin-right: 3px;
	display: inline;
}
#center_col {
	float: left;
	width: 642px;
	margin-left: 3px;
	margin-right: 3px;
}
#center_col img {
	margin-right: 1px;
}
#right_col {
	float: left;
	width: 167px;
	margin-left: 3px;
}
#footer {
	background-color:#ccc;
	float:left;
	width:1000px;
	clear:both;
	margin-top: 12px;
}
#footer p {
	color: #444;
	font-size: 11px;
	text-align:center;
	margin:6px;
}
#main_nav {
	float: right;
	position: relative;
	top: 95px;
	width: 695px;
}
#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 4px;
}
#nav li {
	float: left;
	width: 100px;
	margin-right: 15px;
}
#nav li ul {
	position: absolute;
	width: 112px;
	left: -999px;
	background-color: #fff;
	border: 1px solid #666;
}
#nav li ul a {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
}
#nav li ul li {
	margin-right: 0px;
}
#nav li:hover, #nav li.hover {
	position: static;
}
#nav li:hover a, #nav li.nhover a {
	background: url(../img/btn_selected.gif) no-repeat;
}
#nav li:hover ul, #nav li.nhover ul {
	left: auto;
}
#nav li:hover ul a, #nav li.nhover ul a {
	background-image: none;
}
#nav li ul li a:hover {
	color: #fff;
	background-color: #5da2e6;
	background-image: none;
}
#nav li.active {
	background:  url(../img/btn_active.gif) no-repeat;
}
#subnav, #subnav ul {
	width: 167px;
	list-style: none;
	margin: 8px 0px 0px 0px;
	padding: 0;
}
#subnav li a {
	display: block;
	text-decoration: none;
	width: 155px;
	margin: 0;
	padding: 1px 6px;
}
#subnav a:hover {
	background: #bbb;
}
#subnav li.active a {
	color: #fff;
	background: #999;
}
#subnav li.active a:hover {
	color: #fff;
	background: #999;
}
.topic_heading {
	background-image: url(../img/heading_bg_02.gif);
	height: 24px;
	margin-bottom: 1px;
}
.italic {
	font-style: italic;
}
.rc_img {
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	padding: 1px 0px 1px 0px;
}
#lc_bg {
	float: left;
	background-image: url(../img/lc_bg_bar.jpg);
	width: 167px;
	height: 300px;
}
#lc_bg h3 {
	padding-top: 12px;
	padding-left: 12px;
	font-size: 11px;
}
#lc_bg p {
	padding-left: 10px;
	font-size: 11px;
}
#options {
	padding-left: 10px;
	font-size: 11px;
}
.news_item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
}
.news_item img {
	margin-top: 2px;
	float: right;
}
.news_item h3 {
	font-size: 16px;
	font-weight:normal;
	color: #2c5991;
}
.news_date {
	color: #999;
}
.address {
	background-color: #aed0f2;
	width: 642px;
	height: 225px;
}
.address img {
	float: left;
	margin: 0;
	padding: 0;
}
.address h3 {
	padding-top: 22px;
	padding-left: 395px;
	color: #fff;
	font-size: 16px;
	font-weight:normal;
}
.address p {
	margin-left: 395px;
	margin-bottom: 0px;
}
.item {
	float: left;
	width:321px;
	margin-bottom: 20px;
}
.item a:hover {
	text-decoration: none;
}
.item img {
	float: left;
	border: 1px solid #a4a4a4;
	padding: 5px;
	margin-top: 4px;
}
.item p {
	margin: 13px 3px 0px 100px;
}
.item_right {
	margin-left: 6px;
}
#flash {
	float: right;
	padding-left: 15px;
	font-style: italic;
	}