body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	margin:0;
	padding:0;
}

a:link {
	color:#363;
}

a:visited {
	color:#00427c;
}

img { border:0; }

p {
	margin:10px 20px;
	line-height:24px;
}

ul {
	list-style-type:square;
	padding:0;
	margin:15px 20px 15px 40px;
}

ul li, ol li {
	margin-bottom:6px;
	line-height:20px;
}

h1 {
	font-size:24px;
	color:#363;
	margin:10px;
}

h2 {
	font-size:20px;
	color:#363;
	margin:10px 15px;
}

h4 {
	background-image:url(images/bg-sidebar-header.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#fff;
	margin:0;
	font-size:18px;
	padding:6px 8px 8px 8px;
}

h4 a:link, h4 a:visited {
	color:#fff;
	text-decoration:none;
}

h4 a:hover { text-decoration:underline; }

h5 {
	font-size:14px;
	padding:0;
	margin:4px 0;
}

#header {
	background-image:url(images/bg-header.png);
	background-position:top;
	background-repeat:repeat-x;
	height:104px;
	border-bottom:2px solid #074626;
}

#header>div {
	width:985px;
	margin:0 auto;
}

#nav {	
	margin: -43px 0 0 385px;
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
}
	
#nav>li	{	
	list-style: none;
	font-weight:bold; 
	float:left;
	line-height:normal;
	margin:0;
}

#nav>li>a {	
	display: block;
	background: url(images/nav-off.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 8px 4px;
	text-decoration: none;
	width: 110px;
	color: #fff;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

#nav>li>a:hover	{	
	background: url(images/nav-on.png);
		background-position:center;
	background-repeat:no-repeat;
	color:#000;
}
		
#nav li ul {
	margin:2px 0 0 2px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border:1px solid #999;
	border-bottom:0;
	z-index:3;
}
		
#nav li ul li {	
	float: none;
	display: block;
	background: #fff;
	padding:0;
	color:#005e20;
	white-space: nowrap;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #999;
	margin:0;
}
		
#nav li ul li a	{	
	display:block;
	text-align:left;
	color:#005e20;
	padding:3px 12px;
	text-decoration:none;
}
		
#nav li ul li a:hover {	
	background-color:#005e20;
	color:#fff;
}

#banner {
	background-image:url(images/bg-banner.png);
	background-position:top;
	background-repeat:repeat-x;
}

#banner>div {
	width:985px;
	margin:0 auto;
	z-index:1;
}

#content {
	background-image:url(images/bg-content.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content>#center {
	width:985px;
	margin:0 auto;
	padding:15px 0;
	clear:both;
}

#content>#center #left {
	float:left;
	width:700px;
	background:#fff;
	border:1px solid #437230;
}

#content>#center #right {
	float:right;
	width:270px;
	background:#fff;
	font-size:14px;
}

#right ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#right ul li {
	font-size:14px;
	line-height:16px;
	padding:6px 10px 6px 25px;
	text-indent:-12px;
	margin:0;
}

#right ul li.alt {
	background:#ecf5ec;
}

#right ul li.over {
	background:#ffc;
}

#grass {
	background-image:url(images/grass.png);
	background-position:top;
	background-repeat:repeat-x;
	height:73px;
	padding:0;
	margin:0;
	clear:both;
}

#footer {
	border-top:2px solid #a67c52;
	background-image:url(images/bg-footer.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#534741;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:24px;
	color:#fff;
}

#footer>div {
	width:985px;
	margin:0 auto;
	padding:15px 0;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}

#footer ul>li {
	text-align:left;
	font-size:12px;
	line-height:14px;
	padding:2px 5px 2px 15px;
	margin:0;
}

#pagenav {
	float:right;
	margin:8px 15px 0 0;	
}

div.success {
	background-color:#cfc;
	color:#333333;
	padding:8px 10px;
	margin:0;
	text-align:center;
	font-weight:bold;
}

div.error {
	background-color:#fdd;
	color:#333333;
	padding:8px 10px;
	margin:0;
	text-align:center;
	font-weight:bold;
}

input.error {
	border:2px solid #c00;
}

table.grid {
	margin:5px auto;
	width:96%;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.grid td {
	padding:8px 6px;
}

table.grid th {
	color:#363;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #363;
}

table.grid tr.alt td {
	background-color:#ececec;
}

table.grid tr.over td {
	background-color:#ffc;
}

table.chart {
	margin:10px auto 15px auto;
	width:98%;
	background:#333;
	border:1px;
	border-spacing:1px;
	font-size:13px;
}

table.chart tr td {
	background:#fff;
	padding:6px 4px;
}

table.chart th {
	color:#363;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-bottom:2px solid #333;
	background:#fff;
}

table.chart tr.alt td {
	background-color:#ececec;
}

table.chart tr.over td {
	background-color:#ffc;
}

a.regbutton {
	margin-left:15px;
	padding:5px;
	font-size:0.8em;
	border:3px outset #00427c;
	background:#00427c;
	color:#fff;
	text-decoration:none;
}

a.regbutton:hover {
	background:#363;
	border-color:#363;
}

@media print {
	#header { display:none; }
	#right { display:none; }
	#footer { display:none; }
	#content>#center #left { border:0; }
}
