		//Center body of page will be inserted by the calling page
		//before this script is called.
					document.write("</td>");
				document.write("</tr>");
			document.write("</table>");
		document.write("</td>");
		//Right Column
	document.write("</tr>");
document.write("</table>");

//Add the Footer Lines

document.write("<table width=\"743\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Bottom\">");
	document.write("<tr>");
	  document.write("<td width=\"135\" align=\"right\">&nbsp;</td>");
	  document.write("<td width=\"606\" align=\"right\" background=\"" + page_path + "images/BG-Grad2.jpg\"><img src=\"" + page_path + "images/MiddleCol6and7Bottom.gif\" width=\"164\" height=\"87\" class=\"MoveLeft\"></td>");
	document.write("</tr>");
document.write("</table>");
document.write("<table width=\"743\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Bottom\">");
	document.write("<tr>");
		document.write("<td><img src=\"" + page_path + "images/BottomBar-Transparent.gif\" width=\"743\" height=\"31\"></td>");
	document.write("</tr>");
document.write("</table>");

//ORIGINAL CODE
//-------------
//document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"" + pagewidth + "\" class=\"Bottom\">");
//	document.write("<tr>");
//		document.write("<td align=\"right\">");
//			document.write("<img src=\"" + image_path_only + "MiddleCol6Bottom.jpg\" width=\"153\" height=\"70\">");
//			document.write("<img src=\"" + image_path_only + "MiddleCol7Bottom.jpg\" width=\"11\" height=\"89\">");
//		document.write("</td>");
//	document.write("</tr>");
//	document.write("<tr>");
//		document.write("<td align=\"left\"><img src=\"" + image_path_only + "BottomBar.jpg\" width=\"750\" height=\"31\"></td>");
//	document.write("</tr>");
//document.write("</table>");