/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat top left;
}

h1 {
	display:block;
	height:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#333;
	font-size:1.6em;
	font-weight:normal;
	padding-left:35px;
	padding-top:8px;
	background:url(images/leaficon.jpg) no-repeat top left;
	margin:0;
	border-bottom:1px solid #666;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
}

h2 {
	display:inline;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-style:italic;
	margin-top:0;
	margin-bottom:15px;
	margin-left:35px;
	font-weight:normal;
}

a:link, a:active, a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}

ul {
	line-height:1.6em;
}

#wrapper {
	margin:0 auto;
	width:841px;
	height:auto;
}

#header {
	width:841px;
	height:224px;
	background:url(images/header.jpg) no-repeat top left;
	margin:0;
	padding:0;
}

#body {
	width:841px;
	height:auto;
	background:url(images/bodybg.jpg) repeat-y top left;
}

#navigation {
	width:798px;
	height:29px;
	margin-left:23px;
	text-align:center;
	padding-top:5px;
	background:url(images/navbg.jpg) no-repeat top left;
}

#container {
	width:798px;
	height:auto;
	margin-left:23px;
	background:url(images/treebg.jpg) no-repeat bottom right;
	padding:0;
}

#flash {
	width:798px;
	height:232px;
	margin-left:20px;
	margin-top:10px;
	padding:0;
}

#content {
	width:758px;
	height:auto;
	margin-top:15px;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:.75em;	
	line-height:1.3em;
}

.smaller {
	font-size:.8em;
}

hr {
	background-color:#333333;
	height:1px;
	width:100%;
	border:0;
	margin-left:-20px;
	margin-top:0;
}

#footer {
	width:841px;
	height:52px;
	background:url(images/footer.jpg) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	text-align:center;
	padding-top:30px;
	color:#666;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#003300;
	text-decoration:none;
}

.input {
	border:1px solid #000;
}

fieldset {
	width:500px;
	border:1px solid #000;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#666666
}

.noshow {
	display:none;
}

.redtext {
	font-weight:bold;
	color:#FF0000;
}

.greentext {
	font-weight:bold;
	color:#009900;
}

.picright {
	float:right;
	margin:0 0 15px 15px;
	border:2px solid #003300;
}

.picleft {
	float:left;
	margin:0 15px 15px 0;
	border:2px solid #003300;
}

blockquote.tests {
	background:url(images/leftquote.gif) no-repeat top left;
	font-size:14px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 15px;
	font-style:italic;
}

blockquote.tests2 {
	background:url(images/leftquote.gif) no-repeat top left;
	font-size:14px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 15px;
	font-style:italic;
}

blockquote.tests p {
	display:block;
	width:460px;
	height:31px;
	text-align:right;
	font-weight:bold;
	color:#333;
	background:url(images/rightquote.gif) no-repeat right top;
	padding-top:5px;
	padding-right:15px;
	margin-top:0px;
}

blockquote.tests2 p {
	display:block;
	height:31px;
	text-align:right;
	font-weight:bold;
	color:#333;
	background:url(images/rightquote.gif) no-repeat right top;
	padding-top:5px;
	padding-right:15px;
	margin-top:0px;
}
