Page is a not externally linkable
tedster - 6:17 pm on Jun 11, 2010 (gmt 0)
Turning on borders for the table (using border="1") I see that the space IE is adding is in the first cell of each row. The W3C spec does allow browsers a lot of leeway in how they interpret the width "suggestions" the author marks-up, to avoid conflicts that could cause crashes. In this case style="width: 65px;" is being overruled by the browser.
I think you can fix it by adding style="width:100%;" for the third table cell.