#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px 45px 10px;
}
#content h1 {
	color: #E66E2D;
	font-weight: normal;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E66E2D;
	margin-bottom: 15px;
	padding-bottom: 3px;
	margin-top: 0px;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #093A2C;
}
.indent {
	margin-right: 30px;
	margin-left: 30px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content p, #content table {
	line-height: 20px;
	margin-top: 2px;
}
#content li {
	margin-bottom: 6px;
	line-height: 20px;
	list-style-image: url(../images/bullet-square.gif);
}
#content a:link, #content a:visited {
	color: #ec6b26;
	text-decoration: underline;
}
#content a:hover {
	color: #999999;
	text-decoration: none;
}
#content a:active {
	color: #ec6b26;
}
.itemRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}