h2 {
	background: url(i/header-bg.jpg) repeat-y top left #2f69a9;
	font-size: 11px;
	color: white;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 13px;
	padding-top: 2px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	margin: 0 -1px;
}

body.inner h2 {
	padding-left: 28px;
}

body.wide h2 {
	border: none;
	margin: 0;
	padding-left: 60px;
}

h1, h3 {
	background: url(i/header2-bg.jpg) repeat-y top left #75aa36;
	font-size: 11px;
	color: white;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 13px;
	padding-top: 2px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	margin: 0 -1px;
	clear: both;
}

body.wide h3 {
	border: none;
	margin: 0;
}

body.inner h3 {
	padding-left: 28px;
}

p {
	padding: 0 28px;
	margin: 16px 0;
}

p.lcol {
	float: left;
	padding: 0 14px 0 28px;
}

ul, ol {
	margin: 16px 28px;
}

li p {
	padding: 0;
	margin: 16px 0;
}
