@charset "utf-8";
/* CSS Document */

html, body, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0;padding: 0;border: 0}

body {
	font:0.8em/1.2em 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Serif;
	background-color: #82b906;
	margin-top: 0px;
}

html { min-height: 100%; margin-bottom: 1px;} 
h1 {
	font-size: 125%;
	font-weight: bolder;
	line-height: normal;
	padding: 0;
	margin: 10px;
	color: #FF0000;
}
h2 {
	font-size: 125%;
	font-weight: bolder;
	line-height: normal;
	padding: 0;
	color: #FF0000;
}
h3 { font-size: 100%;
	line-height: normal; }
h4 { font-size: 150%;  }

A:link {
	text-decoration: none; color: #000000;
	}
	
A:visited {
	text-decoration: none; color: #000000;
	}
	
A:hover {
	text-decoration: underline;
	color: #000000;
	}
	
A:active {
	text-decoration: none;
	color: #000000;
	}
	
#container1 {
	width: 800px;
	background-color: #f1ff31;
	margin: auto;
	}
#navcontainer {
	width: 545px;
	float: right;
	margin: 50px 12px 6px 0;
	padding: 8px 0 8px 10px;
	background: url(images/navbkgd.gif);
	background-repeat: no-repeat;
	display: inline;
	
	}
div.top_menu_button a  {
	width: auto;
	float: left;
	color: #FFFFFF;
	margin: 0 8px;
	text-decoration: none;
	display:inline;
	padding: 0 2px 2px 2px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;

   }
div.top_menu_button a:visited {
	color: #FFFFFF;
	text-decoration:none;
   }
div.top_menu_button a:active {
	color: #FFFFFF;
	text-decoration:none;
   }
div.top_menu_button a:link {
	color: #FFFFFF;
	text-decoration:none;
	}

div.top_menu_button a:hover {

	color: #FFFFFF;
	text-decoration: underline;
   }

#banner {
	width: 780px;
	float: left;
	margin: 10px;
	background: url(images/banner.gif);
	background-repeat: no-repeat;
	padding: 0;
	display: inline;
}

#spacer {
	width: 780px;
	height: 38px;
	background: url(images/green_spacer.gif);
	float: left;
	margin: 0 10px;
	display: inline;
}

#maincontent {
	width: 780px;
	float: left;
	margin: 10px;
	padding: 0;
	display: inline;
	position: relative;

}
#bottomnav {
	width: 780px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 1000;

}
#splat {
	position: absolute;
	top: 200px;
	left: 485px;
	z-index: 1;
}
#footer {
	width: 800px;
	clear: both;
	text-align: right;
	background-color: #82b906;
	margin-top: 10px;
	padding-top: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
p {
	font-size: 110%;
	color: #003300;
}
