@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	background: #228144;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
}
#bg {
	background-image: url(../images/bg-greengrad.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 268px;
	background-color: #228144;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content {
	width: 800px;
	*width: 830px;
	padding: 15px;
	*padding: 15px 0px 15px 15px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px auto 0px auto;
	z-index: 0;
}
.footer {
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}
a {
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
}
p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.right {
	float: right;
	position: relative;
}
.left {
	float: left;
	position: relative;
}
#clear {
	clear: both;
}
#content img {
	margin-bottom: 5px;
}
img {
	padding:0px;
	margin: 0px;
}
.bottom {
	background:url(../images/br.gif) bottom right no-repeat;
	top: -5px;
	left: -15px;
	position: absolute;
	width: 830px;
	height: 22px;
}
.rel {
	position: relative;
}
.outline {
	padding: 10px;
	border: 1px dotted #ffffff;
}
#wrapper {
	width: 830px;
	*width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
}
#links {
	text-align: left;
	height: 45px;
}
a:hover {
	text-decoration: underline;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-style: oblique;
}
#bottom {
	background-image: url(../images/bgbl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 309px;
	width: 100%;
	position: absolute;
	text-align: right;
	z-index: 2;
	vertical-align: bottom;
	bottom: 0%;
}
#content a {
	color: #336600;
	text-decoration: underline;
}
.title1 {
	font-size: 14px;
	font-weight: bold;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	border: solid 1px #006600;
	font-size: 14px;
	color: #999999;
}
#content a:hover {
	color: #FFFF99;
}
