<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	background: #FFF; 						/* color x WHITE */
	font-family: verdana, "Helvetica Neue", sans-serif;
	font-size: small;
	color: #000;  							/* color y BLACK */
	}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/upper_left_corner.gif) left no-repeat #6BB300; /* color 1 */
	color: #FFF;  							/* color x or y */
	text-align: center;
	}
#header h1 {
	margin: 0;
	padding: 28px 0;
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	}
#sidebar { /* total width = 20 + 190 = 210 */
	position: absolute;
	top: 90px;
	left: 20px;
	margin: 0;
	padding: 0 0 20px 0; /* bottom only */
	width: 190px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	color: #666;  							/* color z GRAY */
	text-align: left;
	}
#sidebar p.topp {
	margin-top: 0;
	padding-top: 0;
	}
#graphic {
	position: absolute;
	right: 0;
	top: 550px;
	z-index: 10;
	margin: 0;
	padding: 0;
	}

#maincontent { 
/* total width is flexible. Margins accommodate the sidebar (left) and navlist (right) */
	margin: 0 260px 0 240px;
	padding: 10px 0 20px 0;
	letter-spacing: 1px;
	line-height: 160%;
	color: #000;  							/* color y */
	text-align: left;	
	}
#maincontent h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	color: #B30086;  						/* color 2 */
	}
#maincontent h3 {
	margin: 12px 0 6px 0;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #B30086;  						/* body color */
	}
#maincontent h4 {
	margin: 12px 0 1px 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	color: #000;  						/* color 2 */
	}
#maincontent p {
	margin: 0;
	padding: 0 0 5px 0;
	}
#maincontent ol, #maincontent ul {
	margin: 0;
	padding: 12px 0;
	font-size: small;
	letter-spacing: 1px;
	line-height: 160%;
	}
#maincontent ol li {
	margin: 0 0 0 42px;
	}
#maincontent ul li {
	margin: 0 0 0 24px;
	}
.table-block {
	margin: 10px 0;
	}
#maincontent td {
	margin: 0;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #666;			/* color z */
	}
#footer {
	margin: 10px 0 20px 0; /* bottom margin provides air at bottom of page */
	border-top: 1px solid #999;				/* color z */
	color: #999;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 150%;
	}
#navlist { /* total width = 10 + 20 + 4 + 200 = 234 */ 
	position: absolute;
	top: 94px;
	right: 10px;
	margin: 0;
	padding: 0 0 0 20px; 
	/* left padding gives space beside the dotted vertical border */
	border-left: 4px dotted #6BB300;		/* color 1 */
	width: 200px;
	letter-spacing: 1px;
	line-height: 170%;
	color: #B30086;  						/* color 2 */
	text-align: left;
	}
#navlist h3 {
	margin: 0;
	padding: 6px 0 6px 4px;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	background: #B30086;
	color: #FFF;
	}
#navlist ul {
	margin: 0;
	padding: 6px 0 12px 18px;
	}
#navlist li {
	margin: 0;
	padding: 0;
	background-color: #FFF;	
	}
a:link, a:visited, a:active {
	color: #508600;   						/* color 1 dark */
	text-decoration: underline;
	background-color: transparent;
	}
a:hover {
	color: #508600;   						/* color 1 dark(er) */
	text-decoration: none; 
	background-color: #CCFF80;				/* color 1 bright */
	}
ul li {
	list-style: square;
	}
.clear-floats {
	clear: both;
	}
</pre></body></html>