.floatimgs {
	float: left;
	max-width: 100px;
	margin: 0px 10px 0px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	cursor: pointer;
}

div.floatimgs img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	max-width: 100px;
}

#internalnav { 
	list-style: none;
	margin-left: 0px;
	text-decoration: none;
	line-height: 2;
	text-align: center;
}

#internalnav li a:hover {
	background-color: #FFFFCC;
}

#internalnav li {
	display: inline;
}

#centrecontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #64027A;
	margin-bottom: 1px;
	border-bottom: 1px solid #8977D9;
}

.clearimgs {
	clear: none;
	margin-top: 220px;
}

.returntop {
	clear: both;
	Position: relative;
	float: right;
	font-size: 90%;
	margin-bottom: 40px;
}

.leavespace {
	padding-top: 8px;
}	

