<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* LifeWay - Home Page Stylesheet */
/* Coded with love by Eric Murrell and Cleve Persinger - "The Power Team" */

#dummystyle {
	margin: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {color: #333333; text-decoration: underline;} /* styles the "more" link */
a:visited {color: #333333; text-decoration: underline;}
a:hover{color: #333333; text-decoration: none;}
a:active {color: #333333; text-decoration: underline;}
/* --- Styles for the main construction of the page --- */
#main_content_container {
	width: 779px;
	padding: 0px;
	padding-bottom: 0px;
}

#left_column {
	width: 618px;
	padding-left: 6px;
	margin-right: 12px;
	float: left;
}

#right_column {
	width: 135px;
	padding-right: 6px;
	float: left;
}

/* --- Styles for the main story on the home page --- */
#main_story_container {
	width: 612px;
	height: 201px;
	padding: 2px;
	border: 1px #d6d4d3 solid;
	margin-bottom: 3px;
}

#main_story_container a:link {color: #626262; text-decoration: none;} /* styles the "more" link */
#main_story_container a:visited {color: #626262; text-decoration: none;}
#main_story_container a:hover{color: #626262; text-decoration: underline;}
#main_story_container a:active {color: #626262; text-decoration: none;}

#main_story_container img{
	float: left;
	margin: 3px 16px 3px 3px;
}

#main_story_container h3 { /* The orange main story header */
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main_story_container h3 a:link {text-decoration: none;} /* link styles for the main story header */
#main_story_container h3 a:visited {text-decoration: none;}
#main_story_container h3 a:hover {text-decoration: underline;}
#main_story_container h3 a:active {text-decoration: none;}

.main_story_teaser {
	margin: 0px;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* --- Styles for the sub sections on the home page (ie: ministry, life, family) --- */

/* For the container around all 3 sections... */
#sub_section_container {
	width: 618px;
}

#sub_sections {
	width: 618px;
	height: 100%;
}
#sub_section_container img{ /* styles the image in each sub section */
	float: left;
	margin: 7px 20px 37px 3px;
}

#sub_section_container ul{ /* styles the bulleted list in each */
	padding-top: 4px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 130%;
	list-style-image: url(/lwc/images/bullet.gif);
}

#sub_section_container li{
	margin-bottom: 4px;
}

#sub_section_container a:link {color: #000; text-decoration: none;} /* link styles for bulleted list */
#sub_section_container a:visited { color: #000; text-decoration: none;}
#sub_section_container a:hover{color: #000; text-decoration: underline;}
#sub_section_container a:active {color: #000; text-decoration: none;}

/* --- For the structure of each sub-section --- */
#sub_top { /* the colored box at the top of each */
	width: 202px;
	height: 15px;
	text-align: center;
}

#sub_top h3{
	margin: 0px;
}

.sub_section_header { /* the text and arrow in the top box */
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;	
	background: url(/lwc/images/white_arrow.gif) no-repeat;
	background-position: inherit;
	padding-left: 20px;
}

#sub_top2 { /* the colored box at the top of the middle box */
	height: 15px;
	text-align: center;
}

#sub_top2 h3{
	margin: 0px;
}

.sub_section_header2 { /* the text and arrow in the top-middle box */
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;	
	background: url(/lwc/images/white_arrow.gif) no-repeat;
	background-position: inherit;
	padding-left: 20px;
}

#sub_middle { /* the middle section containing the image and bulleted list */
}

#sub_bottom { /* the box at the bottom of each */
	width: 204px;
	height: 15px;
	text-align: center;
	float: left;
	font-size: 11px;
}

#sub_bottom a:link {color: #000; text-decoration: none;}
#sub_bottom a:visited {color: #000; text-decoration: none;}
#sub_bottom a:hover{color: #be4a1d; text-decoration: none;}
#sub_bottom a:active {color: #000; text-decoration: none;}

#sub_bottom2 { /* the box at the bottom of the middle box */
	width: 204px;
	height: 15px;
	text-align: center;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
}

#sub_bottom2 a:link {color: #000; text-decoration: none;}
#sub_bottom2 a:visited {color: #000; text-decoration: none;}
#sub_bottom2 a:hover{color: #be4a1d; text-decoration: none;}
#sub_bottom2 a:active {color: #000; text-decoration: none;}

#subs_bottom_float { /* contains all 3 bottoms of the boxes to give the illusion of equal sized columns */
	width: 618px;
	margin-top: 0px;
}

#ministry_sub {
	width: 202px;
	padding: 0px 1px 0px 1px;
	float: left;
}

#life_sub {
	width: 202px;
	padding: 0px 1px 0px 1px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

#family_sub {
	width: 202px;
	padding: 0px 1px 0px 1px;
	float: left;
}

/* --- Styles for the Bottom Content Container --- */

/* For the container around all bottom content */

#bottom_content_container {
	width: 618px;
	padding: 0px;
	margin-top: -11px;
}

#bottom_left_column {
	width: 306px;
	margin-right: 6px;
	float: left;
}

#bottom_right_column {
	width: 306px;
	float: left;
}

#bottom_right_column a:link {color: #000; text-decoration: none;}
#bottom_right_column a:visited {color: #000; text-decoration: none;}
#bottom_right_column a:hover {color: #626262; text-decoration: underline;}
#bottom_right_column a:active {color: #000; text-decoration: none;}

