Skip to the content
Accounts Payable
- Email
- kcbusoff@kaskaskia.edu
- Phone
- 618-545-3107
- Fax
- 618-532-1321
- Location
- Main Campus
- Office
- Administration, AD 104
We can help you take the first step
/*Campus Alerts*/
var alertMessage = $(".SmartBoard_Message").html();
$("#alert-notification .detail").html(alertMessage).promise().done(function(){
$("#alert-notification").slideDown();
});