div.scroller{ 
	/* modify width and height of scrolling section if necessary */	
	clear:both;
	width:570px;
	overflow:hidden;
	padding:0 0 40px 0;
}

div.scroller div.section{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:528px;
	_width:570px;
	overflow:hidden;
	float:left;
	padding:0 21px;	
}

div.scroller div.content{
	width:10000px;
}

div#section2{
	background:#666666;
	color:#ffffff;
}

.controls{
	width:549px;
	margin:0 0 40px 21px;
	padding:0;
}

.controls ul{
	margin:0;
	padding:0 0 40px 0;
	font-size:100%;
	line-height:1.3;
	list-style-type:none;
	background: url(../images/schenv_ul_bg.gif) no-repeat 0 32px;
}

.controls ul li{
	float:left;
	width:100px;
	height:40px;
	margin:0 0 0 0;
	padding:12px 7px 0 0;
	list-style-type:none;
	background: url(../images/schenv_bg.gif) no-repeat left top;
}

.controls ul li a{
	display:block;
	width:100px;
	height:28px;
	_height:40px;
	margin:0;
	padding:12px 0 0 0;
	color:#666666;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background: url(../images/schenv.gif) no-repeat left top;
}

.controls ul li a:visited{
	color:#666666;
}

.controls ul li.selected{
	background: url(../images/schenv_r_bg.gif) no-repeat left top;
}

.controls ul li.selected a{
	background: url(../images/schenv_r.gif) no-repeat left top;
}

#top #maincont .section h3{
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:0 0 0 20px;
	font-size:110%;
	color:#666666;
	background: url(../common/images/h3_doc_icon.gif) no-repeat 2px 4px;
}

#top #maincont .section h3 span{
	margin:0;
	padding:0 0 0 20px;
	font-size:85%;
}

td.static{
	border-left:dotted 1px #999999;
}

.section ul{
	display:block;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
	border-top:dotted 1px #999999;
	background:#F6F6F6;
}

#container .section ul{
	margin:0;
	background-image:none;
	background-color:#F6F6F6;
}

.section ul li{
	display:block;
	_float:left;
	margin:10px 0 0 0;
	font-size:70%;
}

.section ul li a,
.section ul li a:visited,
.section ul li a:hover{
	color:#666666;
	text-decoration:none;
}

.section ul li a.prev{
	display:block;
	float:left;
	padding:0 0 0 15px;
	background: url(../common/images/arrow_left.gif) no-repeat 2px 4px;
}

.section ul li a.next{
	display:block;
	float:right;
	padding:0 15px 0 0;
	background: url(../common/images/arrow_right.gif) no-repeat 24px 4px;
}

.section table{
	clear:both;
}

/* EOF*/
