Public-domain · open source
OpenJurist

70 ILCS 1600/5

Known as the Exposition Authority Incorporation Act

The act spans §§ 70-1600-0-01 to 70-1600-5 (6 sections).

P.A. 81-992.

Every Authority organized under this Act shall have the following rights, powers and privileges in addition to the powers expressed in the purposes for which such Authority is authorized to be organized: (1) to have succession by its corporate name; (2) to sue and be sued in its corporate name; (3) to adopt and use a corporate seal; (4) to acquire park lands by lease from any park district and to construct, reconstruct or acquire by gift, grant, purchase, lease or otherwise buildings and other structures and personal property for any purpose within the powers of such Authority and to sell, transfer or convey its property, or any part thereof, except that acquired by lease, when no longer necessary or useful for its purposes or to exchange any such property for other property which it may use for any purpose within the powers of such Authority; (5) to charge and collect rentals, license or permit fees and admission fees; (6) to purchase and enter into contracts for any type of insurance or surety bond covering fire, use and occupancy, tornado, weather, damage to property, theft, robbery, workers' compensation, public liability, fidelity, contract obligations, and all other types of insurance and indemnity that may be desirable in the performance of the functions of such Authority; (7) to enter into any contract or agreement which may be desirable in the opinion of the board of commissioners of such Authority for the performance of any functions or the exercise of any powers granted to it; (8) to borrow money and to issue and sell or pledge to any person its notes, bonds or other evidences of indebtedness which, however, shall not be a lien upon any rights or property of such Authority but may be secured by a lien only upon its revenue or upon the revenue of any project of such Authority; (9) to invest and reinvest any money held in reserves or sinking funds or in any funds not required for immediate disbursement in bonds and tax anticipation warrants issued by the park district, sanitary district, school district, county or city in which the property of such Authority is located, or in the bonds of the state of Illinois or of the United States, and to sell or pledge such securities for any purpose within the powers of such Authority; (10) to secure grants and loans, or either, from the United States government, or any agency thereof, for financing projects authorized under this Act and for such purposes to sell or pledge its notes, bonds or other evidences of indebtedness, and its securities, and execute any contracts and documents and do all things that may be required by the United States government or such 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.