<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body	{
	font: 0.625em Verdana; /* base font as Verdana @ 10px. */
	background: #333;
	behavior: url("include/csshover3.htc");
	margin: 0;
}

#wrapper	{
	margin: 0px auto;
	overflow: auto;
	width: 990px;
	background: #003366;
}

#header	{
	padding-top: 20px;
	width: 100%;
}
		#logo	{
			margin-top: 20px;
			float: left;
			width: 98%;
			height: 75px;
			padding-left: 2%;
			padding-top: 5px;
			padding-bottom: 10px;
		}
		
		#menu	{
			margin-top: 20px;
			float: left;
			width: 100%;
			height: 40px;
			border-bottom: solid 2px #333;
		}
		
			#menu li ul	{
				display: none;
			}
			
			#menu li:hover ul	{
				position: absolute;
				z-index: 500;
				display: block;
				margin-top: 13px;
				margin-left: -20px;
				
			}
			
			#menu li	{
				float: left;
				border-left: solid 2px #333;
				padding-left: 20px;
				padding-right: 20px;
				height: 30px;
				padding-top: 10px;
				background-color: #111;
			}
			
			#menu li:hover ul li	{
				width: 200px;
				float: left;
				clear: both;
				padding-left: 20px;
				padding-right: 20px;
				height: 31px;
				border-bottom: solid 2px #333;
				padding-top: 10px;
				background-color: #111;			
			}
			
			#menu li:hover	{
				background-color: #663300;
				cursor: pointer;
			}
			
			#menu li:hover ul li:hover	{
				background-color: #006633;
				cursor: pointer;			
			}
			
			#menu li a:link, #menu li a:hover, #menu li a:visited	{
				color: #ccc;
				font-size: 1.3em;
				text-decoration: none;
			}
			
			#menu li:hover a:link, #menu li:hover a:hover, #menu li:hover a:visited	{
				color: #fff;
			}
		
		
#middle	{
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	min-height: 400px;
	overflow: auto;
	
	background-color: #cc9900;
	border-bottom: solid 2px #333;
}
		#middle h1	{
			color: #333;
			padding-top: 10px;
			padding-left: 5%;
			padding-right: 5%;
			margin: 0;
			font-size: 4em;
		}
		
		#middle h2	{
			color: #663300;
			padding-top: 30px;
			padding-bottom: 5px;
			padding-left: 5%;
			padding-right: 5%;
			font-size: 2em;
			border-bottom: solid 1px #996600;
		}
		
		#middle img	{
			padding-top: 10px;
			padding-left: 5%;
			padding-right: 5%;
		}
		
		#middle table	{
			padding-top: 10px;
			margin-left: 5%;
			margin-right: 5%;
		}
		
		#middle table td	{
			padding: 10px;
			font-size: 1.5em;
			border-bottom: solid 1px #996600;
		}
		
		#middle table td.red	{
			text-align:right;
			color: #663300;
			border-right: solid 1px #996600;
		}
		
		#middle a:link, #middle a:visited, #middle a:hover	{
			text-decoration: underline;
			color:#663300;
		}
		
		#middle p	{
			color: #000;
			margin-top: 10px;
			padding-bottom: 20px;
			padding-left: 5%;
			padding-right: 5%;
			font-size: 1.6em;
		}
		
		#middle p.address	{
			margin-left: 5%;
			padding-left: 2%;
			border-left: solid 1px #996600;
		}
		
		#middle ul	{
			padding-left: 10%;
			padding-right: 10%;
			list-style-type:disc;
		}
		
		#middle td ul	{
			padding-left: 5%;
			list-style-type:circle;
		}
		
		#middle td ul li {
			font-size: 1em;
		}
		
		#middle ul li	{
			color: #111;
			padding: 5px;
			font-size: 1.5em;
		}



#footer	{
	width: 100%;
	overflow: auto;
	background: #111;
}
		#copyright	p {
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 15px;
			float: right;
			text-align: right;
				color: #555;
				font-size: 1.3em;
				text-decoration: none;
		}
		
#bar1	{
	width: 100%;
	min-height: 3px;
	background: #333;
}
#bar2	{
	width: 100%;
	min-height: 40px;
	background: #222;
}

	#bar2 p	{
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 15px;
				font-size: 1.3em;
		text-align: right;
		color: #2c2c2c;
	}
	
		#bar2 a:link, #bar2 a:visited	{
			font-weight: bold;
			text-decoration: underline;
			color: #2c2c2c;
		}
		
		 #bar2 a:hover	{
			color: #333;
		 }</pre></body></html>