	
A:link { text-decoration: underline; }
A:visited { text-decoration: none; }
A:hover { text-decoration: none; color:red; size:+1 }
a.1 {text-decoration: underline; }
a.2 {text-decoration: none; }

	body {
		text-align:center;

//background-attachment: fixed;
//background-image: url(images/lchbalogo.jpg);
//background-position: left top;
//background-repeat: no-repeat;
}


	#frame {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:center;
		}
		
	#contentleft {
		width:250px;
		padding:0px;
		float:left;
		background:#ccc;
		}
	#contentleftcenter {
		width:250px;
		padding:0px;
		float:left;
		background:#ddd;
		}

	#contentcenter {
		width:150px;
		padding:0px;
		float:left;
		background:#eee;
		}
	
	#contentright {
		width:300px;
		padding:0px;
		float:left;
		background:#ccd;
		}
	
	#contentheader {
		background:#fff;
		text-align:left;
		}
	#contentheadercenter {
		background: #fff;
		text-align:center;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:5px;
		margin:0px;
		}
	
	#contentright p { font-size:14px}
