
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#527BA5
 color: #333333;
 text-align:center;
 float:center;
 padding:0;
 font-size: 13pt;
 font-family: 'Times New Roman', 'Times', serif;   
 }

#outer {
 text-align:left;
 border:1px solid #F7DEB5;
 width:762px;
 float:center;
 }

#hdr {
 background:#A2BAD3;
 background-image:url(pics/hdr.png);
 color: #333333;
 padding:0px;
 }

#bar {
 height:20px;
 background:#527BA5;
 background-image:url(pics/cloudbar.jpg);
 color: #F7DEB5;
 border:solid #F7DEB5;	
 border-width:1px 0 1px 0;
 padding:2px;
 font-size:17px;
 font-weight:bold;
 text-align:right;
 }

 #bar2 {
 height:20px;
 background:#527BA5;
 background-image:url(pics/cloudbar.jpg);
 color: #F7DEB5;
 border:solid #F7DEB5;	
 border-width:1px 0 1px 0;
 padding:2px;
 font-size:17px;
 font-weight:bold;
 text-align:right;
 }
 
#bodyblock {
 position:relative;
 background:#A2BAD3;
 color: #333333;
 width:760px;
 padding:0;
 }

#l-col {
 float:left;
 background:#F7DEB5;
 background-image:url(pics/lcol.png);
 color: #333333;
 width:145px;
 }

#cont {
 width:605px;
 background:#A2BAD3;
 background-image:url(pics/cont.png);
 color: #333333;
 border:solid #F7DEB5;	
 border-width:0 0 0 0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;  
 font-size: 11pt;
 margin-top : 0;
 margin-bottom: 0pt;
 padding-bottom: 0pt;  
 line-height: normal;
 text-align: justify; 
 }

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