Public-domain · open source
OpenJurist

110 ILCS 1020/1

The Board of Trustees of a private college or private university, may appoint persons to be members of a campus police department

Known as the Private College Campus Police Act

The act spans §§ 110-1020-0-01 to 110-1020-1 (2 sections).

P.A. 98-725, eff. 1-1-15.

The Board shall assign duties, including the enforcement of college or university regulations, and prescribe the oath of office. With respect to any such campus police department established for police protection, the members of such campus police department shall be persons who have successfully completed the Minimum Standards Basic Law Enforcement Training Course offered at a police training school established under the Illinois Police Training Act, as such Act may be now or hereafter amended. All members of such campus police departments must also successfully complete the Firearms Training for Peace Officers established under the Peace Officer and Probation Officer Firearm Training Act. Members of the campus police department shall have the powers of municipal peace officers and county sheriffs, including the power to make arrests under the circumstances prescribed in Section 107-2 of the Code of Criminal Procedure of 1963, as amended, for violations of state statutes or municipal or county ordinances, including the ability to regulate and control traffic on the public way contiguous to the college or university property, for the protection of students, employees, visitors and their property, and the property branches, and interests of the college or university, in the county where the college or university is located. Campus police shall have no authority to serve civil process. Members of the campus police department at a private college or private university shall not be eligible to participate in any State, county or municipal retirement fund and shall not be reimbursed for training with state funds. The uniforms, vehicles, and badges of such officers shall be distinctive from those of the local law enforcement agency where the main campus is located. The Board of Trustees shall provide liability insurance coverage for each member of the campus police department without cost to the member, which insures the member against any liability which arises out of or in the course of the member's employment for no less than $250,000 of coverage, unless such indemnification is provided by a program of self-insurance. For the purposes of this Section, "private college" or "private university" means: (1) any college or university which is not owned or controlled by the State or any political subdivision thereof, and (2) which provides a program of education in residence leading to a baccalaureate degree, or which provides a program of education in residence, for which the baccalaureate degree is a prerequisite, leading to an academic or professional degree, and (3) which is accredited by the North Central Association or other nationally recognized accrediting agency. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.