#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #006600;
visibility: hidden;
z-index: 10;
cursor: pointer;
text-align: center;
font: 12px Arial;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 2px;
line-height: 1.1em;
color: #FFFFFF;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #663300;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}
.address A:link {color: #000000; text-decoration: none}
.address A:visited {color: #000000; text-decoration: none}
.address A:active {color: #000000; text-decoration: none}
.address A:hover {color: #006600}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #9C9A63;
	font-weight: bold;
}
#navbar a:link {
	color: #2E5B00;
	text-decoration: none;
}
#navbar a:visited {
	color: #2E5B00;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #2E5B00;
	color: #FFFFFF;
}
.links A:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.links A:visited {color: #000000; text-decoration: none}
.links A:active {color: #000000; text-decoration: none}
.links A:hover {color: #006600}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	color: #663300;
	list-style-image: url(images/bullet.gif);
	line-height: 24px;
}
.photos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.formtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #663300;
}
.linkout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.borderall {
	border: #006600;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
