@charset "ISO-8859-1";
.content {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, times, "times new roman";
	font-size: 16px;
	color: #666666;
	background-image: url(images/content_back.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.intro {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, times, "times new roman";
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 5px;
}

.pagetitle {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, times, "times new roman";
	font-size: 20px;
	color: #205FAD;
	font-weight: bold;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
body {
	background-color: #edf3cd;
}
#content_scroll {
	width:467px;
	height:353px;
	overflow: auto;
	top: 186px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
			}
