I think i see the issue. Just under the assessments heading you have this code
html4strict Code:
<p class="stTxt"><p><span style="font-family: 'times new roman'; font-size: 16px;"><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff;"><p><span style="font-size: 13px;">Co-authored by Deanne DeMarco,
<span style=</p>
This opens two spans which aren't closed anywhere, and there is another one which isn't formed properly. I guess this is your dynamic code not outputting quite right.
Phil