/* general formatting */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;
	background-color: #D5F1DE;
}

/* fix for height stuff up in netscape */
html {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 
.imgborder {
	border: 1px solid #006066;
}
.gallery-table {
	width: 100%;
}
.gallery-table td {
	width: 25%;
	vertical-align: top;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 10px;
	color: #085A25;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;	
}
.menu-table {
	position: absolute;
	right: 30px;
	height: 22px;
	width: 477px;
}
.menu-table td {
	background-image: url(../images_template/menu-bg-grad.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.menu-table td a, .menu-table td a:visited, .menu-table td a:active {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #085A25;	
	font-weight: bold;
	display: block;
	height: 22px;
	color: #006066;
	text-decoration: none;
	padding-top: 2px;
}
.menu-table td a:hover, .current-page {
	color: #093D1B;
	text-decoration: underline;
}

.noborder {
	border: 0px;
}

.formobjects {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003333;
	background-color: #CEECD7;
	border: 1px solid #91CCA4;
	letter-spacing: 2px;
}

.formbuttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003333;
	background-color: #91CCA4;
	border: 1px solid #006066;
	letter-spacing: 2px;
}