
/* Layout Stylesheet */ 

body {
 margin:20px;
 text-align:center;
 padding:0;
	font-family: Geneva;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background-image:
url('background2.gif')
 }
 
a:link {
	color: #ffffff;
	text-decoration:none
}

a:visited {
  color: #ffffff;
  text-decoration:none
}

a:hover {
text-decoration:blink
}

a:active {
	color: #ffffff;
	text-decoration:none
}

#cont a:link {color: #000000;}
#cont a:visited {color: #000000;}
#cont a:hover {color: #000000;}
#cont a:active {color: #000000;}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#000000;
 color: #000000;
 }

#bar {
 height:25px;
 background:#000000;
 color: #000000;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-align:center;
 }

#bodyblock {
 position:relative;
 background: 
 ;
 color: #000000;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#000000;
 color: #000000;
 width:154px;
 height: 500px;
 }

#cont {
 width:645px;
 background:#F3FBE6;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }