﻿.phoneNumber {
	font-style:oblique;
	font-family:Arial, Helvetica, sans-serif;
}
#content_container img {
	float: left;
	padding-right: 10px;
}
#pageContent {	
}
.pageItemsHolder {
	display: table-row;
	float: left;
	width: 550px;
	padding-top: 2em;
	padding-bottom: 2em;
}
.pageImage {
	padding-top:2.5em;
}
.pageItems li{
	margin-bottom:0.4em;
}
.firstWord {
	font-weight:bold;
	font-size:larger;
}
.headerDescription {
	display:block;
	font-weight:bold;
}
.presentationsTable td {
	padding: 1em 0.5em 1em 0.5em;
}
.presentationsTable .middleRow {
	border-left: thin black groove;
	border-right: thin black groove;
}
.presentationsTable th {
	
	font-weight:bold;
	font-style:oblique;
}
.presentationsTable thead{
	border:medium black solid;
}
.linksContainer p a {/*link*/
	display:table-row;
}
.linksContainer p span {/* links description */
	font-family:Arial, Helvetica, sans-serif;
}
#content_container h3 {
		padding-left:1.5em;
		border-bottom:thin #444422 solid;
}
.classes li {/*classes list item style for bible study page*/
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.button {
	border: thin solid #531818;
	color: #000000;
	font-style: oblique;
	font-weight: bold;
	background-color:#EEEECC;
	margin:2px;
}
.button:hover {
	background-color:#CCCC99;
	cursor:pointer;
}