If the config that you pasted here is from one of those 877 remote offices then to "split" the internet traffic from the corporate traffic, you need to change your match address 110 from:
access-list 101 permit ip 172.19.19.0 0.0.0.255 any
To
access-list 101 permit ip 172.19.19.0 0.0.0.255
Having the match address 101 with the destination as any, will make internet traffic to be part of that ANY keyword.