<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
 margin:0;
 background: #666666;
 text-align:center;
 padding:0;
 }
 
#top{
 width:1050px;
 height:225px;
 margin:auto;
 background:#ffffff url(../images/top.jpg) no-repeat left;
 padding:0;	
 text-align:center; 
 }
 
#menu{
 width:1050px;
 height:45px;
 overflow:hidden;
 margin-bottom:0;	
 }
 
#mid
 {
 width:1050px;
 height:auto;
 margin:auto;
 background: url(../images/mid.jpg) repeat left;
 padding-top:0;	
 }

#cont {
 width:898px;
 height:350px;
 color: #330000;
 margin:auto;
 padding-top:10px;
 padding-bottom:0;
 /*text-align:left;*/
 overflow-y: auto;
 overflow-x: hidden;
 }
 
 #img_cont {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom:0px;
 width:898px;
 height:250px;
 border-style: solid;
 border-width:1px 1px 1px 1px;
 border-color:#999999;
 overflow:hidden;
 }

 
 #bot{
 width:1050px;
 height:56px;
 margin:auto;
 background: url(../images/bot.jpg) no-repeat left;
 padding:0px 0px 0px 0px;	
 text-align:center; 
 }


 #footer {
 width:950px;
 height:25px;
 margin:auto;
 padding-top:0;
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#990033;
 background-color:transparent;
 overflow:hidden;
 }


/*class definitions*/

img.mid {
display: block;
margin-left: auto;
margin-right: auto;
}

img.right {
vertical-align:middle;
}

h2.header {
font-size:12px;
font-weight:bold;
color: #666666;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
}

p.text {
font-size:12px;
font-weight:normal;
color: #666666;
font-family:Arial, Helvetica, sans-serif;
line-height: 150%;
padding-left:0em;
word-spacing: 2px;
text-align:left;
}

/*positions the menu right and in relation to images above*/
p.pos_cent{
text-align: center;
font-size:12px;
font-weight:bold;
color: #330000;
font-family:Arial, Helvetica, sans-serif;
padding-right:0;
padding-top:0.2em;
margin-top:0;
}

ul.none {
list-style-type: none;
font-size:13px;
font-weight:normal;
color: #330000;
font-family:Arial, Helvetica, sans-serif;
line-height: 100%;
word-spacing: 2px;
}

/*link definitions below*/

p.text a:link, p.text a:active, p.text a:visited {
color: #999999;
text-decoration:none;
padding:0em 0em; /*top,bottom+right,left*/
}

p.text a:hover {
 color: #990033;
 background-color:#ffffff;
 text-decoration:none;
}

#menu a:link, #menu a:active, #menu a:visited {
color: #990033;
/*width:7em;*/
padding-left: 2.0em;
text-decoration:none;
}

#menu a:hover {
 color:#999999;
 text-decoration:none;
}
</pre></body></html>