
/* Layout Stylesheet */ 

body {
	margin: 0;
	padding:0;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 }

#bar-top {
font-size:13px;
 width: 100%; 
 height: 25px; 
/* background: #c0c0c0;*/
 color: #333333;
/* border: solid #000000;
 border-width: 1px 0; */
 margin: 0;
/* padding-top: 5px;*/
}

#bar-bottom {
 width: 100%; 
 height: 25px;
 position:relative; 
/* background: #c0c0c0;*/ 
 color: #333333;
/* border: solid #000000; 
 border-width: 1px 0;*/
 padding-top:5px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }

#content { 
 /*height: 450px;*/ 
 position:relative;
 /*border: solid #000000; 
 border-width: 0px 2px;*/ 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 25% 0 25%;
 }