OK. It's because of incorrect style of items:
<li style="padding-left: 30px; line-height: 21px; background-position: 18px 8px; background-image: url('/"http://familyfirsthoops.com/templates/ffba_purity/images/bullet.gif"');">All player names and numbers MUST be entered on the score sheet prior to the start of the game.</li>
Note that it sets background-image, but doesn't set background-repeat to no-repeat. So, either modify code that generate this code, or add to template's stylesheet:
li{background-repeat:no-repeat}