<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MAIN LAYOUT STYLES - POSITIONING &amp; DESIGN */

/* INTRO PAGES - centered layout */
div#outer  { position:absolute; top:0; left:0; width:100%; height:40px; padding:0; margin:0;
           background-color:rgb(42,42,42); border-width:0 0 7px 0; border-style:solid; border-color:rgb(0,102,178); 
           box-shadow: 0 0 30px rgba(42,42,42,0.8); }
div#centered { width:100%; background-color:transparent; }

/* MAIN PAGES - 2 column layout */
#content  { position:absolute; min-width:100%; min-height:1000px; margin:0; padding:0; border: none; overflow:hidden; }
#sidebar  { position:absolute; top:0; bottom:0; float:left; width:160px; overflow: visible; margin: 0; padding:20px; 
           background-color: rgb(42,42,42); border-right-style:solid; border-right-color:rgb(0,102,178); border-right-width:7px; 
           box-shadow: 0 0 30px rgba(42,42,42,0.8); }
#sidebar-content { margin:0; padding: 0px; height:100%; }
#main { margin:40px 50px 40px 257px; padding:20px 30px 20px 30px; 
        background-color: rgb(242,242,242); box-shadow: 0 0 30px rgba(42,42,42,0.6); }
#main-content  { margin:0; padding:0; }

/* bottom page cleaner (?) */
hr.cleaner  { clear:both; height:1px; margin: -1px 0 0 0; padding:0; border:none;  visibility: hidden;}
</pre></body></html>