	body {
		font-family : Verdana, Trebuchet MS, Arial, sans-serif; 
		background-color: #01a54f;
		background-image: url(images/bg02.gif);
		background-repeat: repeat-x;
		color: #000;
		margin: 0px;
		padding: 0px;
	}
	
	body.home {
		background-image: url(images/bghome01.gif);
		color: #eee;
	}
	
	img {
		border: none;
	}
	
	p {
		line-height: 150%;
		font-size: 80%;
	}
	
	h1 {
		font-size: 120%;
	}
	
	h2 {
		font-size: 90%;
	}
	
	ul, ol {
		font-size: 80%;
	}
	
	li {
		font-size: 100%;
		padding: 0 0 10px 0;
	}
	
	hr {
		color: #01a54f;
		background-color: #01a54f;
		height: 1px;
		width: 100%;
		/* margin: 0; */
		padding: 1px 0 0 0;
		border: none;
	}

	a {
		color: #000;
		text-decoration: none;
		/* background-color: #cdc; */
		border-bottom: 1px dotted;
	}
	
	#home a {
		color: #fff;
	}
	
	a:hover {
		background-color: #cdc;
	}
	
	#container {
		position: relative;
		width: 650px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#textbox {
		position: absolute;
		left: 0px;
		top: 82px;
		width: 650px;
		background-color: #fff;
	}
	
	#text {
		position: relative;
		width: 530px;
		margin: 30px 0px 0px 67px;
		padding: 0px;
	}
	
	#topnav {
		font-family: Trebuchet MS, Arial, sans-serif; 
		color: #eee;
		position: absolute;
		left: 53px;
		top: 63px;		
		font-size: 70%;
		letter-spacing: 1px;
	}
	
	#botnav {
		color: #1a6c41;
		padding-bottom: 15px;
		font-size: 60%;
		left: -10px;
	}
	
	#logo {
		position: absolute;
		left: 0px;
		top: 3px;
	}
	
	#dandelion {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	#dandTop {
		position: absolute;
		right: -22px;
		top: 0px;
	}
	
	#dropshadow {
		position: absolute;
		left: 0px;
		top: 164px;
	}
	
	#cloud {
		position: absolute;
		left: 69px;
		top: 330px;
	}
	
	#topnav a {
		color: #eee;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0px 5px 0px 5px;
		margin: 2px 5px 2px 5px;
		background-color: transparent;
		border: none;
	}
	
	#topnav a:hover {
		background-color: #01a54f;
	}
	
	#botnav a {
		font-family: Trebuchet MS, Arial, sans-serif; 
		color: #1a6c41;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0px 5px 0px 5px;
		margin: 2px 5px 2px 5px;
		background-color: transparent;
		border: none;
	}
	
	#botnav a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	#botnav #copyright {
		float: right;
		text-align: right;
		color: #1a6c41;
	}

	#botnav #copyright p {
		margin: 0;
		padding: 0;
	}
/* stuff specific to the home page */

	#home #container {
		position: relative;
		width: 650px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	
	#home #text {
		position: absolute;
		left: 150px;
		top: 239px;
		width: 470px;
		margin: 0px;
		padding: 0px;
	}
	
	#home #topnav {
		color: #eee;
		position: absolute;
		left: 140px;
		top: 63px;		
		font-size: 70%;
		letter-spacing: 1px;
	}
	
	#home #botnav {
		position: relative;
		color: #1a6c41;
		padding-top: 60px;
		font-size: 60%;
		left: -10px;
	}
	
	#home #logo {
		position: absolute;
		left: 0px;
		top: 126px;
	}
	
	#home #dandelion {
		position: absolute;
		left: 0px;
		top: 82px;
	}
	
	#home #decoration {
		position: absolute;
		left: 3px;
		top: 248px;
	}
	
	
	
