/* mac hide \*/
html, body {height:100%}
/* end hide*/

*{padding:0;margin:0;}

body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	color: #000000;
	font-size:small;
	font-weight:normal;
	font-family : Tahoma, sans-serif;
	background-image : url(images/page_bg.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
	background-attachment: fixed;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	/*height:100%;*/
	margin-left:169px;
	margin-right:170px;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:166px;margin-right:167px;}/* ie 3 pixel jog*/

#header{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:215px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	color: #000000;
}

#title{
	position: absolute;
	float:left;
	height:68px;
	width:515px;
	border:none;
	margin-left: 5px;
	margin-top:32px;
	background-image: url(images/title.gif);
	}

#pocav{
	position: absolute;
	float:left;
	height:38px;
	width:513px;
	border:none;
	margin-left: 0px;
	margin-top:143px;
	background-image: url(images/pocav.gif);
	}

#headergraphic{
	position: relative;
	float:right;
	width:285px;
	height:173px;
	border:none;
	padding:0px;
	margin-top:0px;
	margin-right:0px;
	background-image: url(images/headergraphic.jpg);
}

#left {
	position:relative;/*ie needs this to show float */
	width:169px;
	float:left;
	margin-left:-168px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:225px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}

#navigation {list-style:none; list-style-image:none; overflow:hidden;}

#navigation li {display:block; width:160px;margin-top:0px;margin-left:5px;position:relative;float:left;}

* html #navigation li a{height:1%;}

#navigation a,#navigation a:link{
	display:block;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	padding-right:4px;
	border:2px;
	border-style:solid;
	border-color:#5A7B4A;
	color:#FFFFFF;
	background:#73A170;
	font-weight:bold;
	text-decoration:none;
	font-size: 10pt;
}

#navigation a:hover {
	color:#FFFFFF;
	background:#5A7B4A;	
}

#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin-right:-169px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:225px;/*needed to make room for header*/
	right:-1px/* line things up exactly*/
}
* html #right {margin-left:-3px}/* three pixel jog*/
#right p {padding-right:3px;padding-left:2px}

#rightcontainer{
	float:right;
	height:500px;
	min-height:500px;
	width:150px;
	border-left: 2px solid #73A170;
	padding:3px 3px 3px 3px;
	margin-top:10px;
	margin-right:5px;
	margin-left:5px;
}

#footer {
	clear:both;
	height:50px;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#centrecontent{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

#clearheader{height:210px;}/*needed to make room for header*/
#clearfooter{clear:both;height:55px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */


A:LINK {color : #5A7B4A; font-weight : bold;  text-decoration : none;}

A:VISITED {color : #5A7B4A; font-weight : bold; text-decoration : none;}

A:HOVER {color : #73A170; font-weight : bold; text-decoration : none;}

A:ACTIVE {color : #5A7B4A; font-weight : bold; text-decoration : none;}

TEXTAREA {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, sans-serif; 
	font-size: small;
}

INPUT{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, sans-serif; 
	font-size: small;
}

INPUT.button {
	width : 75px;
	font-weight : bold;
}

H1 {
	color : #5A7B4A;
	font-size : medium;
	font-weight : bold;
	text-align: center;
	text-decoration : underline;
	padding-bottom : 10px;
	}

H2 {
	color : #5A7B4A;
	font-size : small;
	font-weight : bold;
	text-decoration : underline;
	padding-bottom : 10px;
	padding-top : 10px;
}

H3 {
	color : #5A7B4A;
	font-size : small;
	font-weight : bold;
	text-align: center;
	text-decoration : underline;
	padding-bottom : 10px;
	padding-top : 10px;
}

H4 {
	color : #5A7B4A;
	font-size : x-small;
	font-weight : bold;
	text-align : center;
	padding-bottom : 10px;
	padding-top : 10px;
}

P {
	color : #000000;
	font-size : small;
	font-weight : normal;
	padding-bottom : 10px;
	padding-top : 10px;
}

HR {
	background:#73A170;
	color : #73A170;
	width : 75%;
	margin:auto;
	border:none;
}

HR.short {
	background:#73A170;
	color : #73A170;
	width : 75px;
}

CAPTION {
	color : #000000;
	font-size : small;
	font-weight : normal;
}

.floatbox {
	width: 100%;
	float: left;
}

.pics {
	width: 400px;
	margin: auto;
	clear: left;
}

.alignleft {
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
	width: 170px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.border {
	border: 2px;
	border-style: solid;
	border-color: #000000;
}

.smalltext {
	font-size : x-small;
}

>html body #HR{}