//Main table
document.write("<table style='border: 1px solid rgb(204, 204, 204);' bgcolor='#ffffff' border='0' cellpadding='0' cellspacing='0' height='100%' width='780'>\n");
document.write("<tbody>\n");
document.write("<tr height='140'>\n");
document.write("	<td colspan='2' height='140'><a name='top'><a href='index.html'><img src='img/banner.gif' style='border: 0' width='740'></a</td>\n");
document.write("</tr>\n");
document.write("<tr>\n");

//Navigation bar
//document.write("<td><table border=1 width=700><tr>");
document.write("	<td class='darkbar smalltext' style='BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 0px; padding: 3px 0px 3px 0px'>");
document.write("&nbsp;&nbsp;<a href='index.html'>Home</A>");
document.write("&nbsp;&nbsp; |");
//document.write("&nbsp;&nbsp; <img style='VERTICAL-ALIGN: middle' height=20 src='images/dot_clear.gif' width=1>");
document.write("&nbsp;&nbsp; <a href='small_groups.html'>Small Groups</A>");
document.write("&nbsp;&nbsp; |");
document.write("&nbsp;&nbsp; <a href='events.html'>Events</A>");
document.write("&nbsp;&nbsp; |");
document.write("&nbsp;&nbsp; <a href='AudioFiles.html'>Audio Files</A>");
//document.write("&nbsp;&nbsp; |");
//document.write("&nbsp;&nbsp; <a href='roster/'>Rosters</A>");
document.write("&nbsp;&nbsp; |");
document.write("&nbsp;&nbsp; <a href='staff.html'>Staff</A>");
//document.write("&nbsp;&nbsp; |");
//document.write("&nbsp;&nbsp; <a href='training.html'>Training</A>");
document.write("&nbsp;&nbsp; |");
document.write("&nbsp;&nbsp; <a href='mts.html'>MTS/MAP</A>");
//document.write("&nbsp;&nbsp; |");
//document.write("&nbsp;&nbsp; <a href='camp.html'>Camp</A>");
document.write("&nbsp;&nbsp; |");
document.write("&nbsp;&nbsp; <a href='about.html'>About Us</A>");
document.write("</td>\n");
document.write("    <td class='darkbar smalltext' style='BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 0px; padding: 0px' align=right>");
//document.write("&nbsp;&nbsp; <img style='VERTICAL-ALIGN: middle' height=20 src='images/dot_clear.gif' width=1>");
document.write("<a href='contact.html'>Contact</A>&nbsp;&nbsp;");
document.write("</td>\n");
document.write("</tr>");

//document.write("</table></td></tr>");
