<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS layout */
#masthead {
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	bottom: auto;
	height: auto;
	background-image: none;
}
#top_nav {
	background-color: #159267;
	font-family: "Trebuchet MS";
	width: 770px;
		top: auto;
	bottom: auto;
	height: 60px;
}
#page_content {
	font-family: "Trebuchet MS";
	background-image: none;
	font-size: 100%;
	top: auto;
	width: 770px;
	right: inherit;
	margin-right: auto;
	margin-left: auto;
	bottom: auto;
}
#footer {
	background-color: #159267;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}
#top_nav ul {
	width: 770px;
	margin: 0px;
	list-style-type:none;
	
	}
#top_nav li {
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
	
	float:left;
	background-color: #99FF66;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 5px;
	padding-right:5px;
	color: #663300;
	height: 20px;
	}
#top_nav li:hover {
	background-color: #663300;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a {
	text-decoration: none;
	color: #663300;
}
#top_nav a:hover {
	color: #FFFFFF;
}
#copyright {
	font-family: "Trebuchet MS";
	width: 770px;
	top: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#page_content a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
}
#top_nav ul:hover {
	width: 100%;
}
#page_content a:hover {
	color: #009900;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Images/Background1a.jpg');
}
</pre></body></html>