/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px;
	color: #003333;
	font: 84%/1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #FEFBEC;
}

#wrapper{
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
}

#header {
	height: 120px;
	padding-left: 15px;
}


#contentbox {
}

#navmain {
	float: left;
	width: 150px;
	padding: 9px 6px;
}
#contentmain {
	float: left;
	width: 552px;
	padding: 0px 12px 18px;
}

#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid #488E8B;
	border-bottom: 1px solid #488E8B;
	padding-bottom: 3px;
}

a, a:visited  {
	color: #033;
}
a:hover {
	color: #D5A71C;
}
h1 {
	color: #006666;
	text-align: center;
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
	color: #006666;
}
h3 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #005151;
	margin: 9px 0px 0px;
	padding: 0px;
}



/* CSS Document */
p {
	margin: 6px 0px 0px;
	padding: 0px;
}
.centered {
	text-align: center;
	padding-top: 12px;
}
.contact {
	list-style: none;
}
.contact li {
	padding-bottom: 6px;

}

.clr {
	clear: both;
}

.div45 {
	float: left;
	width: 45%;
}

.imgleft {
	float: left;
	margin-right: 9px;
}
.imgright {
	float: right;
	margin-left: 9px;
}


.imgrow {
	margin: 6px 9px;
}
.nobullets {
	list-style: none;
}
