@charset "utf-8";

div#content h2 {
	padding: 0px;
	background: none;
	color: #00738c;
	min-height: auto;
	height: auto;
	}
div#content div.lead h2 {
	margin: 2em 10px 0px 10px;
	padding: 9px 0px 4px 35px;
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #98c7d1;
	color: #01738b;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	}
div#content p {
	margin-left: 40px;
	}
div#content div.lead p {
	margin-left: 10px;
	}
div#content h3 {
	margin-top: 1em;
	margin-left: 40px;
	}
div#content table {
	margin: 5px 0px 0px 40px;
	width: 60%;
	}
div#content table th {
	padding: 0.5em 0px;
	vertical-align: top;
	width: 50%;
	}
div#content table td {
	padding: 0.5em 0px;
	text-align: right;
	vertical-align: top;
	}

