<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-left-color: #336600;
	background-color: #FFFFCC;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #336600;
}
#wrapper #logo {
	background-color: #FFFFFF;
	height: 200px;
	background-image: url(../Images/banner.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 40px;
	background-color: #660033;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:normal;
	color: #336600;
	margin: 10px;
}
#wrapper #bodyArea {
	height: 650px;
	width: 800px;
}
#wrapper #bodyArea #info {
	background-color: #FFFFCC;
	width: 350px;
	float: left;
}
#wrapper #bodyArea #photo img {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#wrapper #footer {
	height: 40px;
	background-color: #660033;
}
</pre></body></html>