<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  general layout */
body	{
	background: #ddd;
	color: #555;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.8em;	
}

p, address	{
	margin: 4px 0px 14px 0px;
}

li {
	margin: 0px 0px 0px -24px;
	list-style-type: square;
}

h1 {
	color: #88a;
	font-size: 1.4em; 
	margin: 8px 0px 10px 0px;
}

h2 {
	color: #a00;
	font-size: 1.3em; 
	margin: 4px 0px 0px 0px;
}

img {
	border: 0px;
	display: block;
}

strong {
	color: #222;
}


#wrapper {
border: 1px solid #888;	
background: #fff;
	width: 692px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#maincontent {
	margin: 8px 10px 10px 9px;
	width: 676px;

}

.box {
	border: 1px solid #aaa;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
    background-color: #fff;
}


#footer {
	border: 1px dotted #000;
	color: #fff;
	background: #000;
	margin: 0 0 12px 27px;
	padding: 1px;
	text-align: center;
}	
	
.screenshot {
border: 1px solid #aaa;	
float: right;
	margin: 8px 0px 10px 5px;
}

#largeimage {
	border: 0px solid #000;
	padding: 0;
	margin: 4px 0 10px 0;
}

#leftimage {
	float: left;
	margin: 10px 5px 5px 0px;
}

#logo {
	margin: 5px 0px -16px 7px;
	border: 0px;
}


/*FORM*/
fieldset	{
	margin: 0px;	
	padding: 20px 10px 10px 10px;
	border: 1px solid#900;
}

legend {
	font-weight: bold;
}

label	{
	float:left;
	width:160px;
	font-weight: normal;
	display: block; /* give the label its own line in tableless forms */
	padding: 7px 0px 0px 0px;	
}

div.form_element { 
	clear : left; 
} 

/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Holly Hack. IE Requirement \*/
* html div#pnav ul li  { float: left; height: 1%; }
* html div#pnav ul li a  { height: 1%; }
/* End */

/* menu */


#navcontainer
{
margin: -6px 0px 0px -1px;
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 2px 2px 10px;
}

#subnav A:hover, .subnav A:active { color: #444; }
#subnav A.active:link, .subnav A.active:visited { color: #444; }
#subnav BR, .navcontainer BR { clear: both; }
</pre></body></html>