(a) Subject to the provisions of the Public Contract Fraud Act, the State Treasurer, on behalf of the State of Illinois, is authorized during State fiscal years 2019 and 2020 to acquire real property located in the City of Springfield, Illinois which the State Treasurer deems necessary to properly carry out the powers and duties vested in him or her. Real property acquired under this Section may be acquired subject to any third party interests in the property that do not prevent the State Treasurer from exercising the intended beneficial use of such property. (a-5) To ensure the safe and optimal operation of any real property acquired under subsection (a) and any improvements made to that real property, the State Treasurer, or the Department of Natural Resources on the State Treasurer's behalf, may acquire, at any time, any interest in any other real property, and the State Treasurer may make improvements and repairs on any property acquired under subsection (a) and this subsection. (b) Subject to the provisions of the Treasurer's Procurement Rules, which shall be substantially in accordance with the requirements of the Illinois Procurement Code, the State Treasurer may: (1) enter into contracts relating to construction, reconstruction or renovation projects for any such buildings or lands acquired pursuant to subsections (a) and (a-5); and (2) equip, lease, operate and maintain those grounds, buildings and facilities as may be appropriate to carry out his or her statutory purposes and duties. (c) The State Treasurer may enter into agreements with any person with respect to the use and occupancy of the grounds, buildings, and facilities of the State Treasurer, including concession, license, and lease agreements on terms and conditions as the State Treasurer determines and in accordance with the procurement processes for the Office of the State Treasurer, which shall be substantially in accordance with the requirements of the Illinois Procurement Code. (d) The exercise of the authority vested in the Treasurer by this Section is subject to the appropriation of the necessary funds. (e) State Treasurer's Capital Fund. (1) The State Treasurer's Capital Fund is created as a trust fund in the State treasury. Moneys in the Fund shall be utilized by the State Treasurer in the exercise of the authority vested in the Treasurer by subsection (b) of this Section. All interest earned by the investment or deposit of moneys accumulated in the Fund shall be deposited into the Fund. (2) Moneys in the State Treasurer's Capital Fund are subject to appropriation by the General Assembly. (3) The State Treasurer may transfer amounts from the State Treasurer's Administrative Fund and from the Unclaimed Property Trust Fund to the State Treasurer's Capital Fund. In no fiscal year may the total of such transfers exceed $500,000 or the amount appropriated by the General Assembly in a fiscal year for that purpose, whichever is greater. The State Treasurer may accept gifts, grants, donations, federal funds, or other revenues or transfers for deposit into the State Treasurer's Capital Fund. (4) After the effective date of this amendatory Act of the 102nd General Assembly and prior to July 1, 2022 the State Treasurer and State Comptroller shall transfer from the CDB Special Projects Fund to the State Treasurer's Capital Fund an amount equal to the unexpended balance of funds transferred by the State Treasurer to the CDB Special Projects Fund in 2019 and 2020 pursuant to an intergovernmental agreement between the State Treasurer and the Capital Development Board. (Source: P.A. 102-16, eff. 6-17-21; 102-558, eff. 8-20-21; 103-1068, eff. 3-21-25.) 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 < 480) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 480 (iPhone)'); } else if (available < 850) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 850 (iPad)'); } else { scale = 1; log('viewport >= 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; } }); }); });
Chat with this statute using AI
Ask CiteLaw's AI Navigator anything about this statute, verify citations, and research related authorities. Sign up for CiteLaw free today to get started.