/* CSS Document */

body {
	background-color: #F7FADA;
}
#banner {
	display: block;
	height: 250px;
	width: 900px;
	position: absolute;
	left: 80px;
	top: 15px;
	z-index: 5;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #38352C;
	display: block;
	padding: 15px;
	height: 560px;
	width: 762px;
	position: absolute;
	left: 110px;
	top: 270px;
	border-right: 1px solid #85722D;
	border-bottom: 1px solid #85722D;
	border-left: 1px solid #85722D;
	z-index: 100;
	overflow: auto;
}
#content a:hover {
	color: #797F8B;
}

#content a:link {
	color: #8C7C35;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #8C7C35;
	text-decoration: none;
}


.churchtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	border: 1px solid #FFF;
	background-color: #DEDBA6;
	padding: 0.3em;
	width: 380px;
}

.table {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	display: block;
	width: 400px;
}
#pdf {
	display: block;
	height: 341px;
	width: 418px;
	position: absolute;
	z-index: 200;
	left: 488px;
	top: 338px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content_freshman {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #38352C;
	display: block;
	padding: 15px;
	height: 860px;
	width: 762px;
	position: absolute;
	left: 109px;
	top: 260px;
	border-right: 1px solid #85722D;
	border-bottom: 1px solid #85722D;
	border-left: 1px solid #85722D;
	z-index: 100;
	
}
#content_freshman a:hover {
	color: #797F8B;
}

#content_freshman a:link {
	color: #8C7C35;
	text-decoration: none;
	font-weight: bold;
}
#content_freshman a:visited {
	color: #8C7C35;
	text-decoration: none;
}
