Public-domain · open source
OpenJurist

70 ILCS 610/1

Known as the Drainage District Pollution Abatement Act

The act spans §§ 70-610-0-01 to 70-610-1 (2 sections).

P.A. 80-1495.

Whenever any drainage district subject to the provisions of the Illinois Drainage Code finds that the district drainage system through long, continued and common usage, collects and conveys from within or without the district, sewage and other wastes, which cause or are likely to cause water pollution as defined in the "Environmental Protection Act", enacted by the 76th General Assembly, and it will conduce to the preservation of public health, convenience, and welfare, or whenever such a drainage district is directed by a court of competent jurisdiction or by an order issued by the Pollution Control Board to abate the discharge of untreated or inadequately treated wastes collected by or received into the sewers under the jurisdiction of the district, and when existing statutes do not provide applicable, reasonable, and economic means of complying with requirements of laws, court directives, or orders of administrative agencies relating to pollution abatement and control, the district shall have the following additional powers: a. Under these circumstances the commissioners of any drainage district shall have power to provide for the collection and disposal of sewage. For that purpose they may improve or construct sewage works including facilities for treatment of sewage and other wastes as defined in the Act above. The commissioners may cooperate with and enter into contracts with any sanitary district, municipal corporation, or public utility for the joint collection and disposal of sewage and drainage, as provided for in Article 11, Division 147, of the Illinois Municipal Code. b. The commissioners may levy and collect assessments on the lands and property benefited to pay the cost and expenses incident to the planning, construction, operation, and maintenance of the sewage works and may borrow money in an amount not exceeding 90% of assessments, unpaid at the time of borrowing in accordance with Section 6-6 of the Illinois Drainage Code, or in excess of 90% as provided for in Section 6-7 of such Code. c. Issue revenue bonds and carry out duties and exercise powers as provided in "An Act authorizing sanitary districts having a population of less than 500,000 and certain drainage districts to construct or acquire, improve and extend a sewerage system, impose and collect charges and rates for the use thereof, issue revenue bonds payable solely from the revenue derived from the operation of such system or improvement or extension in payment thereof, to provide for the operation of sewage systems, and contract in relation thereto", approved August 15, 1941, as heretofore or hereafter amended. 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.