h1, h2, h3, h4 {
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	clear: both;
}

.title {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	padding-left: 12px;
}

ul.bullets {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.bullets li {
	list-style: none; url(images/orange-bullet.gif);
	list-style-position: outside;
	vertical-align: baseline;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sectionbreak {
	width: 95%;
	background: url(../images/sectionbreak.gif) repeat-x center center;
	height: 2px;
	position: relative;
	display: block;
	padding: 5px;
}
li {
	padding-top: 4px;
}
.posTitle {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.sectTitle {
	font-weight: bold;
	text-decoration: underline;
	margin: 6px 0px;
}
.cntnt {
	margin: 0px 6px;
}
.mid {
	text-align: center;
}
.brdrBtm {
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
