﻿body
{   
    width: 900px;
    margin: 10px 0px 10em 100px;
    padding: 0;
    text-align: left;
    border-style: none;
    border-left: 0px solid black;
    border-top: 0px solid black;
    border-right: 0px solid black;
    border-bottom: 0px solid black;
    background: center; text-align: center;
    background-color: white;
    font-family: Arial, Verdana;
    font-size: small;
    position: static;
}#main           { width:900px;  
                border-style: none; border-color: red; 
                padding: 10px 0px 2em 0px;
                  
                 position: relative;
                 background-color: white; 
                 border-style : none;
                  border-color:red;
                  border:  1px;}
                                  
#content        { text-align: left;
                 
                 border-style : none; border-color: green; background-color: white; 
                 padding: 0px 0px 0px 0px;
                 margin: 0px 0px 0px 270px;
                 border-style : none;
                  border-color:red;
                  border:  1px;}
                 
                 
table           {table-layout: fixed;
                 width: 100%;
                 height: 60px;
                 border: none 2px red;
                 border-spacing: 0px;
                 border-collapse:separate;
                 text-align:left;
                 padding:120px;}
                 
                 
dt               {font-weight: bold ; color:Blue;
                 padding: 10px;}  
                 
                 
table           {table-layout: fixed;
                 width: 90%;
                 height: 60px;
                 padding: 2px;
                 margin: 20px;
                 border: solid 1px red;
                 border-spacing: 1px;
                 border-collapse:separate;
                 text-align:left;
                 padding:1px;}                 
td, th          {
                 padding: 2px;
                 margin: 20px;
                 border: 2px  none red;
                 border-spacing: 1;
                 background-color: white;
                 vertical-align: middle;
                 text-align: center;
                 }
                 
col#panel1       { text-align:left;
                  width: 330px; 
                  vertical-align:top;
                  padding:10px 10px 10px 10px;
                  background-color: moccasin;
                  border-spacing: 0;
                  text-decoration: none;
                  font-weight: normal; }                 
col#panel2
{
    width: 600px;
    vertical-align: top;
    text-align: left;
    background-color: peachpuff;
    border-spacing: 30;
    padding: 0px 10px 0px 15px;
    
    text-decoration: none;
    font-weight: normal;
    color: black;
}

                  
#sidebar        { position: absolute; width: 280px; 
                  margin: 15px 0px 0px 0px; 
                  height:100%;
                  top: 0em;
                  border-style : none;
                  border-color:red;
                  border:  1px; }
                  
#sidebar ul     { list-style-type:  disc; margin: 1px 0 0em 0; 
                  background-color: white;
                   border-style :  none ;
                   border-color:Black } 
#sidebar li     { padding: 0px 0px 6px 0px;
                  font-size :smaller;
                  text-indent: 15px; 
                  text-align: left;}  

#sidebar h3  {font-family: Arial, Verdana; font-size: x-small;  color: blue; font-style: normal;
               font-weight: bold ;margin: 5px 0px 0px 0px; 
                     text-decoration: none; text-indent: 0px;}
                                           
#sidebar li:last-child     { color:Maroon; margin: 10px 10px 100px 10px;}

#sidebar a:link  {color:blue; font-size: x-small;}
#sidebar a:visited  {color:blue; font-size: x-small;}
a:link          { color:blue;  text-decoration: none;  text-indent: 15px; font-size: small;}
a:visited          { color:purple; text-decoration: none;  text-indent: 15px; font-size: small;}
