div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 825px; 
	height: 1380px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:825px;
		height:1430px;
		overflow:hidden;
		float:left;
		padding:0em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
div.section table {clear:both; width:800px; margin:2.0em 0 0.2em 20px; margin-left: auto;margin-right: auto;table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
div.section table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
div.section table th {height:3.0em; padding:2px 20px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:center; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
div.section table td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:center; font-weight:normal; color:rgb(80,80,80); font-size:110%;}
