/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family:"Century Gothic", Arial;
	font-size:0.7em;
	line-height:17px;	
	background-image:url(../images/bground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#231f20;
}

.container {
	width:800px;
}

#header {
	width:800px;
	padding-top:5px;
	text-align:left;
	background-image:url(../images/searchTop.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main {
	width:100%;
	text-align:left;
	padding:12px;
	padding-bottom:35px;
}

#bgimage {
	background-image:url(../images/tree.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#topNavContainer {
	width:100%;
	border-top:1px solid #275426;
	border-bottom:1px solid #275426;
	background-color:#f8fbf5;
}

#topNav {
	width:800px;
	padding-top:2px;
	height:29px;
	background-image:url(../images/topNavBground.jpg);
	background-repeat:repeat-y;
	background-position:right;
}


#topNavLinks img, #bottomNavLinks img {
	margin-left:9px;
	margin-right:9px;	
}

#topNavLinks img{
	margin-bottom:3px;
}

#footer {
	width:800px;
	background-color:#275426;
	height:21px;
	padding-top:10px;
	text-align:left;
}

h1, .hl, li, a {
	color:#275426;
	padding:0;
	font-weight:bold;
}

h1, .hl, li {
	font-size:1em;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#scroll {
	width:100%;
	height:225px;
	overflow:scroll;
}

#copyright {
	margin-top:5px;
	margin-bottom:10px;
}

#copyright, #copyright a {
	font-size:xx-small;
	color:#231f20;
	text-decoration:none;
	font-weight:normal;
}

#copyright a:hover {
	text-decoration:underline;
}

input, textarea {
	background-color:#F8FBF5;
	border:1px solid #45682f;
}
 
 #flash {
 	margin-right:20px;
	background-image:url(../images/bground.gif);
}

ul {
	list-style-type: square;
}

h3 {
	font-size: small;
	font-weight:normal;
}

.line {
	border-bottom:1px solid #507532;
	display:block;
	width:500px;
	font-size:small;
}


#div1, #div2, #div3 {
	position:absolute; 
	top: 50; 
	left: 750; 
	width:200; 
	visibility:hidden; 
	padding:2px;
	color:#275426;
	margin-left:485px;
	font-weight:bold;
}

#text {
	color:#275426;
	font-weight:bold;
	height:5px;
}