<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
/*overflow-y: scroll;*/
/*background: #999999 url(images/back.png) top center repeat-x; */
background-color: white;
margin: 0;
padding: 0;
font: normal 10pt/16pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto 0 auto;
/*background-color: black;*/
width: 976px;
padding: 0;
text-align: left;
padding-top: 30px;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(img/logo.png) top right no-repeat; 
font-size:11px;
background-position: 10px 10px;
padding-top: 5px;
padding-right: 20px;
background-color: white;
width: 966px;
height: 80px;
font-family: "Lucida Grande", Arial, Verdana, Tahoma, sans serif;
line-height: 28px;
font-size: 22px;
text-align: right;
vertical-align: center;
}


/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
/*background: url(images/bgmiddle.png) center repeat-y; */
background-color: white;
width: 976px;
height: 100%;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header2.png) top center no-repeat;
background-position: 0px 0px;
background-color: yellow;
width: 976px;
height: 208px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: white;
/*font-size: 50px;*/
text-align: ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 90%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
/*background:  url(images/off.png) top center no-repeat;*/
background: #dcf2ff;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
/*background:  url(images/on.png) top center no-repeat;*/
background: #e6f5ff;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
/*background:  url(images/texttop.png) top left no-repeat;*/
width: 700px;
margin: 0px 0px 100px 250px;
/*padding-top: 55px;*/
padding-buttom: 55px;
border: 2px navy;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
/*background: url(images/sponsor.png) bottom center no-repeat;*/
background-position: 10px 10px;
background-color: white;
width: 976px;
height: 500px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: blue;
/*font-size: 50px;*/
/*text-align: ;
width: 976px;
height: 6px;*/
}

/**************************************************/
/*                                       Table    */
/**************************************************/

table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#c3dde0;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.hovertable tr {
	background-color:#d4e3e5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

#colorTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#colotTable td, #colorTable th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#colorTable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}

#colorTable th.alt 
{
font-size:1.0em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#5CB3FF;
color:#ffffff;
}

#colorTable tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

#colorTable tr.alt2 td
{
color:#000000;
background-color:#F7F8E0;

}
</pre></body></html>