@import "base-style.css";

#pageText {
	display: block;
	width: 720px;
	margin-left: 12px;
}

#pageText p {
	margin: 20px;
	margin-bottom: 40px;
}
#pageText h1 {
	clear: both;
	display: block;
	text-align: left;
	width: 700px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 12px 0px 12px 20px;
	background-image:url(../images/titBG.gif);
}

#pageText h3 {
	clear: both;
	display: block;
	color: #9e6024;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 12px 0px 12px;
	padding-left: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #adadad;
}

#pageText ol {
	position: relative;
	top: -20px;
	padding: 0px;
	margin-left: 60px;
	margin-bottom: 20px;
}

#pageText li {
	list-style-type: decimal;
}

#warning {
	background-color: #f8eeae;
	padding: 10px;
}

.right {
	margin-right: 20px;
}