/* For the structure of all the content */

#bottom_header {
	width: 306px;
	height: 21px;
	background: url(/lwc/images/bottom_header_bg.jpg) no-repeat;
}

#bottom_header h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;	
	padding-left: 10px;
	padding-top: 3px;
	margin: 0px;
}

/* For the what's new container */
#whats_new_container {
	background-color: #f4f4f4;
	margin-top: 3px;
	padding: 9px;
}

#whats_new_main {
	padding-bottom: 10px;
	zoom: 1;
}

#whats_new_main a:link {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}
#whats_new_main a:visited {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}
#whats_new_main a:hover {color: #000; font-weight: bold; font-size: 14px; text-decoration: none;}
#whats_new_main a:active {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}

.whats_new_text { /* for the paragraph styles in the what's new container */
	font-size: 10px;
	line-height: 130%;
	margin-top: 5px;
}

#whats_new_main img{
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
}

/* For the sub-section in what's new */

#whats_new_sub {
	border-top: 1px dashed #d3d3d3;
	padding-top: 10px;
	padding-bottom: 5px;
	zoom: 1;
}

#whats_new_sub img{
	float: right;
	margin-left: 16px;
	margin-bottom: 10px;
}

.whats_new_sub_text { /* paragraph styles in the sub section of the what's new container */
	font-size: 10px;
	line-height: 130%;
	margin-top: 5px;
}

#whats_new_sub h5{
	margin: 2px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

#whats_new_sub a:link {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}
#whats_new_sub a:visited {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}
#whats_new_sub a:hover {color: #000; font-weight: bold; font-size: 14px; text-decoration: none;}
#whats_new_sub a:active {color: #000; font-weight: bold; font-size: 14px; text-decoration: underline;}

/* For today's word */
.todays_word_text {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 10px 0px 10px;
}

#scripture_reference {
	font-size: 10px;
	font-style: italic;
	color: #626262;
	margin: 5px 10px 15px 10px;
}

#scripture_reference a:link {color: #626262; text-decoration: none;}
#scripture_reference a:visited {color: #626262; text-decoration: none;}
#scripture_reference a:hover {color: #626262; text-decoration: underline;}
#scripture_reference a:active {color: #626262; text-decoration: none;}


/* For upcoming events */
.upcoming_event {
	font-size: 10px;
	line-height: 130%;
	margin: 10px 10px 9px 10px;
}

.event_top {
	font-weight: bold;
	font-size: 11px;
}



/* --- Styles for the right column on the home page --- */

/* For ads */

#ad_box {
	width: 133px;
	border: 1px solid #d6d4d3;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}

#ad_text {
	text-align: center;
	font-size: 9px;
	color: #626262;
}

#ad_text a:link {color: #626262; text-decoration: underline;}
#ad_text a:visited {color: #626262; text-decoration: underline;}
#ad_text a:hover {color: #626262; text-decoration: underline;}
#ad_text a:active {color: #626262; text-decoration: underline;}

#ad_box:hover{
	background-color: #f4f4f4;
}

#ad_box img {
	margin-left: 6px;
	border: none;
}

/* For the three dark-background links */
#dark_links_box {
	width: 132px;
	height: 15px;
	background-color: #6d6d6d;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 2px;

}

#dark_links_box a:link {color: #fff; text-decoration: none;}
#dark_links_box a:visited {color: #fff; text-decoration: none;}
#dark_links_box a:hover {color: #fff; text-decoration: none;}
#dark_links_box a:active {color: #fff; text-decoration: none;}

.dark_links_text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;	
	background: url(/lwc/images/grey_arrow.gif) no-repeat;
	background-position: inherit;
	padding-left: 16px;
}

/* For the quick links section */
#quick_links_header {
	width: 132px;
	height: 15px;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}

#quick_links_header h3{
	margin: 0px;
}

.quick_links_header_text {
	color: #474B37;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;	
	background: url(/lwc/images/white_arrow.gif) no-repeat;
	background-position: inherit;
	padding-left: 20px;
}

#quick_links {
	margin-bottom: 10px;
}

#quick_links a:link {color: #000; text-decoration: none;} /* link styles for the quick links */
#quick_links a:visited {color: #000; text-decoration: none;}
#quick_links a:hover {color: #AB2C3F; text-decoration: none;}
#quick_links a:active {color: #000; text-decoration: none;}

#quick_links ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 140%;
}

#quick_links li { /* creates the box behind each quick link */
	list-style-type: none;
	width: 117px;
	background: url(/lwc/images/quick_link_new_bg.jpg) no-repeat;
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 16px;
	margin-left: 0px;
	border: 1px #d6d4d3 solid;
}

#quick_links li:hover { /* creates hover effect for good browsers */
	background: url(/lwc/images/quick_link_new2_bg.jpg) no-repeat;
	border: 1px #A6A6A6 solid;
}
#static_wrap {
	padding:15px 25px 10px 25px;
	min-height:300px;
	height:auto !Important;
	height:300px;
}
#static_wrap p{
	line-height:140%;
	margin-bottom:15px;
}
#static_wrap h1 {
	font-size:19px;
	font-weight:normal;
	margin-bottom:10px;
}</pre></body></html>