
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #fff;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 28px; 
 background: #006699;
 color: #fff;
 border: solid #fff;
 border-width: 0px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 5px;
 position:relative; 
 background: #fff; 
 color: #333333;
 border: solid #fff; 
 border-width: 1px 0;
 }

#content { 
 height: 620px; 
 position:relative;
 border: solid #fff; 
 border-width: 0px 1px; 
 background: #fff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }