body {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	color: #000000;
}
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0px;	
	width: 100%;
}
#none {
	display: none;
	padding-left: 10px;
}
#pageheader {
	width: 100%;
	margin: 0px;
	text-align: center;
}
#links {
	position: relative;
	width: 100%;
}
#linkstext {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: .95em;
}
#linkstext a:link {
	color: #1C6F41;
	text-decoration: none;
}
#linkstext a:visited {
	color: #1C6F41;
	text-decoration: none;
}
#linkstext a:hover {
	color: #1C6F41;
	text-decoration: underline;
}
#mainbody {
	position: relative;
	width: 100%;
}
#bodycopy {
	padding-left: 0px;
	padding-right: 200px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#banner160x600 {
	position: absolute;
	top: 20px;
    right: 10px;
	width: 160px;
}
#footer {
	position: relative;
	width: 100%;
}
#footergraphicleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45px;
}
#footergraphicright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
}
#copyrighttext {
	padding-top: 15px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#copyrighttext a:link {
	color: #000000;
	text-decoration: none;
}
#copyrighttext a:visited {
	color: #000000;
	text-decoration: none;
}
#copyrighttext a:hover {
	color: #000000;
	text-decoration: underline;
}
#picright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#picleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.linktable td {
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
.p1 {
	margin-top: 0px;
}
.pnomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.plinks {
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.85em;
	font-weight: bold;
	color: #1C6F41;
	margin-top: 0px;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
}
a:link {
	color: #1C6F41;
	text-decoration: none;
}
a:visited {
	color: #1C6F41;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}