@CHARSET "UTF-8";

#rules #main 
{
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: #142458;
	color: inherit;
}	
	
.rulesPosition {
	position: absolute;
	right: 0;
	top: 0px;
	width: 880px;
	height: 386px;	
	z-index: 10;
	}

#rules .contentBack {
	width: 880px;
	background-color:#111; 
	filter:alpha(opacity=40); 
	-moz-opacity:.4; 
	opacity:.4; 
}
	
#rules .contentMain { 
	background-color:#111; 
	filter:alpha(opacity=70); 
	-moz-opacity:.7;
	opacity:.7;
	}	
	
#rules .contentCopy {
	margin:20px;
	width: 840px;
	height: 304px;
	overflow: hidden;
	color: #fff; 
	text-align: left; 
	}

#rules .contentCopy .section1
{
    overflow: auto;
    height: 298px;
    padding: 0 20px;
}

#rules #main #contentArea ul {
	list-style: none;
	}
#rules #main #contentArea li {
	display: block;
	font-size: 13px;
	margin-left: 20px;
	color: #fff;
	}
	
#rules #main #contentArea ul li.title {
	font-size: 18px;
	font-weight: normal;
	margin-left: 0px;
	line-height: 2.25;
	color: #fff;
	}

