
BODY, html 
     {font-family:georgia,times new roman,times,serif;
      font-color:#000000;
      background-color:#ffffff;
      margin:0px;
      padding:0px;
      min-width:900px;
      text-align:center;}
      
a:link {color: #000080}     /* unvisited link */
a:visited {color: #000080}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000080}   /* selected link */


/* Wrapping column */
#wrap
{width:900px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;}
       

/* Body content */    
#main
{float:right;
 width:690px;
 padding:5px 5px 5px 5px;}
 
 
/* Sidebar elements */
#sidebar
{float:left;
 width:180px;
 padding:5px 5px 5px 5px;}
          
#sidecell
{border-bottom:2px solid black;
 font-size:10;}
 
 
/* Navigation elements */
#nav li
{display:inline;
 padding:0 5 0 5;}
 
#nav
{float:right;}
       

/* Header elements */
#header
{height:75px;
 background-color:#CFD6D3;
 border-bottom:2px solid black;
 border-top:2px solid black;}
         
         
/* Footer elements */
#footer
{clear:both;
 width:100%;
 font-size:10;}

#footcell
{background-color:#CFD6D3;
 padding-bottom:5px;
 border-bottom:2px solid black;
 border-top:2px solid black;}