<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*CSS Document*/

	/*PAGE LAYOUT*/
h1 {	text-align: left;
	font-size: 12px;
	margin-left:0px;
	text-decoration: none;
	color: #00A;
}

h2 {	text-align: left;
	font-size: 13px;
	margin-left:0px;
	text-decoration: none;
	color: #0000AA;
}

h3{	text-align: left;
	font-size: 14px;
	margin-left:0px;
	text-decoration: none;
	color: #0000AA;
}

h10{	text-align: left;
	font-size: 18px;
	margin-left:0px;
	text-decoration: none;
	color: #0000AA;
}

h11{	text-align: left;
	font-size: 18px;
	margin-left:0px;
	text-decoration: none;
	color: #0000AA;
}


a {	color: #06F;
	text-decoration: none;	
}

a:hover {	color: #06F;
	text-decoration: underline;
}


#logo{	position:absolute;
	left:9%;
	top:25px;
	background: url(img/spectrum.jpg) no-repeat;
	width:801px;
	height:142px;
	
}

#content{position:absolute; 
	left:9%;
	top:163px;
	width:800px;
}

#sidenav{position:absolute;
	left: 0px;
	top: 16px;
	width:130px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	
	
}

#sidenav a {
	color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
#sidenav a:hover {
	color: #06F;
	text-decoration: underline;
	
}

#contenttext{
	position:absolute; 
	right:-1px;
	top:6px;
	width: 648px;
	border: 1px solid #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	padding:6px;
	color: #555555;
}
#footer{
	position:absolute; 
	right:-1px;
	bottom: -71px;
	width: 788px;
	padding:6px;
	border: 1px solid #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
#footer.a{color: #06F;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 21px;
	width: 21px;
}


</pre></body></html>