<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	background-image: url(bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#3f3f3f;
	font-size: 14px;
	font-family: Verdana,Palatino,Helvetica,Arial;
	padding:0px;
}	

#head{
	height:100%;
	overflow:hidden;
}

#logo {
	position:relative;
	float:left;
	height:170px;
	width:244px;
}
#topholder {
	position:relative;
	width:100%;
	height:100%;
	float:left;
}
	
#topcontent {
	float:left;
	width:700px;
	height:100%;
	margin: 20px;
	color:#DDD;
	
}

.memberclass {
	float:left;
	width:225px;
	height:auto;
}

#content {
	width:900px;
	height:100%;
	background-image: url(bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color: #3e3e3e;
	border:1px solid #3C3C3C;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	margin-top:40px;
	margin-left: auto;
    margin-right: auto;
	}
#content h1 {
	color:#ffffff;
	font-size: 24px;
	}
#content h2 {
	color:#ffffff;
	font-size: 18px;
	}	
#header {
	float: right;
	background-color: #000000;
	list-style: none;
	height: 100%;
	overflow:hidden;
	padding-top:20px;
	margin:0;
	}
#header ul {
	vertical-align: middle;
	list-style: none;
	color: #FFFFFF;
	}
#header li {
	display: inline;
	font-size: 16px;
	}
#header a{
	border-right: 2px solid #999;
	padding:8px;
	background-color:#000000;
	color: white;
	text-decoration:none;
	}
#header a:link{
	border-right: 2px solid #999;
	padding:8px;
	background-color:#000000;
	color: white;
	text-decoration:none;
	}
#header a:visited{
	border-right: 2px solid #999;
	padding:8px;
	background-color:#000000;
	color: white;
	text-decoration:none;
	}

#header a:hover{
	background-color:#000000;
	color: #413F3F;
	}	
#special a{
	color:red;
}
#special a:link{
	color:red;
}
#special a:visited{
	color:#red;
}
#footer{
	width:900px;
	height:370px;
	margin: 0 auto;
}

.memberclass a{
	color:white;
	text-decoration:none;
}
.memberclass a:link{
	color:white;
	text-decoration:none;
}
.memberclass a:visited{
	color:white;
	text-decoration:none;
}
</pre></body></html>