body {
	margin: 0;
	padding: 0;
}

#leftNavButtons {
	color: #ffffff;
	width: 156px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 1px;
	font-size: 13px;
	line-height: 17px;
}

#leftNavButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftNavButtons li {
	margin: 0;
}

#leftNavButtons li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

#leftNavButtons li a:hover {
	background-color: #FFFFFF;
	color: #39836C;
}

#leftNavButtons li.label {
	background-color: #FFFFFF;
	color: #39836C;
}

.footerText {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	letter-spacing: 1px;
}

td div#mainBodyCell {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 50px 10px 20px;
}

td div#homeBodyCell {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 25px 10px 30px;
}

.homeHeading {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 6px;
	text-align: center;
}

th.tableHeading {
	color: #39836C;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	/*border-bottom: 1px #39836C solid;*/
}

hr.itemSep {
	height: 1px;
	color:  #39836C;
	background-color:  #39836C;
	border:  none;
	display: block;
	clear: both;
	margin: 10px 0;
}

img.staffPhoto {
	margin: 0 0 10px 5px;
}

body#splashBody {
	background-image: url("/images/splashBg.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;;
}

table#splashTable {
	margin: 0;
	padding: 0;
	text-align: center;
}

table#splashTable td image {
	display: block;
}

a.usefulLinks:link, a.usefulLinks:visited {
	color: #666666;
	padding: 2px;
}

a.usefulLinks:hover, a.usefulLinks:active {
	color: #ffffff;
	background-color: #39836C;
	padding: 2px;
	text-decoration: none;
}

.formField {
	border: 1px  #000000 solid;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	
}

.formFieldFocus {
	border: 1px #39836C solid;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #F9F9F9;
}

.formButton {
	border: 1px #39836C solid;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #F9F9F9;
	color: #000000;
	cursor: pointer;
}

.formLabel {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}


.siteMap {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 105%;
}

p.siteMap {
	margin-top: 10px;
	margin-bottom: 2px;
}

ul.siteMap {
	margin-top: 3px;
	color: #666666;
	list-style-type: square;
}

ul.siteMap li {
	padding-top: 2px;
	padding-bottom: 2px;
}

a.siteMap:link, a.siteMap:visited {
	color: #39836C;
	background-color: #ffffff;
	text-decoration: none;
}

a.siteMap:hover, a.siteMap:active {
	color: #ffffff;
	background-color: #39836C;
	text-decoration: none;
}

a.photoTour:link, a.photoTour:visited {
	color: #ffffff;
	background-color: #39836C;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

a.photoTour:hover, a.photoTour:active {
	color: #39836C;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

p#headingContainer {
	color: #39836C;
	font-size: 120%;
	margin-bottom: 3px;
	text-align: center;
	font-weight: bold;
}

img#imageContainer {
	margin: 2px;
}

p#captionContainer {
	margin-top: 3px;
	margin-bottom: 10px;
}