#WideContent {
	display: block;
	width: 840px;
	height: 358px;	
	margin: 0px auto 34px auto;
	text-align: center;
	background: url(../images/lrg-bg.gif);
}

#spacer {display: block; width: 10px;height: }

/* Scroll:
------------------------------------------------------ */
.Container {
	position: relative;
	top: 0px;
	width: 785px;
	height: 305px;
	text-align: left;
}

#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 785px;
	height: 302px;
	top: 15px;
}

#Scroller-1 p {
	margin: 0; padding: 5px 10px;
	font-size: 11px;
	color: #666666;
}

#Scroller-1 h1 {
	margin: 0; padding: 5px 10px 0px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #446e92;
}

#Scroller-1 ol {
	padding: 10px 20px 10px  40px;
}

#Scroller-1 ol li {padding: 4px;}

#Scroller-1 h1.blue {color: #22a6e0;}
#Scroller-1 h1.orange {color: #eda348;}


.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}

#Scrollbar-Container {
	position: relative;
	top: 15px; left: 820px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
.Scrollbar-Track {
	width: 10px; height: 270px;
	position: absolute;
	top: 15px;
	background-color: #EEE;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 290px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

h2 {margin-left: 60px;}
.Container ul {margin: 5px 20px;}
.Container ul li {padding-left: 20px; list-style-type: none; background: url(../images/bullet.gif) left 5px no-repeat; font: 1em trebuchet ms; line-height: 1.5em;}
