<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #e8e8e8 url('images/bg.jpg') top center repeat-y;
}

#wrap {
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	width: 760px;
	height: 175px;
	margin-right:auto;
	margin-left:auto;
	background-image: url('images/front02.jpg');
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header h1 {
	font-size:24px;
	color: #3b455e; /*#ccff73;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

div.nav {
	position: absolute;
	top: 170px;
        padding-left:10px;
        text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
        color:#FFFFFF;
        text-decoration:none;
        margin-right:10px;
        border-top:3px solid #3b455e;
	border-bottom:0px;
}

.nav a:hover {
        border-top:3px solid #ccff73;
}

#header p {
	text-align: right;
	color: #303030;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top:0px;
	padding-right: 5px;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 90px;
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 0.8em;
	color: #a0a0a0;
}

#avmenu ul {	
	list-style: none;
	width: 100px;
	margin: 0 0 20px 0;
	font-size: 1.0em;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 1px solid #cccccc;
}	
	
#avmenu li a:hover {
	background: #eaeaea;
	color: #61738e;
	border-left: 1px solid #61738e;
}

#avmenu a {
	border-bottom:0px;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 100px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
	font-size: 0.4em;
}

#extras {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p {
	margin: 0 0 1.5em 0;
}

#content {
	margin: 0 0px 20px 100px;
	padding: 0 0px 0 13px;
	line-height: 1.6em;
	text-align: left;
	border-left:  1px solid #f0f0f0;
	color: #606060;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	display:inline;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #61738e;
	border-bottom: 1px solid #eaeaea;
}

a:hover {
	text-decoration: underline;
	color: #61738e;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #a0a0a0;
	font-size: 0.8em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}



.roundcont {
	width: 100%;
	background-color: #e8e8e8;
	color: #999999;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('images/tr.gif') no-repeat top right; 
}

.roundbottom {
	background: url('images/br.gif') no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}


.caption {
	color: #ccc;
	font-size: 9px;
	font-style:italic;
	text-align: center;
	width: 100%;
	margin-top: -10;
	padding-top: -20;
	border: solid 1px green;
}
</pre></body></html>