@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5981A3;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333333;
	margin-top: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 16px;
	color: #674D2D;
	text-transform: uppercase;
	font-weight: 600
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #335799;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
	font-weight: bold;
	font-size: 93%;
	margin-bottom: 5px;
}
h4 {
	color: #335799;
	font-weight: 800;
	font-size: 140%;
	margin-bottom: 1px;
	margin-top: 0px;
}
li {
font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	line-height: 1.5em;
	color: #333333;
	margin-top: 8px;
	list-style-type: square;
}
div#container {
	width : 770px;
	margin : 12px auto;
	text-align : left;
	padding: 0px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
}
div#title_graphic {
	width : 770px;
	height : 100px;
	margin : 0px 0px 0px 0px;
	background : url(images/gt-st_header.jpg) no-repeat;
	text-indent : -9999px;
}
div#title-scripture{
	text-align: left;
	padding-left: 16px;
	background-color: #BEC6CD;
	height: 24px;
}
div#date-pastor{
	text-align: left;
	padding-right: 20px;
	height: 20px;
	padding-top: 15px;
	padding-left: 25px;
}
div#back{
	text-align: right;
	padding-right: 13px;
	height: 13px;
}
div#content {
	width : 730px;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
}
a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #3300FF;
}
.scripture {
	color: #666666;
	font-weight: 200;
	font-size: 95%;
}
.date {
	color: #333333;
	font-style: italic;
	font-size: 95%;
}
.btt {font-size: 80%;}

.bullet {
	color: #996600;
	font-weight: 900;
}

