.homepageheader {
	font-family: "Bradley Hand ITC";
	font-size: xx-large;
	font-weight: bold;
	color: #FFFF00;
}
.headertext {
	font-family: "Bradley Hand ITC";
	font-size: large;
	color: #999999;
}

.textyellow{
	font-family: "Bradley Hand ITC";
	font-size: large;
	color: #FFFF00;
}

.textgreen{
	font-family: "Bradley Hand ITC";
	font-size: large;
	color: #009900;

}

.textlightblue{
	font-family: "Bradley Hand ITC";
	font-size: large;
	color: #00FFFF;
	
}

ul#navigation 
	{ 
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #f9ff97;
	float: left;
	width: 100%;
	border-top: 2px solid #d9c554;
	border-bottom: 2px solid #d9c554;
	font-family: "Bradley Hand ITC";
	}
	
	ul#navigation li
	{
	display:inline;
	}
	
	ul#navigation a
	{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: black;
	border-right: 1px solid #fff;
	}
	
	ul#navigation a:hover 
	{ 
	color:#000;
	background: #6666FF;
	}
	
	.homepagegreen {
	font-family: "Bradley Hand ITC";
	font-size: medium;
	color: #00FF33;
}
	#footer {
	font-family: "Bradley Hand ITC";
	font-size: medium;
	color: #999999;
	}
	#left {
	float: left;
	width: 40%;
	margin-left: 20px;
	
	}
	
	#right {
	float: right;
	width: 50%;
	margin-right: 20px;
	
	}
	#heads {
	width: 100%;
	
	}
	#content {
	clear:both;
	}
	
	.contenttext {
	font-family: "Bradley Hand ITC";
	font-size: large;
	color: #999999;
	background-position: top;

}
