
  body {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: #d8d8d8;
	color: #373837;
	padding: 0 10px 10px;
	margin-top: 0;
}

#main {
    background-color: #fff;
    width: 700px;
	padding-top: 10px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	text-align: left;
}

#title {
	background-image: url(images/header.jpg);	background-repeat: no-repeat;	width: 700px;	height: 199px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-bottom: 0;
}

div#title h1 {
	display: none;	
}

div.section ul {
	margin: 0;
}
div.section li {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	left: 1.2em;
}

div.section h2 {
	color: #305382;
	font: 20pt/100% Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}

div.section p {
	margin: 0.5em;
}
.section {
    margin-left: 40px;
    margin-right: 40px;
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	color: #32893f;
}

a:hover {
	text-decoration: none;
	color: #32893f;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration: none;
	color: #b77c16;	
}

.section_logo { 
    min-height: 120px;
    float: left;
    margin-right: 15px;
    width: 160px;
    }

  .section_title {
	color: #305382;
	font: normal small-caps 20pt Arial,Helvetica,sans-serif;
}


div.clearer {
	clear: left;
    line-height: 0pt;
    height: 0pt;
}

/* remove decoration for image link (Firefox) */
div.section_logo a {
	border-style: none;
	border-width: 0;
}

div.section_logo a img {
	border-style: none;
	border-width: 0;
}

