body {
	background-color: #645142;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #645142;
}

.txt-teal {
	color: #05768C;
}
.txt-teal-big {
	color: #05768C;
	font-size: 14px;
}
.txt-green {
	color: #91CB25;
}
.txt-greygreen {
	color: #71A891;
}
.txt-aqua {
	color: #5BB1BD;
}

.bkg-home {
	background-image: url(../images/photo-home-top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	width: 627px;
}
.bkg-services {
	background-image: url(../images/photo-services-top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	width: 627px;
}

.bkg-about {
	background-image: url(../images/photo-about-top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	width: 627px;
}
.bkg-feedback {
	background-image: url(../images/photo-feedback-top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	width: 627px;
}
.bkg-resources {
	background-image: url(../images/photo-resources-top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	width: 627px;
}
.bkg-bulleted-home {
	background-image: url(../images/bulleted-area-home.gif);
	height: 240px;
	width: 374px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.bkg-bulleted-about {
	background-image: url(../images/bulleted-area-about.gif);
	height: 290px;
	width: 374px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position: top;
}
.bkg-bulleted-services {
	background-image: url(../images/bulleted-area-services.gif);
	height: 150px;
	width: 374px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-position: top;
}
.table-nav {
	margin-bottom: 30px;
}
.td-main {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 25px;
	width: 486px;
}
.td-about {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 25px;
	width: 860px;
}
.txt-spaced {
	line-height: 20px;
}

.div-learn-more {
	margin-right: 40px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.li0 {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-left: 100px;
}
.li0top {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-top: -10px;
	margin-left: 100px;
}
.li1 {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-left: -30px;
}
.li1top {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-top: -10px;
	margin-left: -30px;
}
.li2 {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-left: -35px;
	line-height: 20px;
}.li2top {
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet-teal.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-left: -35px;
	margin-top: 42px;
}
a:link {
	color: #05768C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #05768C;
}
a:hover {
	text-decoration: none;
	color: #645142;
}
a:active {
	text-decoration: none;
	color: #B13934;
}
a:active:hover {
	text-decoration: none;
	color: #645142;
}

