.nav-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1B1B45;
	font-weight: bold;
	text-decoration: none;
}
.table-bg-trees {
	background-attachment: scroll;
	background-image: url(images/bg-trees.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.nav-bg-green {
	background-attachment: scroll;
	background-image: url(images/nav-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 31px;
}
.nav-link:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #055602;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #383763;
	font-size: 14px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383763;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #383763;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #383763;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #383763;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #383763;
}
.footer-bg {
	background-attachment: scroll;
	background-image: url(images/footer-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer-bulb-bg {
	background-attachment: scroll;
	background-image: url(images/light-bulb-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}
.table-border {
	border: 1px solid #000000;
}

.footer-text {
	color: #000000;
}
.table-border-nav {
	border: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(images/nav-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table-border-main {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body {
	background-attachment: scroll;
	background-image: url(images/tile-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.table-border-footer {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/footer-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table-border-header {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nav-active {
	background-color: #6F9F54;
}
