/* CSS Document */

body {
	background-color: #339966;
	background-image: url(images/bggradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}

a {
	color: #339966;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #003366;
}

body,td,th {
	font-family: Century Gothic;
}


#mainbg {
	background: url(images/bggraphic.png);
	background-repeat:no-repeat;
}

#navlayer {
		background:	#fff;
		filter:	alpha(opacity=80);
		-moz-opacity: .80;
		opacity: .80;	
		border: 1px solid #66cc99;
		width: 800px;
		height: 50px;
		padding: 0px 0px 0px 0px;
		text-align: center;
}

#maintext {
		position: relative;
		background:	#fff;
		filter:	alpha(opacity=80);
		-moz-opacity: .80;
		opacity: .80;	
		border: 1px solid #66cc99;
		width: 510px;
		height:300px;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
}

#rightcolumn {
	position: relative;
	width: 210px;
	height:300px;
	background-image: url(images/rightgraphic.png);
	padding: 0px 20px 0px 20px;
	}
	
#footer{
	background-image: url(images/footergradient.jpg);
	background-repeat: repeat-x;
	width: 788px;
	padding: 5px 15px 0px 0px;
}
	
