In your isrid.css file you had a stray quote character after your 
text-decoration:none; as seen below. Things should work in IE if you 
remove the extra quote.
div#eventlist a.eventitem {
font-size: 14px;
border-bottom: none;
color: #00008B;
text-decoration:none;'
cursor: pointer;
}
Eric