HTML {
	background-color: #FFF;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
}
H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
H4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
}
P, UL, DL {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
	color: #FFF;
}
UL, DL {
	padding-bottom: 18px;
}
LI, DD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
	margin-bottom: 5px;
}


a:link,a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #D5671C;
	text-decoration: underline;
}


/* Background */
div#Container {
	width: 100%;
	text-align: center;
}
div#Background {
	width: 790px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
}
.maintable {
	width: 750px;
	margin-left: 20px;
	text-align: left;
}
.maincontent {
	padding: 15px;
	background-color: #91BC6F;
}
.indeximage {
	margin-right: 15px;
}
.serviceslinks {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 30px;
}

.highlight {
	color: #000;
}

.copyright {
	background-color: #D5671C;
	padding: 5px 10px 3px 10px;
}
.copyright H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 3px;
}
.copyright P, UL, DL {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright a:link,.copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

