/* CSS Document */
html {
	background: #669966;
}
body {
	background: #99CC66 url(../graphics/topbg.jpg) top center repeat;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}
a:hover {
	border-bottom: 1px solid #FFF;
}
#topcontent {
	background: #FFF;
	color: #669966;
	width: 760px;
	margin: -20px 0 0 0;
	padding: 20px 20px 20px 20px;
}
#topcontent a {
	color: #669966;
	border-bottom: 1px dotted #669966;
}
#topcontent a:hover {
	border-bottom: 1px solid #669966;
}
#maincontent {
	width: 760px;
	min-height: 1123px;
	margin: 0;
	padding: 0 20px 3em 20px;
	background: #FFF url(../graphics/leafletbg800.gif) top center repeat-y;
}
h1 {
	font-size: xx-large;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: xx-large;
	font-weight: normal;
	text-indent: 1em;
}
h3 {
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: medium;
	font-weight: bold;
}
p {
	margin: 1em 0;
	font-size: small;
}
blockquote {
	margin: 1em 2em;
	font-size: small;
	font-style: italic;
}
strong {
	font-weight: bold;
}
table {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: #669966;
}
tr {

}
td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0.5em;
	margin: 1em 0;
	font-size: 12px;
}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}