Public-domain · open source
OpenJurist

70 ILCS 3715/28

Cessation or dissolution of authority organization

Known as the Water Authorities Act

The act spans §§ 70-3715-0-01 to 70-3715-9 (35 sections).

P.A. 98-1002, eff. 8-18-14; 99-668, eff. 7-29-16.

(a) Notwithstanding any other provision of law, if a majority vote of the board of trustees is in favor of the proposition to annex the authority to another authority whose boundaries are contiguous, or consolidate the authority into a municipality with which the authority is coterminous or substantially coterminous, or consolidate the authority into the county in which the authority sits if the authority contains territory within only one county, and if the governing authorities of the governmental unit assuming the functions of the former authority agree by resolution to accept the functions (and jurisdiction over the territory, if applicable) of the consolidated or annexed authority, then the authority shall cease. On the effective date of the annexation or consolidation, all the rights, powers, duties, assets, property, liabilities, indebtedness, obligations, bonding authority, taxing authority, and responsibilities of the authority shall vest in and be assumed by the governmental unit assuming the functions of the former authority. The employees of the former authority shall be transferred to the governmental unit assuming the functions of the former authority. The governmental unit assuming the functions of the former authority shall exercise the rights and responsibilities of the former authority with respect to those employees. The status and rights of the employees of the former authority under any applicable contracts or collective bargaining agreements, historical representation rights under the Illinois Public Labor Relations Act, or under any pension, retirement, or annuity plan shall not be affected by this amendatory Act. (b) Any authority created under this Act, other than an authority servicing any part of the City of Chicago, which does not have any outstanding and unpaid revenue bonds issued under this Act may be dissolved any time after a date which is 4 years after the date of its creation as follows: Any 500 electors residing within the area of the authority may petition the circuit court to order submitted to referendum the question whether the authority should be dissolved. Upon the filing of the petition, and the determination that it is in accordance with the general election law, the circuit court shall: designate the election at which this question is to be submitted; order notice of the referendum in the manner provided by the general election law; and certify the proposition to the proper election officials for submission in accordance with the general election law. The proposition shall be in substantially the following form: ------------------------------------------------------------- "Shall the (name of YES water authority) -------------- be dissolved?" NO ------------------------------------------------------------- If a majority of the votes cast on this question are in favor of dissolution of the authority under this subsection, then such organization shall cease, the authority is dissolved, and the circuit court shall direct the discharge of all outstanding obligations. If the vote is in favor of dissolution of the authority under this subsection, there shall be no further appointments or elections for trustees. Except as otherwise provided for in this subsection, the trustees acting at the time of this vote shall close up the business affairs of the district and make the necessary conveyances of the title to the district property. The terms of the trustees acting at the time of a vote in favor of dissolution are extended until the business affairs are closed up and conveyances of title are completed. To the extent that the authority has entered into a multiyear lease on a real property asset (including, but not limited to, surface water property) that it possesses, the court, upon application of the trustees, may order the trustees to arrange the transfer of such real property asset, instead of liquidating the real property asset, to a unit of local government with legal authority to operate the real property asset. Such transfer may be made with or without compensation in the discretion of the court in accordance with this paragraph. In determining whether compensation shall be paid, the court shall determine if the same or substantially similar groups of citizens will benefit from the real property asset after transfer. To the extent that the same or substantially similar groups of citizens will continue to benefit from the real property asset, the court is not required to order compensation paid by the receiving unit of local government to the authority. To the extent that a substantial change occurs to the groups of citizens that will benefit from the real property asset after the transfer, the court shall determine, after receiving input from the trustees and the unit of local government, an equitable method of compensation, after receiving input from the trustees and the unit of local government, to be received from the unit of local government to whom the real property asset is being transferred. The court shall liberally construe this provision to provide for an equitable determination of relative benefit. If the vote is against dissolution of the authority, no petition for a referendum under this subsection may be filed within 4 years of the previous referendum. The dissolution of any authority under this subsection does not affect the obligation of any bonds issued or contracts entered into by such authority, nor invalidate the levy, extension or collection of any taxes upon the property in the debtor authority, but all such bonds and contracts shall be fulfilled or repaid as required under the terms of the bonds or contracts. All money remaining after the business affairs of the authority have been closed up and all the debts and obligations of the authority have been paid under this subsection, shall be paid to the township or townships in which such authority is situated, or the county or counties of any portion of such authority that is situated outside of a township, in the proportion that the taxable value the real property in the authority situated in each township or county bears to the taxable value of all the real property in the authority. All courts shall take judicial notice of the dissolution of such authority. 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.