body {
	background-color: #fbace3;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: black;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
@media screen {
	/* horizontally center the page */
	body {
		text-align: center;
	}
	#body_inner {
		width: 760px;
		margin: 0 auto;
		text-align: left;
	}
}
/*****************************************************************************/
#masthead {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media print {
	#masthead_image {
		width: 100%;
	}
}
/*****************************************************************************/
#page_layout_table tr { vertical-align: top; }
#page_layout_table td { padding: 0; }
@media screen {
	#page_layout_table { width: 760px; }
	#leftnav_cell { width: 154px; }
	#gutter_cell { width: 21px; }
	#content_cell { width: 585px; }
}
@media print {
	#page_layout_table { width: auto; }
	#leftnav_cell { width: 12%; }
	#gutter_cell { width: 3%; }
	#content_cell { width: 85%; }
}
/*****************************************************************************/
@media screen {
	#leftnav {
		width: 100%;
		_height: 259px; /* only IE recognizes this */
		min-height: 259px;
		background-color: #df3baf;
		background-image: url("/images/background_menu.png");
		background-repeat: no-repeat;
		color: white;
		font-weight: bold;
		font-size: 90%;
	}
	a:hover {
	text-decoration: none;
    }
	#leftnav_inner {
		padding: 5px 5px 5px 25px;
	}
	#leftnav ul {
		margin: 0.5em 0;
		padding: 0;
		list-style-type: none;
	}
	#leftnav li {
		margin: 0.25em 0 0 1em;
		text-indent: -1em;
		padding: 0;
	}
	#leftnav a {
		color: white;
	}
}
@media print {
	#leftnav {
		font-weight: bold;
		font-size: 90%;
	}
	#leftnav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#leftnav li {
		margin: 0.25em 0 0 1em;
		text-indent: -1em;
		padding: 0;
	}
}
/*****************************************************************************/
@media screen {
	#content {
		width: 100%;
		background-color: white;
	}
	#content_inner {
		padding: 10px 32px;
	}
}
#content {
	font-weight: bold;
}
/*****************************************************************************/
#footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 90%;
}
#footer p {
	margin: 0.5em 0;
}
@media print {
	#footer_bar {
		width: 100%;
	}
}
/******************************************************************************
	Generic
******************************************************************************/
p {
	margin: 0.9em 0 0 0;
}
h1 {
	font-size: 200%;
	margin: 0.45em 0 0 0;
}
h2 {
	font-size: 150%;
	margin: 0.6em 0 0 0;
}
h3 {
	font-size: 125%;
	margin: 0.72em 0 0 0;
}
h4 {
	font-size: 100%;
	margin: 0.9em 0 0 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin-top: 0.5em;
	margin-bottom: 0;
}

p.scripture {
	margin-top: 0;
	font-style: italic;
}
/******************************************************************************
	For Prayer Requests/Recommended Reading Pages
******************************************************************************/
.note {
	color: #999999;
	font-size: smaller;
	font-style: italic;
}
body.comments .comment {
	margin: 1.5em 0;
	border-top: solid 1px #cccccc;
}
body.comments div.edit-link {
	float: right;
	text-align: right;
	width: 10%;
}
body.comments .comment .title {
	font-size: 150%;
	margin: 0 0 0 0;
}
body.comments .comment .byline {
	font-size: 100%;
	color: #999999;
	margin: 0;
}
body.comments .comment .content {
	margin: 0.5em 0 0.5em 2em;
}
/*****************************************************************************/
.error {
	color: red;
}
.notice {
	color: red;
	padding: 4px;
	border: solid 2px red;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*****************************************************************************/
@media print {
	body.print_magnifies { font-size: 15pt; }
	body.print_only_prints_content #masthead { display: none; }
	body.print_only_prints_content #leftnav_cell { display: none; width: 0%; }
	body.print_only_prints_content #gutter_cell { display: none; width: 0%; }
	body.print_only_prints_content #content_cell { width: 100%; }
	body.print_only_prints_content #leftnav { display: none; }
	body.print_only_prints_content #footer { display: none; }
	.hide_from_printing { display: none; }
}

.order_form {
	text-align: right;
}
th.order_form {
	text-align: center;
	border: thin Black solid;
}
/*****************************************************************************/
p.comment_buttons {
	margin-top: 2em;
}
.comment_button {
	border: 4px outset;
	padding: 2px;
	text-decoration: none;
}
.comment_button:active {
	border: 4px inset;
	padding: 2px;
	text-decoration: none;
	color: #cc0066;
}

/****************** BRIC IMAGE STYLES *******************/
p.left { text-align:left; }
p.center { text-align:center; }
p.right { text-align:right; }
p.floatLeft {
	float:left;
	clear:left;
	padding-right:10px;
	padding-bottom:5px;
}
p.floatRight {
	float:right;
	clear:right;
	padding-left:10px;
	padding-bottom:5px;
}
/****************** END BRIC IMAGE STYLES *******************/
