@charset "utf-8";
/* CSS Document */





<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		overflow: hidden;
		
		}
	
	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		border: 0px solid #000000;
		overflow: hidden;
		
		
		}
		
	#contentleft {
		width:250px;
		margin-bottom: -20000px;
		padding-bottom: 20000px;
		float:left;
		background:#fff;
		border: 0px solid #000000;
		}
	
	#contentcenter {
	    height:100%;
		width:750px;
		margin-bottom: -20000px;
		padding-bottom: 20000px;
		float:left;
		background:#fff;
border: 0px solid #000000;
		
		}
	

	
	#contentheader {

margin: 0px;
		
		}
		
	
	
	hr.right {
	border: none 0; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	margin: 0px auto 0 0;
	text-align: left;
	}
	
		hr.center {
	border: none 0; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
text-align: center;
	}

	
	
	.commentNavTitle {
	font: 14px arial, sans-serif;
	text-align:left;
	color: #868278;
	}
	
	.commentNavTitle a:link, a:visited {
	text-decoration: none;
	color: #868278;
}

.commentNavTitle a:hover {
	color: #519d4e;
}



	
</style>