h1 {
	font-family: Arial, sans serif;
	font-size: 20px;
	color: #006600;
}

p {
	font-family: Arial, san serif;
	font-size: 12;
	color: #006600;
}

.nav {
	float: left;
	width: 150;
	padding: 10 10 10 10;
	text-align: right;
}

.nav a:link {
	font-family: Century Gothic, sans serif;
	text-decoration: none;
	font-size: 14;
	color: #FF9900;
}

.nav a:visited {
	font-family: Century Gothic, sans serif;
	text-decoration: none;
	font-size: 14;
	color: #FF9900;
}

.nav a:hover {
	font-family: Century Gothic, sans serif;
	text-decoration: none;
	font-size: 14;
	color: #FFFFFF;
}	

.container {
	width: 800;
	text-align: left;
	background-color: #006600;
}

.banner {
	width: 795;
	text-align: center;
}

.bigbox {
	width: 580;
	float: left;
	text-align: left;
	padding: 20 20 20 20;
	background-color: #FFFFFF;
}

.smallboxleft {
	width: 250;
	text-align: right;
	padding: 10 20 10 10;
	float: left;
}

.smallboxright {
	width: 250;
	text-align: left;
	padding: 10 10 10 20;
	float: left;
}

