Thanks for your help. As requested, below is the information you asked for. The shifting occurs when the screen resolution is set to 800 x 600 but does not shift when screen resolution is set to 1024 x 768.
Link to page that is working properly:
http://www.posaeaglestest.org/AboutPOSA_MissionStatement.aspxSource code for AboutPOSA_MissionStatement.aspx:
<%@ Page Language="C#" masterpagefile="Main.master" title="Welcome Back POSA Eagles to our" %>
<asp:Content id="Content1" runat="server" contentplaceholderid="Body">
<h1 class="style1">Mission Statement</h1>
<p class="style8"><font face="Verdana" size="2">
<strong style="font-weight: 400">
Palos Orland Swim Association (POSA) is to offer an environment where our
athletes can excel to the best of their abilities in competitive age group
swimming, while developing the traits of integrity, sportsmanship and
teamwork. <br />
<br />
</strong>
</font></p>
</asp:Content>
Link to one of the pages in error:
http://www.posaeaglestest.org/Meets_DualMeets.aspxSource code for Meets_DualMeets.aspx:
<%@ Page Language="C#" masterpagefile="Main.master" title="Welcome Back POSA Eagles to our" %>
<asp:Content id="Content1" runat="server" contentplaceholderid="Body">
<h1 class="style1"> Dual Meets</h1>
<p>Coming soon.......<br />
</p>
</asp:Content>