/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
td {
    vertical-align: top;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}


/* End Reset */


/* Layout */
.TableHeader .Container {
	height: 182px;
	background: white;
}
.Table {
	width: 800px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	border-right: 7px solid white;
	width: 1%;
}
.TableCenter .Container {
	padding: 10px;
}
.TableLeft,
.TableCenter,
.TableRight {
}
.TableFooter {
	background: #999999;
	color: black;
	text-align: right;
	font-size: 75%;
	padding: 15px 70px 15px 0;;
}
.TableFooter a {
	color: black;
}
.TableFooter a:hover {
	color: white;
}
.churchtitle,
.churchtitle_dropshadow,
.churchsubtitle,
.churchsubtitle_dropshadow {
	font-family: times, serif;
	white-space: nowrap;
	position: absolute;
}
.churchtitle, 
.churchsubtitle {
	z-index: 1;
}
.churchtitle_dropshadow,
.churchsubtitle_dropshadow {
	z-index: 0;
}
.churchtitle {
	color: white;
	font-size: 34px;
	left: 38px;
	top: 85px;
}
.churchtitle_dropshadow {
	color: #132968;
	font-size: 34px;
	left: 40px;
	top: 87px;
}
.churchsubtitle {
	font-size: 23px;
	color: white;
	left: 40px;
	top: 120px;
}
.churchsubtitle_dropshadow {
	color: #132968;
	font-size: 23px;
	left: 42px;
	top: 122px;
}

/* General */
body {
	word-wrap: break-word;
	font-size: 90%;
	color: #3A2C2E;
	background: url(../images/bodybg.gif);
	font-family: arial, sans-serif;
}
a {
	color: #FF6600;
}
a:hover {
	color: black;
}
.TableCenter ol, 
.TableCenter ul {
	margin-left: 35px;
	list-style: square !Important;
}
hr {
	height: 1px;
	border: 0; /* FF */
	background: #273446; /* FF */
	color: #273446; /* IE */
}