@charset "UTF-8";
body {
	background-color: #268541;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#footer {
	font-family: "Lucida Grande", "Lucida Sans", Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.pagesbg {
	background-image: url(../images/pagestop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
.colbg {
	background-image: url(../images/coltop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.copyright {
	font-family: "Lucida Grande", "Lucida Sans", Verdana;
	font-size: 10px;
	color: #90C19E;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFF99;
}
#nav {
	font-family: "Lucida Grande", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
	color: #999999;
	display: block;
	height: 20px;
}
p, tr, td {
	font-family: "Lucida Grande", "Lucida Sans", Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.hdgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #20753A;
	text-decoration: none;
}
.linkgreen {
	color: #20753A;
	text-decoration: none;
	font-weight: normal;
}
hr {
	color: #999999;
	size: 1px;
}
#nav a:hover {
	color: #14502C;
	background-image: url(../images/navhover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 21px;
}
