I made the following changes to the code so the Announcements table would not show up if there were no announcements. Also fixed up some missing table data and row end tags.
Code:
<!-- Announcements -->
<if condition="$announcebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
<img id="collapseimg_icons_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_icons_panel].gif" alt="" border="0" />
</a><b><center>Announcements</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$announcebits
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
</if>
<!-- /Announcements -->