#title { text-align: center; width: 90%; margin: 10px 5%; padding-top: 10px; padding-bottom: 10px; border-top: medium double #ccc; border-bottom: medium double #ccc; border-right-width: 0; border-left-width: 0; display: block; }
#title h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.green {
	color: #339900;
}

#title h2 { font-size: 18px; margin-top: 5px; margin-bottom: 5px; }
.list h2 {
	font-size: large;
	font-weight: bold;
	width: auto;
	margin-bottom: 10px;
	padding-right: 2em;
	margin-top: 10px;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #D1E5B2;
	margin-left: 1em;
}
.list h3 { padding-left: 24px; margin-top: 0; font-size: medium; margin-bottom: 5px; line-height: 110%; }
.list h4 {
	font-size: small;
	margin-top: 0;
	padding-left: 24px;
	font-weight: normal;
	line-height: 110%;
}
.list { text-align: left; width: 90%; margin: 10px 10px 10px 5%; }
.backimg {
	background-image: url(img/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

