/* CSS Document */
.pTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #9A7300;
}
.letterColoring {
	color: #9A7300;
}
#content hr {
	color:#E5CC7F;
	background-color: #E5CC7F;
	height: 2px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#content p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pageTitleBox {
	background-color: #F4D781;
	border: 2px solid #CC9900;
	/*width: 399px;*/
	width: 399px;
	margin: 0px 0px 7px;
	padding: 5px;
	position: relative;
	left: -10px;
	z-index: 1;
}
