@charset "utf-8";
 
	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {

		}
 
	#distance {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
		}
#pagecontainer {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:874px;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
#container {
	position	: relative;
	width		: 330px;
	height		: 400px;
	overflow	: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	position	: relative;
	width		: 330px;
	left		: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}
#flashcontent {
	height: 401px;
	width: 515px;
	position: absolute;
}
.text {
	float: left;
	width: 357px;
}
.flash {
	float: left;
	height: 401px;
	width: 516px;
	padding-top: 8px;
}






.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C7BE;
}
#scrollArea {
	position	: absolute;
	left		: 335px;
	top			: 103px;
	height		: 400px;
	width		: 10px;
	border		: 1px solid #C4C7BE;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 8px;
	background	: #C4C7BE;
	margin: 1px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
a {
	color: #3991CF;
}
