<!--<style>


#tabOne {
    background-color: #FFFFFF;
    border: 1px solid #009933;
    padding-top: 1em;
    margin: 0em, 1em, 1em, 1em;
    width: 100%;
}

#objectNavButtons {
    text-align: right;
    margin: 0.5em, 1em, 0em, 3em;
}

#objectNavButtons span {
	width: 4em;
}

.spacer {
	display: inline;
	clear: both;
}

#imageDiv {
	text-align: center;
	margin-left: 1em;
	margin-top: 0.2em;
}

#mainImage {
	width: 16em;
	height: 270px;
	text-align: center;
	float: left;	
}

#mainImage a img, .smallImage a img {
	border: 0px;
	text-align: center;
	border: 1px solid black;
}

#tabOne p {
	margin-top: 1em;
}

#otherImages {
	clear: right;
	text-align: center;
	width: 16em;
	margin-top: 0.5em;
}
/* I tried putting in 	float: left;	*/
/* and			margin-bottom:	1 em;	- which had no effect */

.smallImage {
	float: left;
	width: 8em;
	text-align: center;
}
/* smallImage used to contain also 	height: 110px;	*/
/* and I tried putting in		margin: 0em 0em 0em 0.5em;	*/

.cell {
	float:	left;
	height: 100%;
	margin: 1em;
}
/* I tried removing 	float: left;	*/

#description, #attributeTable, #resourceTable {
	display: none;
	width: 27em;
	height: 100%;
}

#resourceTable {
	padding-left: 5em;
}

#title {
	width: 27em;
}

#tabTabs {
	width: 100%;
	margin: 0.5em, 1em, 0em, 3em;
}

div#tabTabs span.span-left a {
	text-decoration: none;
	border-top: solid 1px #009933;
	border-left: solid 1px #009933;
	border-right: solid 1px #009933;
	height: 100%;
	width: 6em;
	text-align: center;
}

div#tabTabs span {
	height: 1.5em;
}

div#tabTabs span.span-right a {
	border: 0;
}

div#tabTabs span.span-left a:hover {
	background: #006633;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
}
	
/* Why doesn't the table inherit the body's font? */
table tr td {
	font:15px/20px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

table {
	border: 1px solid #CCCCCC;
}

td.fieldType {
	text-align: right;
	vertical-align: top;
	padding: 0em 1em 0em 0em;
}

#selectedOne {
	background-color: #009933;
	color: #FFFFFF;
}

</style>
-->
