﻿body {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;

}
.BGContent {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}


td {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #217754;


}

a:hover {
	text-decoration: none;
	color: #90BBA9;


}
.Content {
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-left: 10px;
	height: auto;
}
ul {
	margin: 0px;
	padding: 0px;
}

.imgRight {
	margin-bottom: 20px;
	margin-left: 20px;
}


.Lnav {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #0000FF;
}

.Lnav:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #90BBA9;
}

h1 {
	font-size: 17px;
	font-family: Times New Roman;
	color: #217754;
	margin: 0;
	padding: 0;
}

h2 {

	font-size: 11px;
	font-weight: bold;
	color: #000000;
}



.footer {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	background-image: url(images/dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    height: 40px;
	overflow: hidden;
}

.footerLink {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;


}

.footerLink:hover {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;


}

li.nav {
	list-style-type: none;
	padding: 10px 10px 10px 5px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	letter-spacing: 3px;
	font-weight: normal;
}

li.nav:hover {
	list-style-type: none;
	padding: 10px 10px 10px 5px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/link_bg2.gif);
	background-repeat: no-repeat;
	letter-spacing: 3px;
	font-weight: normal;
}

.spacing {

	padding: 10px 0px 0px;
	margin: 0px;
}

#navcontainer {
	width: 190px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Arial, geneva, verdana;
	letter-spacing: 3px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

#navcontainer a
{
	padding: 10px;
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	color: #217754;
}

#navcontainer a:hover
{
	color: #90BBA9;
	background-image: url(images/link_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
	margin: 0px;
}
.imgLeft {
	margin-bottom: 20px;
	margin-right: 20px;
}
.thCell {
	padding-bottom: 20px;
}
.cellCbox {
	padding-bottom: 10px;
}
textarea {
	font-size: 11px;
}
.hcontent {
	padding: 3px 0 0 10px;
	background-color:#e8f1ee;
	height: 50px;
}

#gallery {
	width: 480px;
	margin: 45px auto;
	background: white;
	padding: 5px;
}

#gallery a {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 125px;
	height: 100px;
	margin: 10px;
}

#gallery img {
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}

#gallery a:hover {
	z-index: 50;
	top: -45px;
	left: -53px;
}

#gallery a:hover img {
	width: 300px; height: 200px;
	padding: 1px;
	background: #ccc;
	border: 2px solid; border-color: #eee #bbb #bbb #eee;
}