body {
	color: rgb(0, 102, 0);
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
	
h1 {
	font-size: 16px;
	font-weight: bold;
}

a, a:link, a:visited {
	color: rgb(0, 102, 0);
	text-decoration: underline;
}

a:hover {
	color: White;
	text-decoration: none;
	background-color: Silver;
}

div#imglinks a span {
	display: none;
}
	
div#imglinks a:hover span {
	border: 0px;
	display: block;
	position: absolute;
	top: auto;
	left: auto;
}
	
div#centercontent {
	width: 820px;
	padding: 10px;
	margin-left: auto;
   margin-right: auto;
	text-align: center;
}
	
div#gapper {
	width: 40px;
	color: White;
	float: left;
}
	
div#datacolumn {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgb(243, 243, 243);
	text-align: left;
	vertical-align: middle;
	float: left;
   width:175px; 
}

*html div#datacolumn {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgb(243, 243, 243);
	text-align: left;
	vertical-align: middle;
	float: left;
   width:175px; 
	w\idth:188px;
}

div#slideshow {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgb(243, 243, 243);
	text-align: center;
	vertical-align: middle;
	float: left;
   width:500px; 
}

*html div#slideshow {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgb(243, 243, 243);
	text-align: center;
	vertical-align: middle;
	float: left;
   width:500px; 
	w\idth:520px;
}

	
ul {
 	text-align: left;
}

li {
	list-style: disc;
}