/* Layout Stylesheet */ 
#footerbar,#hdr-print {
	display:none;
}
body {
 margin:20px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:226px;
 background:#ffffff;
 color: #333333;
 }
#hdr-inside {
	float:left;
	position: absolute;
	font-size: 35px;
	padding: 10px 10px 10px 10px;	
	color: #ffffff;
}
#bar {
 height:25px;
 background:#c0c0c0;
 background:#298521;
 color: #ffffff;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #FFF2CC;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFF2CC;
 color: #333333;
 tab-interval:1px;
 width:170px;
 }

#cont {
 width:629px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:65px;
 background:#FFF2CC;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
