@charset "UTF-8";
#nav1 {
	background-color: rgb(64,104,157);
	padding: 0px;
	height: 35px;
	width: 100%;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: bold;
}
a:link {
	color: rgb(255,255,255);
	text-decoration: none;
}
a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
a:hover {
	color: rgb(165,203,96);
}
#footer {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(102,102,102);
	text-align: center;
	background-image: url(images/grass.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	padding: 0px;
	height: 150px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
	color: rgb(66,105,155);
	background-color: rgb(255,255,255);
}
#nav2 a:link {
	color: rgb(66,105,155);
	text-decoration: none;
}
#nav2 a:visited {
	color: rgb(66,105,155);
	text-decoration: none;
}
#nav2 a:hover {
	color: rgb(155,198,83);
	text-decoration: none;
}
