div#maincontent {
	margin-right: 260px;
}

div#maincontent table {
	margin-left: 20px;
	border-collapse: collapse;
}

div#maincontent td {
	padding: 4px 6px;
	background-color: rgb(253, 246, 148);
	border: thin solid rgb(99, 114, 76);
	font-size: smaller;
	font-weight: bolder;
}

div#maincontent td + td {
	font-weight: normal;
	color: rgb(99, 114, 76);
	background-color: white;
}

div#maincontent span.date {
	padding: 3px;
	background-color: rgb(253, 246, 148);
}

div#maincontent img.progressimage {
	display: block;
	margin: 10px auto;
}

div#maincontent p a {
	font-family: inherit;
	color: blue;
}

div#maincontent p a:hover {
	text-decoration: underline;
}

/********** Contact **********/

div#contact h3 {
	text-align: left;
}

div#contact img {
	display: inline;
	margin-bottom: -10px;
	padding-right: 20px;
}

div#contact p.contactinfoitem {
	text-indent: 20px;
	color: rgb(9, 114, 76);
}

div#contact p.contactinfoitem a {
	font-family: inherit;
	color: rgb(9, 114, 76);
}

/********** Location **********/

div#location h3 {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	text-align: left;
}

div#map {
	text-align: center;
	margin-top: 20px;
	width: 300px;
	height: 200px;
	height: auto;
}

