<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Structural Styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* General Styles */
body {
	background-color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	margin: auto;
	width: 800px;
	margin-top: 1em;
}

div#content {
	clear: both;
}


div#contentMain {
	clear: both;
	background-color: #fff;
	padding: 0.7em;
	padding-bottom: 1.5em;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 0.6em;
	padding-top: 5em;
	color: #aaa;
}

/* Header Setup */
div#header {
	background-color: #000;
	height: 84px;
	padding: 0;
	margin-bottom: 0.7em;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

/* Mast Head Setup */
div#mast_head {
	height: 196px;
	background-color: #000;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: right;
	margin-bottom: 1em;
}

/* Navigation Setup */

div#breadcrumb {
	padding-top: 0.3em;
	margin-bottom: 0.1em;
	margin-left: 0.5em;
}

div#header img {
	float: left;
}

ul#navi {
	float: right;
	list-style: none;
}

ul#navi li {
	float: left;
}

ul#navi li a {
	display: block;
	width: 80px;
	text-align: center;
	padding-top: 33px;
	padding-bottom: 32px;
}

ul#navi li a:link, ul#navi li a:visited {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

ul#navi li a:hover {
	background-color: #900008;
}

ul#footNavi {
	margin-left: 31%;
}

ul#footNavi li {
	list-style: none;
	margin-right: 1em;
	float: left;
}

ul#footNavi li a:link, ul#footNavi li a:visited {
	display: block;
	text-align: center;
	font-size: 1.4em;
	color: #aaa;
}

ul#footNavi li a:hover {
	color: #fff;
}

ul#flatNavi li {
	list-style: none;
	display: inline;
}

#leftNavi li {
	list-style: none;
}

#leftNavi li a:link, #leftNavi li a:visited {
	text-decoration: underline;
}

/* Content Styles */
.announce {
	padding: 1em;
	background-color: #fff;
	font-weight: bold;
	color: #000;
}

/* About Page Columns */
.col a:link, .col a:visited, .col2 a:link, .col2 a:visited {
	color: #fff;
	text-decoration: none;
}

.col {
	float: left;
	width: 256px;
	margin-right: 13px;
	margin-top: 1em;
	text-align: center;
	border: 1px solid #ccc;
}

.col:hover {
	border: 1px solid #f30;
}

.col p {
	background-color: #000;
	padding: 3px;
	padding-top: 1em;
	margin-top: -4px;	
}

.col p a {
	display: block;
}

.col h2 {
	font-size: 1.2em;	
	background-color: #000;
}

.col h2 a {
	display: block;
	height: 3em;
	padding-top: 0.6em;
}

.col2 {
	float: left;
	width: 256px;
	text-align: center;
	padding: 5px;
}

.col2 .block {
	display: block;
	padding: 26px;
	height: 108px;
	border: 1px solid #fff;
	background-color: #000;
}

.col2 .block:hover {
	border: 1px solid #f30;
}

div#rightcol.listing p {
	background-color: #fff;
	padding: 1em;
}

/* About Page Flat Navi Extension */
ul.members li {
	list-style:none;
	float: left;
}

ul.members li a {
	display: block;
	padding: 8px;
	width: 228px;
	margin: 2px;
	border: 1px solid #fff;
}

ul.members li a:link, ul.members li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.members li a:hover {
	background-color: #fff;
	color: #f30;
}

div#rightcol {
	margin-top: 1em;
	float: right;
	width: 500px;
}

div#rightside {
	margin-right: 0;
}

/* Page specifics */
.col .about {
	height: 130px;
}

.profile {
	margin-top: 5px;
	width: 501px;
	padding: 1em 12px;
	float: right;
	background-color: #fff;
}

.highlight {
	color: #f30;
}

.clear {
	clear: both;
}

/* BreadCrumb */
div#breadcrumb {
	color: #999;
	margin-bottom: 0.5em;
}

div#breadcrumb a:link, div#breadcrumb a:visited {
	color: #999;
}

div#breadcrumb a:hover {
	color: #900;
}</pre></body></html>