using this tags in your forum signature
Keyword name
MAII – Stratford University
You need to use Firebug or Chrome inspector to check out the CSS.
I’ve looked at things and it’s all simple conflicts that are happening due to the CSS that’s in place with you theme.
For example .hentry is being floated left which is screwing up the forum index.
You will want to put some tweaks in place (in your theme’s style.css). For example:
.bbp-forums .hentry {
float:none;
}
MAII – Stratford University