/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6d6f71;
}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
a:link {
	color: #CCFF66;
	text-decoration:none;
}
a:visited {
	color: #CCFF66;
	text-decoration:none;
}
a:hover {
	color: #F7F530;
}
a:active {
	color: #CCFF66;
	text-decoration:none;
}
.siteWidth {
	width:928px;
	position:relative;
	text-align:left;
}
.logo {
	width:180px;
	height:190px;
	float:left;
	margin:0px 0px 0px 43px;
}
.navOuter {
	float:left;
	margin:136px 0px 0px 0px;
	text-align:left;
	background-color:#bede9a;
	height:28px;
	}
.navInner {
	white-space:nowrap;
	padding-top:6px;
	}
.navInner a {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px;
	border-right:1px solid #FFFFFF;
	}

.navInner a:visited {
	color:#333333;
	}
.navInner a:hover {
	color:#FF6600;
	}
.leaf {
	width:24px;
	height:28px;
	float:left;
	margin:136px 0px 0px 75px;
	}
.contentOuter1 {
	clear:both;
	background-color:#7dbe36;	
	border-bottom:1px solid #38393a;
	}
.contentLeft1 {
	float:left;
	}
.contentRight1 {
	float:left;
	margin:28px 0px 0px 62px;
	width:380px;
	}
.clear {
	clear:both;
	}
.copyright {
	margin:20px 60px;
	font-size:11px;
	}
.header {
	height:190px;
	background:url(images/tree.jpg) no-repeat top right;
	}
.ErrorMessage {
	background-color:#FFFFFF;
	color:#FF0000;
	padding:10px;
	}
