body {
	background-color: #9BC6D1;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
}
.header {
	padding-bottom: 6px;
}

td.main-page-body {
	padding-right: 10px;
	padding-top: 6px;
}


td.left-border-black {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
td.right-border-black {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
td.top-border-black {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
td.bottom-border-black {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
td.header-bg-image {
	background-image: url(Images/home-page-picture.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
td.home-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8FBE47;
	vertical-align: top;
	text-align: right;
	padding-right: 8px;
}
.home-contact a:link {
	color: #8FBE47;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.home-contact a:visited {
	color: #8FBE47;
	text-decoration: none;
}
.home-contact a:active {
	text-decoration: underline;
	color: #666666;
}
.home-contact a:hover {
	text-decoration: none;
	color: #666666;
}
.header-motto {
	font-family: "Myriad Pro", Tahoma;
	font-size: 14px;
	color: #666666;
}
td.navbar {
	background-color: #666666;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #8FBE47;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	height:100%;
}
.main-cell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
table {
	table-layout: fixed;
}
a img {
	border: none;
}
.style40 {	color: #8FBE47;
	font-weight: bold;
	font-size: 12px;}
.footer-links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	padding-bottom: 0px;
	text-align: left;
	left: auto;
	right: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer-links a:link
{
	color:#2B72B1;
	text-decoration:none;
}
.footer-links a:hover {
	color: #666666;
	text-decoration: none;
}
.footer-links a:active {
	color: #666666;
	text-decoration: none;
}
.footer-links a:visited {
	color: #2B72B1;
	text-decoration: none;
}