<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Layout Stylesheet */ 
body{ margin: 0;
 padding:0; 
 background:#1C003E;
 color: #f0f0f0;}	 

#lh-col{ position: absolute;
 top: 0px;
 left: 0px;
 width:130px;
 z-index: 1;
 background:#1C003E;
 border:5px solid #F6CC68;
 margin-right:15px;
 padding-bottom:20px;
 color: #F6CC68;}

#hdr{ position:relative;
 top: 0px;
 left: 0px;
 z-index: 2;
 height:85px;
 border-left:5px solid #1C003E;
 margin:0px 0px 0px 140px;
 background:#1C003E;
 background-image: url(/images/pattern.jpg);
 background-repeat: repeat;
 color: #ffffff; 
 text-align: center;}

#c-col{ position:relative;
 top: 0px;
 left: 0px;
 z-index: 3;
 margin:0 0 0 140px;
 border:5px solid #1C003E;
 background:#E8E7F5;
 color: #000000; }

#ftr { position: relative;
 top: 10px;
 left: 0px;
 height:50px;
 background:#1C003E;
 color: #ffffff;
 margin:0px 0px 0px 140px;}
 
.sidebar { width: 180px;
 border: 2px solid #c0c0f0;
 padding: 4px;
 margin: 5px 10px; 
 background: #f0f0ff; 
 text-align: left;
 float: right; }
</pre></body></html>