It's telling you exactly the error in the console. For example, the last one says on the page "http://www.gods4me.com/forum/index.php":
Expected color but found Read.....
So, I look in the page source and search for read and this line comes up:
HTML Code:
<td class="vbmenu_control"><a href="misc.php?do=cfrules" style="color:Read Rules">Forum Rules</a></td>
If you do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Then go fix it.