@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #acdfec url(../images/body_bkgd.jpg) top left repeat-x;
}
a img {
	border: none;
}
p, li, li li {
	font-size: 1.1em;
	line-height: 1.6em;
}
h1, .h1 {
	font-size: 1.8em;
	color: #bad317;
}
h2 {
	font-size: 1.6em;
	color: #6f9aba;
}
#body_container {
	text-align: left;
	background: #fff;	
	width: 902px;
	margin: 0px auto;
	padding: 3px 0px 3px 0px;
}
#container {
	border: 1px dashed #4193c2;
	margin: 0px 3px 0px 3px;
	overflow: hidden;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 893px;
	height: 157px;
}
#nav {
	padding-top: 117px;
}
#nav ul, #nav ul li {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
}
#nav ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li:hover ul {
	position: absolute;
	display: block;
	border: 1px solid #a9ce5a;
	border-top: none;
	margin: 0px 0px 0px 220px;
}
#nav ul li ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav ul li ul li a:link,#nav ul li ul li a:visited,#nav ul li ul li a:active {
	text-decoration: none;
	color: #155487;
	display: block;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	background: #99ccff;
	width: 180px;
	height: 20px;
	padding: 4px;	
}
#nav ul li ul li a:hover {
	background: #fff;
}
#main {
	background: #fff;
	padding: 15px;
}
#left_col {
	float: left;
	width: 610px;
}
#right_col {
	margin-left: 620px;
}
#footer {
	text-align: center;
}
#footer ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #045088;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* objects */
.box_green {
	background: url(../images/box_green_middle.jpg) top center repeat-y;
	width: 300px;
}
.box_green div {
	color: #638203;
	padding: 0px 10px 0px 10px;
}
.box_green div h1 {
	margin-top: 0px;
}
.box_green div h2 a, .box_brown div h2 a {
	text-decoration: none;
}
.box_brown {
	background: url(../images/box_brown_middle.jpg) top center repeat-y;
	width: 300px;
}
.box_brown div {
	color: #6c685b;
	padding: 0px 10px 0px 10px;
}
.box_brown div h1 {
	margin-top: 0px;
}
.side_box_blue {
	background: url(../images/side_box_blue_middle.jpg) top center repeat-y;
	width: 241px;
}
.side_box_blue div {
	padding: 10px 10px 0px 10px;
}

/* tables */
table.datatable {	
	border: 1px solid #d0ee72;
}
table.datatable th {
	background: #d7f476;
}
table.datatable th.mainheader {
	background: url('../images/mainheader_bkgd.gif') top left repeat-x;
}
table.datatable a {
	text-decoration: none;
}
table.datatable tr.row1 td, table.datatable tr.row2 td {
	padding: 4px 0px 4px 10px;
}
table.datatable tr.row1 {
	background: #eee;
}
table.datatable tr.row2 {
	background: #fefefe;
}
table.datatable tr.row1:hover, table.datatable tr.row2:hover {
	background: #e5f8a6;
}
/* misc */
.red {
	color: #ff0005;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.strong {
	font-weight: bold;
}
.large {
	font-size: 1.1em;
}
.center {
	text-align: center;
}
.blue {
	color: #014e86;
}
hr {
	border: none;
	border-top: 1px dotted #999;
}
/* links */
a:link, a:active, a:visited {
	color: #6f9aba;
}
a:hover {
	text-decoration: none;
}













