body,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #deb887;
}
a:link {
	color: #354A40;
	text-decoration: none;
}
a:visited {
	color: #354A40;
	text-decoration: none;
}
a:hover {
	color: #736687;
	text-decoration: underline;
}
a:active {
	color: #354A40;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:1px;
}
#container {
	background-image:url(slices/Slice_14.jpg); 
	background-repeat:repeat;
	height: 100%;
	width: 750px;
	border: 1px ridge #a52a2a;
}
#nav {
	float: left;
	width: 155px;
}
#contentBody {
	height: 100%;
	width: 595px;
	float: right;
	text-align:left;
}
#footer {
	background-image:url(slices/Slice_16.jpg);
	float: left;
	width: 750px;
	height: 48px;
	text-align:center;
	font-size: 10px;
}
ul.subMenu {
list-style-type:none;
margin:0px;
padding:0px;
}
li.subMenu {
background-image:url(images/bullet1.png);
background-repeat:no-repeat;
background-position:left;
padding-left:12px;
}
a.subMenu:link {
	color: #354A40;
	text-decoration: none;
}
a.subMenu:visited {
	color: #354A40;
	text-decoration: none;
}
a.subMenu:hover {
	display:block;
	background-color:#A2702D;	
	color: #ffffff;
	text-decoration: none;
}
a.subMenu:active {
	text-decoration: none;
}
/* Form styles */
input.text {
	background-color: white;
	color: black;
	border: 1px solid black;
}
textarea {
	background-color: white;
	color: black;
	border: 1px solid black;
}
input.btn {
	background-color: Silver;
	color: Black;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}
input.btnhov {
	background-color: Black;
	color: Silver;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}
/* end form styles */
.photoTable {
	background-image:url(/images/tablePhotoBack.jpg);
	background-repeat:repeat;
	border:2px solid #999999;
	background-color:#EBD9C1;
}
a.photoTableImage img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a.photoTableImage:hover img {
	background-color:#DEB887;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
