
#body 
{
	width:800px;
	font-family: Tahoma;
	font-size: 10pt;
}
.thumb
{
	display: inline;
	cursor: pointer;
}
.menubar
{
	border: 0px 0px 3px 0px solid black;
	background-color: gray;
	text-align: right;
}
.colored
{
	background-color: #333950;
}
#displaydiv
{
	position: absolute;
	width: 750;
	background-color: #333950;
	border: 4px solid black;
	text-align: center;
}
#displayimg
{
	width: 100%;
}
#pagebody 
{
	font-family: Tahoma;
	font-size: 10pt;
}
#pagebody ul li a {
	text-decoration: underline;
	color: black;
}
#pagebody ul li a:hover {
	color: blue;
}
#pagebody table tr td
{
	font-family: Tahoma;
	font-size: 10pt;
}
#bodyhead
{
	font-family: Tahoma;
	font-size: 11pt;
	text-align: justify;
}
#contactbox {
	border: 2px solid #333950;
	text-align: center;
	float: right;
	margin: 2px;
	padding: 2px;
}
#contactbox a {
	text-decoration: underline;
	color: black;
}
#contactbox a:hover {
	color: blue;
}
#nav {
	padding: 5px 5px 15px 5px;
	text-align: center;
}
#nav ul { 
	padding: 0;
	margin: 0;
	float: left;
	white-space: nowrap;
	width: 790px;
}
#nav ul li {
	display: inline;
	border: 1px solid #000000;
}
#nav ul li a {
	color: 333950;
	padding: 2px 18px 2px 18px;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #333950;
	padding: 2px 18px 2px 18px;
	color: white;
	text-decoration: underline;
}
