<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');

body {
	background: url(images/bg.jpg) center bottom  no-repeat;
	background-attachment: fixed;
	font: 14px/18px Helvetica,Verdana,Arial,sans-serif;
}
.container {
	width: 960px;
	margin: 0 auto 40px;
	border: 8px solid #ff9a1c;
	border-width: 8px 0;
	background: #1e5aa4;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
	        box-shadow: 0 0 7px rgba(0,0,0,.3);
}
h1 {
	width: 485px;
	height: 85px;
	margin: 0 auto;
	padding: 25px;
	text-indent: -9999px;
	background: url(images/logo.png) center center no-repeat;
}
h2 {
	color: #efd604;
	font-size: 24px;
	line-height: 1;
}
h3 {
	color: #1e5aa4;
	font-size: 18px;
	line-height: 1;
	padding-top: 9px;
}
h2, p {
	padding: 9px 0;
}
a {
	color: #ff9a1c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
footer {
	text-align: center;
	padding: 15px;
	background: url(images/whitewater-splash.png) 0 0 no-repeat;
}
footer img {
	display: inline;
}
address {
	font-style: normal;
	font-size: 12px;
	color: #d0d0d0;
}
.pic {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
		 -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
	        box-shadow: 0 0 7px rgba(0,0,0,.3);
}
.main {
	background: #fff;
	padding: 15px 30px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3) inset;
		 -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3) inset;
		      box-shadow: 0 8px 6px -6px rgba(0,0,0,.3) inset;
}</pre></body></html>