/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#333333;
	color: #000000;
	text-align:center;
	padding:10px;
	background-image: url(images/background_repeat.jpg);
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:800px;
 height:900px;
 margin:auto;
 }

#hdr {
	height:161px;
	border-width:0px 0px 0 0px;
	background:#eeeeee;
	color: #333333;
	background-image: url(images/header.gif);
 }

#bar {
	height:22px;
	background:#ed1b24;
	color: #333333;
	background-image: url(images/menu_background.jpg);
	padding-top: 13px;
 	}

#bodyblock {
 position:relative;
 background: #fff728;
 color: #333333;
 width:800px;
 padding:0;
 }

 
#l-col {
	float:left;
	background:#fff728;
	color: #FFFFFF;
	width:124px;
	font-family: Arial, serif;
	font-weight: normal;
	text-align:left;
	padding:20px 0px 0px 15px;
	height: 700px;
	background-image: url(images/l-col_background.jpg);
 }
 
#l-col2 {
	float:left;
	background:#fff728;
	color: #FFFFFF;
	width:124px;
	font-family: Arial, serif;
	font-weight: normal;
	text-align:left;
	padding:20px 0px 0px 15px;
	height: 450px;
	background-image: url(images/lcol_background2.jpg);
 } 
 
#table1 {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }
 

#cont {
 width:622px;
 height:100%;
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 padding:15px 18px 10px 18px;
 border-width:0 0 0 0px;
 text-align:left;
 }
 
#cont2 {
 width:764px;
 height:100%;
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 padding:15px 18px 10px 18px;
 border-width:0 0 0 0px;
 text-align:left;
 } 
 
#wfs {
	width:622px;
	height:100%;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	padding:15px 18px 10px 18px;
	border-width:0 0 0 0px;
	text-align:left;
	background-image: url(images/wfs_background.gif);
	background-repeat: no-repeat;
	background-position: top right;
 } 

#ftr {
	width:800px;
	height:32px;
	background:#fff728;
	margin:5;
	background-image: url(images/footer.gif);
 }

