
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: white;
 color: #000000;
 text-align: center;
 font-family : Arial, Helvetica, sans-serif;
 font-size: 13px;
 }

#divBarTop {
 width: 100%; 
 height: 30px; 
 background: #EEEEEE;
 color: #222222;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
 direction: rtl;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #EEEEEE; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: white;
 color: #333333;
 overflow: auto;
 margin:0 10% 0 10%;
 padding: 0px 30px 0px 30px;
 }
