I found the problem, but not on the page you specified.
I found the code below on these pages:
http://beamalarm.com/dept_56.htm
http://beamalarm.com/2006 Foretravel Phoenix.htm
http://beamalarm.com/Foretravel_RV.htm
and might be similar on other pages.
http://beamalarm.com/Dept 56/dept_56 2005.htm has one of these blue
lines which I believe is associated with your FP theme that you're using, so
there should only be *one* on each page.
I believe this should show up in the design mode in Frontpage, as a two-row
table with the image "footerbg.jpg" in each cell (which is what the coe
below is doing)
Delete the code below that is below your counter and the "This page was
updated....." text.
<!--End Homepage content--> (leave this comment in place).
Delete this:
<table height="32" cellSpacing="0" cellPadding="0" width="780"
align="center" background="Images/FooterBG.jpg" border="0">
<tr>
<td>
<!-- BEGIN FOOTER -->
<!-- If any changes to this include file are made, please notify
(e-mail address removed). -->
</td>
</tr>
</table>
<!-- END FOOTER -->
<!-- InstanceEnd -->
</td></tr></table>
<!---END HOMEPAGE CONTENT--->
<table height="32" cellSpacing="0" cellPadding="0" width="780"
align="center" background="Images/FooterBG.jpg" border="0">
<tr>
<td>
<!-- BEGIN FOOTER -->
<!-- If any changes to this include file are made, please notify
(e-mail address removed). -->
</td>
</tr>
</table>
<!-- END FOOTER -->
<!-- InstanceEnd --> (leave this comment in place)
I don't know if the above code is generated by FP and therefore will not
save and just return because FP thinks it belows there. (resets the code as
it wants it, not leaving it as you want it).
If you don't want to do that, I suggest perhaps, delete the theme from all
pages, reapply the theme then republish all pages, and see if that solves
the issue.
I hope that helps.