table#groupAreaContactTable {
	width: 100%;
}
#groupAreaContactTable thead {
	font-size: 1.5em;
	color: #555;
	background-color: #dfdfdf;
	text-align: left;
	text-indent: .3em;
	font-weight: bold;
}

#groupAreaContactTable tr.odd {
	background-color: #efefef;
	text-indent: .3em;
	font-size: 1.2em;
}

#groupAreaContactTable tr.even {
	background-color: #e0e0e0;
	text-indent: .3em;
	font-size: 1.2em;
}
.supportGroupsText {
	width: auto;
}

.supportGroupsText p {
	text-align: left;
}

.map {
	float: right;
	width: 210px;
	height: 252px;
	position: relative;
	left: .5em;
}

a, a img {
	border: none;
}