
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding: 0;
 color: #000000;
 }

#bar-top {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; width: 100%; 
 height: 20px;
 text-align: center;
 font-family:"Verdana,Arial,Helvetica,Sans-Serif";
 line-height: 16px;
 font-size: 70%;
 background: #c0c0c0;
 color: #333333;
 margin: 0;
}

#bar-bottom {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:2px solid #000000; border-bottom:2px solid #000000; width: 100%; 
 height: 20px;
 text-align: center;
 font-family:"Verdana,Arial,Helvetica,Sans-Serif";
 line-height: 16px;
 font-size: 70%;
 background: #c0c0c0;
 color: #333333;
 margin: 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 10% 0 10%;
 
 }
