
document.write('<STYLE TYPE="text/css">');
document.write('.footer { ');
document.write('	font-family:  Arial, sans-serif;');
document.write('	font-size: 10pt;');
document.write('	text-decoration: none;');
document.write('	color: #000000;');
document.write('}  ');


document.write('   test   ');



document.write('.footerlink {');
document.write('	font-family : Arial, sans-serif ;');
document.write('	font-size : 10pt;');
document.write('	text-decoration: underline;');
document.write('	color: #05583C;');
document.write('}  ');


document.write('a.footerlink {');
document.write('	font-family : Arial, sans-serif ;');
document.write('	font-size : 10pt;');
document.write('	text-decoration: underline;');
document.write('	color: #05583C;');
document.write('}  ');

document.write('a.footerlink:hover {');
document.write('	text-decoration: underline;');
document.write('	font-family: Arial, sans-serif;');
document.write('	font-size: 10pt;');
document.write('	color: #000000;');
document.write('	background: #E5B837');
document.write('} ');




document.write('</STYLE>');





document.write('<table width=740 height=28 cellpadding=0 cellspacing=0 border=0><tr><td bgcolor=01A719 background=green_bg.gif align=center><font size=3 color=ffffff><a href="/directions.html" class=headerlink>Directions</a> &nbsp;|&nbsp; <a href="/prayer_resources.html" class=headerlink>Prayer Resources</a>  &nbsp;|&nbsp; <a href="/links.html" class=headerlink>Links</a> &nbsp;|&nbsp; <a href="/contactus.html" class=headerlink>Contact Us</a></td></tr></table>');




document.write('</table>');
document.close();

