@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0px 0px 20px;
	font-size:small;
	color:#666;
}#wrap{
	width:1000px;	
}#header{
	width:100%;
}ul{
	list-style-type:none;
}ul#sections{	
	display:inline;
}ul#sections li{
	float:left;
	margin-top:22px;
}ul#sections li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	margin:0px 10px 0px 10px;
	font-size:14px;
}ul#sections li{
	margin-top:22px;
}ul#sections li a.active{
	color:#8BC541;
}ul#pages li{
	margin:20px 0px 20px 0px;
}ul#pages li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	font-size:12px;
}ul#pages li a.active{
	color:#8BC541;
}.left{
	float:left;	
}.right{
	float:right;	
}.clear{
	clear:both;	
}#content{
	clear:both;
	padding-top:20px;	
}#content div.left{
	width:130px;
	padding-right:20px;	
}#content div.right{
	overflow-x:scroll;
	width:850px;	
}#footer{
	font-size:10px;
	clear:both;
}#footer a{
	color:#666;
}#footer a:hover{
	color:#999;
}table tr td{
	padding-right:20px;	
	padding-bottom:10px;
}hr{
	color:#666;
	background-color:#ccc;
	height:1px;	
}
