body {
	padding: 0;
	text-align:center;
	margin: 0 auto;
	background: #FFFFFF
	color: #749A75; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif



}
a:link { text-decoration:none;} 
a:visited { text-decoration:none;} 
A:hover { text-decoration: underline }

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

div.clear { 
	margin-top: 5px;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 530px; 
	height: 150px;
	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:160px;
		height:150px;
		overflow:hidden;
		float:left;
		padding:10px;		
		}
	div.scroller div.content {
		width: 10000px; 
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
