.background {
	background-repeat: repeat;
	background-image: url(../images/background.gif);
}

.banner {
	height: 272px;
	left: 15px;
	position: absolute;
	top: 14px;
	visibility: visible;
	width: 800px;
	z-index: 0;
}

/* heading is used to highlight text in the specified color and size.  It was created to separate different
topics that reside in the same html page. */
.heading {
	background-color: #00684B;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
}

.pagename {
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#pagebody {
	background-color: #FFFFFF;
	left: 15px;
	position: absolute;
	top: 139px;
	visibility: visible;
	width: 800px;
	z-index: 5;
}

#pagecontent{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
}

#pagefooter{
	clear: both;
	color: #CCCCCC;
	font-size: small;
	margin-top: -1px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#pagename{
	margin: 0px;
	padding: 0px 0px 14px 10px;
}

.contactfont {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.contactfontbold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.contactheaderbold {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
