-
Notifications
You must be signed in to change notification settings - Fork 1
/
order_of_worship.html
204 lines (194 loc) · 6.49 KB
/
order_of_worship.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kalamazoo Mennonite Fellowship, June, 2010</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type='text/css'>
.header{
width: 100%;
left: 0%
}
.colmask{
width: 100%;
left: 0%
}
.colmid{ right: 40% }
.colleft{ right: 35% }
.col1{
width: 33%;
left: 101%
}
.col2{
width: 23%;
left: 43%
}
.col3{
width: 38%;
left: 80%
}
.footer{
width: 100%;
left: 0%
}
.header{
clear: both;
float: left;
position: relative;
border-bottom: #000 1px solid;
background-color: #ffffff;
text-align: center;
}
.colmask{
clear: both;
float: left;
overflow: hidden;
position: relative;
background-color: #ffffff
}
.colmid{
float: left;
width: 100%;
position: relative;
background-color: #ffffff
}
.colleft{
float: left;
width: 100%;
position: relative;
background-color: #ffffff
}
.col1{
padding: 0px 0px 1em 0px;
overflow: hidden;
float: left;
position: relative;
background-color: #ffffff
}
.col2{
padding: 0px 0px 1em 0px;
overflow: hidden;
float: left;
position: relative;
background-color: #ffffff
}
.col3{
padding: 0px 0px 1em 0px;
overflow: hidden;
float: left;
position: relative;
background-color: #ffffff
}
.footer{
clear: both;
float: left;
position: relative;
border-bottom: #000 0px solid;
background-color: #ffffff
}
.bottom{
clear: both;
width: 100%;
float: left;
position: relative;
background-color: #cdeb8b
}
body {
border-width: 0px;
padding: 0px;
margin: 0px;
font-size: 90%;
width: 100%;
min-width: 600px;
font : normal 12px/1.6em Georgia, verdana, Arial, Helvetica, sans-serif;
}
h1 { color : #666;margin: 0px 0px 10px 0px;padding-bottom : 0px;font : normal 24px Georgia, serif;border-bottom : 0px solid #efece7;}
h2 {color : #666;margin : 20px 0 10px;padding-bottom : 0px;font : normal 17px Georgia, serif;border-bottom : 0px solid #efece7;}
h3 {color : #666;margin : 10px 0;padding-bottom : 0px;font : normal 14px Georgia, sans-serif;border-bottom : 0px solid #efece7;}
</style>
</head>
<body>
<div class="bottom">
<div class="header">
<h2>Simplicity. Service. Peace. Worship. Community. Jesus.</h2>
<h1><img src="images/green_dove.png" alt="Menno Dove" height="24px" valign="center"/>Kalamazoo Mennonite Fellowship</h1></div>
</div>
<div class="colmask">
<div class="colmid">
<div class="colleft">
<div class="col1">
<h2><a href="http://lectionary.library.vanderbilt.edu/lections.php?year=A&season=Easter">Readings</a></h2>
<h3>June 2, 2011</h3>
<p>Ascension of the Lord</p>
<ul>
<li>Acts 1:1-11
<li>Psalm 47
<li>Ephesians 1:15-23
<li>Luke 24:44-53
</ul>
<h3>June 12, 2011</h3>
<p>Day of Pentecost</p>
<ul>
<li>Acts 2:1-21
<li>Psalm 104:24-34, 35b
<li>1 Corinthians 12:3b-13
<li>John 20:19-23
</ul>
<h3>June 19, 2011</h3>
<p>Trinity Sunday</p>
<ul>
<li>Genesis 1:1-2:4a
<li>Psalm 8
<li>2 Corinthians 13:11-13
<li>Matthew 28:16-20
</ul>
<h3>June 26, 2011</h3>
<p>Second Sunday after Pentecost</p>
<ul>
<li>Genesis 22:1-14
<li>Psalm 13
<li>Romans 6:12-23
<li>Matthew 10:40-42
</ul>
</div>
<div class="col2">
<h2>Kalamazoo Mennonite Fellowship<br />Order of Worship</h2>
<h2>June, 2010</h2>
<ul>
<li>Welcome
<li>Opening prayer and song
<li>Centering Silence and confession
<li>Prayer and announcement of forgiveness
<li>Readings and Songs of Worship: <i>Address one another in psalms and hymns
and spiritual songs</i>
<li>Teaching & Reactions
<li>Joys and Concerns with Prayer
<li>Offering and Other Announcements
<li>Benediction and closing song
</ul>
</div>
<div class="col3">
<h2>Prayer and Mission List</h2>
<p><center><a href="http://www.flickr.com/photos/lapstrake/2468284738/" target="_new"><img src="images/michigan_tulips.jpg" alt="Michigan tulips" title="'Two-Tone Tulips' by Tom Gill" width="150" /></a></center></p>
<h2>Conference and Local</h2>
<ul>
<li>Indiana-Michigan Conference, especially Dan Miller (conference minister) and the Missional Leadership Team (executive committee).
<li>Kalamazoo Loaves and Fishes. </li>
<li>Campus Ministries at Western Michigan University and Kalamazoo College</li>
</ul>
<h2>Friends Far and Wide</h2>
<ul>
<li>David and Hilary Ker, Wycliffe Bible Translators in southern Africa.</li>
<li>Joe and Sharon Rosa, Dakar Academy, Senegal, Africa</li>
<li>JC and Lois Ebersole (and Andrea and Kyle), Eastern Mennonite Missions in Ghana.</li>
<li>Carlos and Rebecca Pinto, Latin American Missions.
<li>Michael Ayuen Kuany and Rebuild Sudan.
</ul>
</div>
</div>
</div>
</div>
<div class="footer">
</div>
</div>
</body>
</html>