﻿@charset "UTF-8";
* {
	vertical-align: top;
}
#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
	height: 100px;
	background-position: bottom;
}
#wrapper #headerImg {
	height: 35px;
	background-image: url(../images/nav_bg.png);
	padding-left: 20px;
	border-top: 4px solid #f7db00;
	border-bottom: 2px solid #f7db00;
}
#wrapper #bodyArea #scroller {
	width: 1000px;
	height: 250px;
	margin-top: 10px;
	border: 2px solid #005b1e;
}
#wrapper #bodyArea #left {
	width: 180px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: FFFFFF;
	margin-right: 20px;
	margin-left: 5px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#wrapper #bodyArea #centre {
	width: 550px;
	float: left;
	background-color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#wrapper #bodyArea #centre img{
	border: 2px solid #005b1e;
	margin-bottom: 5px;
}
#wrapper #bodyArea #right {
	width: 230px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#wrapper #bodyArea #footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #002f23;
	padding: 6px;
	font-size: 12px;
}
#wrapper #base {
	height: 20px;
	background-color: #000000;
}
#wrapper #bodyArea #right div ul li {
	font-size: 14px;
}
#wrapper #bodyArea #right div ul {
	font-style: italic;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #002e23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002e23;
}
a:hover {
	text-decoration: underline;
	color: #daaf20;
}
a:active {
	text-decoration: none;
	color: #002C21;
}
#wrapper #bodyArea #left .selected td {
	border-top: 2px solid #bebebe;
	background-color: #ccffbb;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #bodyArea #left .selectedsub td {
	border-top: 2px solid #bebebe;
	color: #0051be;
	background-color: #ccffbb;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#wrapper #bodyArea #left .other td {
	border-top: 2px solid #bebebe;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #bodyArea #left .othersub td {
	border-top: 2px solid #bebebe;
	font-size:10px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #bodyArea #left a:link {
	font-size:14px;
	color: #292c29;
}
#wrapper #bodyArea #left a:visited {
	font-size:14px;
	color: #292c29;
}
#wrapper #bodyArea #left a:hover {
	font-size:14px;
	color: #005b1e;
}
#wrapper #bodyArea #left a:active {
	font-size:14px;
	color: #005b1e;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h2 {
	font-size: 14px;
	color: #005b1e;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	padding: 3px;
	text-indent: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	text-align: left
}
div#footer td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 3px;
	padding-top: 0px;
}
#wrapper #bodyArea #footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight:bold;
	background-image: url(../images/footerbg.png);
	padding: 6px;
	font-size: 12px;
}
div#footer a:link {
	color: #a3a3a3;
}
div#footer a:visited {
	color: #a3a3a3;
}
div#footer a:hover {
	color: #a3a3a3;
}
div#footer a:active {
	color: #A3a3a3;
}
