#content {
	border: none;
}

.contentheading {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	color: #f80;
	font-size: 24px;
	padding-bottom: 10px;
}

.tocGalleys {
	padding-right: 40px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

/* standard formatting */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/web/20260228131537im_/http://www.globalmissiology.org/templates/gm_2010/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

legend {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}

.hasTip img {
	border: none;
}

.highlight {
	font-weight: bold;
}

#rightSidebar ul.menu li {
    display: block;
}
#rightSidebar > div.moduletable {
	border-bottom:1px dotted #CCCCCC;
	padding: 6px 0 12px;
}
#rightSidebar > div.moduletable:last-child {
	border-bottom:none;
}


.team-member {
	margin:0;
	border-bottom:1px dotted #999;
	padding:32px 0;
}
.team-member:after {
	clear:both;
	display:table;
	content: "";
}
.team-member .team-member-photo {
	float:left;	
	margin:0 15px 0 0;	
}
.team-member .team-member-profile {
}
.team-member img {
	max-width:150px;
	max-height:150px;
}
.team-member .team-member-name {
	font-size:24px;	
}
.team-member .team-member-title {
	text-transform: uppercase;
}
.team-member .team-member-bio {
	margin-top:10px;
}