a:link, a:hover, a:active {
	text-decoration:underline;
	color: black;
}
a:visited {
	color:#666666;
}

html, body {
	color:#000000;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	
}

caption {
	width:400px;
}
#thumbnails {
	margin-top: 30px;
	height: 96px;
}

img {
	padding: 0;
	border: none;
	vertical-align: bottom;
}

div.thumb {
	float: left;
	margin: 0 10px 10px 0px;
	border: 1px solid #999999;
}


#image {
	clear:both;
	margin-top: 10px;
}

img#imglarge {
	border: solid 1px #999999;
}

ul#menu {
	margin-top: 36px;
	list-style-type: none;
	margin-left: 25px;
	padding-left: 0px;
}

#menu a {
	display: block;
	width:16em;
}

#menu li.heading {
	margin-left: -10px;
	margin-top: 10px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

#menu a:hover, #menu a:active {
	color: #666;
	text-decoration: none;
	border: 1px dashed #666;
}

#leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	width: 185px;
	height: 100%;
	position: absolute;
	z-index: 1;
}
#main {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 230px;
	z-index: 0;
}
#text {
	width: 640px;
	margin-top: 18px;
	font-size: x-small;
}
ul.sub {
	margin-left: 24px;
	list-style-type: circle;
	padding: 0;
}
h1 {
	font-size: 1.5em;
}
#menu .sub a {
	width: 13em;
}
address {
	font-style: normal;
}
#main #text p strong {
	font-size: x-small;
}

