
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#ffffff;
 color:  #ffffff;
 text-align: center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #ffffff;
 width:775px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#eeeeee;
 color: #ffffff;
 }

#bar {
 height:21px;
 background:#ffffff;
 color: #ffffff;
 border:solid #ffffff;	
 border-width:1px 0 1px 0;
 padding: 1;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #ffffff;
 width:700px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #ffffff;
 width:125px;
 height:550px;
 }

#cont {
 height:550px;
 width:574px;
 background:#ffffff;
 color: #ffffff;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#ffffff;
 color: #ffffff;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

#images {
 height:75%;
 width:700px;
 background:#ffffff;
 color: #ffffff;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#generalcontent1 {
 position: relative;
 top: 1%;
 left: 7%;
 bottom: 10%;
 width: 98%;
 padding: 1px;
 height: 465px;
 background:#ffffff;
 color: black;
 border:solid #ffffff;	
 border-width:thin;
 text-align:left;
 overflow: auto;
 }

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ffffff;
width: 124px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }




    