<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b1afaf;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
}
#sidebar {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #A77226;
}
#mainContent p {
	padding-left: 230px;
}
#mainContent h2 {
	padding-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	color: #A77226;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A77226;
	text-align: center;
}
ul {
	text-indent: 20px;
	padding: 0px;
}
#mainContent ul li {
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	list-style-position: inside;
}
#hws_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#hws_info div a {
	color: #A77226;
}
h5 {
	text-align: center;
}
.indentBullet {
	padding-left: 32px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
#mainContent h4 a {
	color: #A77226;
}
#navbar ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #7F7D7E;
}
.img_right {
	float: right;
	margin-left: 10px;
	border: medium solid #A77226;
}
#navbar ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: oblique;
	font-weight: bold;
	color: #A77226;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-image: url(images/header.jpg);
	margin: 0px;
	height: 201px;
	width: 900px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	color: #A67126;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
	background-image: url(images/contentTop.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	height: 42px;
	width: 750px;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#navbar {
	height: 37px;
	width: 900px;
	background-image: url(images/navbar.jpg);
}
</pre></body></html>