CINXE.COM
University of Illinois Urbana-Champaign Senate
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>University of Illinois Urbana-Champaign Senate</title> <style type="text/css"> <!-- body { line-height: 1.4; font-size: 100%; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; margin: 0; color: #000; background-color: #E7E7E7; } .sidebar1 a { } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:visited { color: #FFFFFF; text-decoration: underline; } a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; } /* ~~ This fixed width container surrounds all other divs ~~ */ .container { width: 960px; background: #F8F8F8; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; } /* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */ .header { color: #FFF; background-repeat: no-repeat; background-position: top left no-repeat; background-color: #13294B; padding-top: 20px; padding-right: 15px; padding-left: 20px; padding-bottom: 5px; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; } .header p{ color:#FFF; line-height:24px; font-size:30px; font-weight:bold; } #illinois{ display:block; width:38px; height:50px; float:right; background:url(favicon.ico) no-repeat; top:50px; margin-right:25px; } #illinois a{ display:block; width:38px; height:50px; float:right; background:url(favicon.ico) no-repeat; top:50px; margin-right:25px; } .header a:link{ text-decoration:none; color:#FFF; } .header a:visited{ text-decoration:none; color:#FFF; } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar1 { float: left; width: 180px; padding-top: 10px; padding-right: 5px; padding-left: 5px; padding-bottom: 10px; margin: 20px 0 0 0; background-color: #FF5F05; font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size: small; } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar2 { float: left; width: 180px; padding: 0; margin: 20px 0 0 0; background-color: #13294B; color: #A5ACAF; } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar3 { float: left; width: 180px; padding: 0; margin: 20px 0 0 0; background-color: #FFFFFF; } .content { padding: 20px 10px; font-size: small; float: left; top: 0px; width: 700px; } .content a:hover { font-size: small; } .content a:visited { color: #707372; font-size: small; } .searchholder{ width: 560px; padding-right: 20px; float: none; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content ul, .content ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ font-size: small; } /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */ .sidebar1 ul{ list-style-type: none; /* this removes the list marker */ border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */ margin-bottom:0; /* this creates the space between the navigation on the content below */ } .sidebar1 li { border-bottom: 1px solid #666; /* this creates the button separation */ font-size: medium; } .sidebar1 a:link, .sidebar1 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */ padding: 5px 5px 5px 15px; display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */ width: 160px; /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; color: #13294B; font-size: medium; } .sidebar1 a:hover, .sidebar1 a:active, .sidebar1 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */ text-decoration: underline; color: #FFFFFF; background-color: #13294B; } /* ~~ The footer styles ~~ */ .footer { padding: 0; position: relative;/* this gives IE6 hasLayout to properly clear */ clear: both; /* this clear property forces the .container to understand where the columns end and contain them */ color: #FFFFFF; background-color: #707372; } .footer p{ font-size:12px; margin:0; padding:10px 0 10px 20px; } /* ~~ Miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */ clear:both; height:0; font-size: 1px; line-height: 0px; } .hide{ position:absolute; top:-9999px; left:-9999px; } .sectionLeft { margin-top: 0px; padding-top: 5px; padding-left: 10px; padding-bottom: 0px; padding-right: 30px; } .navbar { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size: x-large; height: 35px; padding-top: 6px; font-style: normal; font-variant: small-caps; font-weight: normal; line-height: normal; background-color: #13294B; color: #FFFFFF; margin-bottom: 10px; padding-bottom: 6px; } .navbar ul { padding: 0; margin: 0; list-style-type: none; color: #FFFFFF; } .navbar ul li { float: left; background-color: #13294B; margin-left: 15px; margin-right: 3px; color: #FFFFFF; } .navbar ul li a { text-decoration: none; padding: 5; color: #FFFFFF; margin-right: 3px; border: 1px solid #13294B; margin-left: 15px; } .navbar ul li a.current { background-color: #E84A27; } .navbar ul li a:hover , .navbar ul li a:active, .navbar ul li a:focus{ background-color: #FF5F05; } .navbar ul li .subnav { display: none; position: absolute; } .navbar ul li .subnav li { float: none; } .navbar ul li .subnav li a { font-size: large; } .navbar ul li:hover ul.subnav { display: block; } .sectionLeft { float: left; padding-top: 5px; padding-right: 30px; padding-left: 10px; vertical-align: top; color: #FFFFFF; border-top-color: #002058; } .menuLeft { float: left; padding-top: 5px; padding-left: 10px; padding-bottom: 10px; padding-right: 10px; margin-right: 10px; color: #FFFFFF; background-color: #13294B; margin-top: 20px; } --> </style> </head> <body> <div class="container"> <img src="../images/039.01_SENAT_FullColor_RGB.png" alt="" width="308" height="134" title="University of Illinois Urbana-Champaign Senate"/> <body> <div class="navbar"> <ul> <li><a href="https://www.senate.illinois.edu/">Home</a></li> <li><a href="https://www.senate.illinois.edu/senatestaff.asp">Contact</a></li> <li><a href="https://www.senate.illinois.edu/news.asp">Archive</a></li> <li><a href="#">Governance</a> <ul class="subnav"> <li><a href="../constitution.asp">Senate Constitution</a></li> <li><a href="../bylaws.asp"> Senate Bylaws</a></li> <li><a href="../standingrules.asp">Senate Standing Rules</a></li> <li><a href="../electrule_index.asp">Senate Election Rules</a></li> <li><a href="../parlproc2019april.pdf">Basic Parliamentary Procedure</a></li> <li><a href="https://cam.illinois.edu/" target="new">Campus Administrative Manual</a></li> <li><a href="../facultypolicyguide.asp">Faculty Policy Guide</a></li> <li><a href="../GuidelinesDepartmentalStatements20221205.pdf">Guidelines on Departmental Statements</a></li> <li><a href="https://studentcode.illinois.edu/" target="new">Student Code</a></li> <li><a href="https://www.bot.uillinois.edu/governance/general_rules" target="new">University General Rules</a></li> <li><a href="https://www.bot.uillinois.edu/statutes" target="new">University Statutes</a></li> </ul> </li> <li><a href="#">Links</a> <ul class="subnav"> <li><a href="https://www.bot.uillinois.edu" target="new">Board of Trustees</a></li> <li><a href="https://www.fac.illinois.edu/" target="new">Faculty Advisory Committee</a></li> <li><a href="../hd_criteria.asp">Honorary Degree Award Criteria</a></li> <li><a href="https://illinois.edu/" target="new"> Illinois Homepage</a></li> <li><a href="https://isc.illinois.edu/" target="new">Illinois Student Council</a></li> <li><a href="https://www.ilga.gov/legislation/ilcs/ilcs3.asp?ActID=84&ChapterID=2" target="new">Open Meetings Act</a></li> <li><a href="https://foiapac.ilag.gov/" target="new">Open Meetings Act Training</a></li> <li><a href="https://provost.illinois.edu/policies/provosts-communications/">Provost's Communications</a></li> <li><a href="https://www.uic.edu/depts/senate/" target="new">UIC Senate</a></li> <li><a href="https://www.uis.edu/campussenate/" target="new">UIS Senate</a></li> <li><a href="https://www.usc.uillinois.edu/" target="new">University Senates Conference</a></li> </ul> </div> <div> <p class="sidebar1"> <a href="https://senate.illinois.edu/a_calendar.asp">Academic Calendars</a> <a href="../committees.asp">Committees</a><a href="../facultypolicyguide.asp">Faculty Policy Guide</a> <a href="https://www.senate.illinois.edu/hd_criteria.asp">Honorary Degree Awards</a> <a href="../index_calendar.asp">SEC Meeting Schedule</a> <a href="https://www.senate.illinois.edu/sen_a_m.asp">Senate Agendas & Minutes</a> <a href="../index_calendar.asp">Senate Meeting Schedule</a> <a href="https://go.illinois.edu/senate" target="new">Senate Meeting Videos</a> <a href="../index_senate.asp">Senate Members</a> <a href="https://www.senate.illinois.edu/senator_guide.pdf">Senator Guide</a> <p> </p> </div> <!-- end .sidebar1 --> <div class="content"> <div class="searchholder"> <form action="https://www.google.com/cse" id="cse-search-box"> <div> <input type="hidden" name="cx" value="009482460223436976576:bvbyf44kphc" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Search" /> </div> </form> <script type="text/javascript" src="https://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </div> <h2>2015-2016 Senate & Senate Executive Committee Meetings</h2> <ul> <li>Senate and SEC Meetings, and the Annual Meeting of the Faculty begin at 3:10 pm.</li> <li>SEC meetings are held in 232 English Building</li> <li>Senate meetings are held at the Illini Union.</li> <li>Senate agenda items are due at 5:00 pm on the business day prior to the SEC meeting at which the Senate agenda is set. Generally, this is a Friday.</li> <li>Senate packet items are due at 12:00 pm noon.</li> <li><a href="index_calendar.asp">Previous Senate & Senate Executive Committee Meetings </a></li> </ul> <ul> <table width="607" border=1> <tr> <td width="75" align="center" valign="middle"> </td> <td width="244" align="center" valign="middle"> </td> <td width="130" align="center" valign="middle"><strong>Senate<br /> Agenda Items</strong><br /> Due 5:00 PM</td> <td width="130" align="center" valign="middle"><p align="center"><strong>Senate <br /> Packet Items</strong><br /> Due 12:00 PM </td> </tr> <tr> <td align="left" valign="top"><strong>2015</strong></td> <td align="left" valign="top"> </td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">AUG 24</td> <td align="left" valign="top">Instruction Begins <br></td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">AUG 24</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">AUG 31</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">SEP 14</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20150921a.asp">SEP 21</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room C</td> <td align="center" valign="bottom">SEP 11</td> <td align="center" valign="bottom">SEP 15</td> </tr> <tr> <td align="left" valign="top">OCT 12</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20151019a.asp">OCT 19</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">OCT 9</td> <td align="center" valign="bottom">OCT 13</td> </tr> <tr> <td align="left" valign="top">OCT 26</td> <td align="left" valign="top"><em>Annual Meeting of the Faculty</em> <br> Illini Union Ballroom</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">NOV 9</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20151116a.asp">NOV 16</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">NOV 6</td> <td align="center" valign="bottom">NOV 10</td> </tr> <tr> <td align="left" valign="top">NOV 21-29</td> <td align="left" valign="top">Thanksgiving Vacation <br /></td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">NOV 30</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20151207a.asp">DEC 7</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">NOV 25</td> <td align="center" valign="bottom">DEC 1</td> </tr> <tr> <td align="left" valign="top">DEC 11-18</td> <td align="left" valign="top">Final Examinations</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"> </td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong>2016</strong></td> <td align="left" valign="top"> </td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">JAN 19</td> <td align="left" valign="top">Instruction Begins <br></td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">JAN 25</td> <td colspan="3" align="left" valign="top">SEC - <em>Annual Special Meeting with the University President</em></td> </tr> <tr> <td align="left" valign="top">FEB 1</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20160208a.asp">FEB 8</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Foellinger Auditorium</td> <td align="center" valign="bottom">JAN 29</td> <td align="center" valign="bottom">FEB 2</td> </tr> <tr> <td align="left" valign="top">FEB 29</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20160307a.asp">MAR 7</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">FEB 26</td> <td align="center" valign="bottom">MAR 1</td> </tr> <tr> <td align="left" valign="top">MAR 19-27</td> <td align="left" valign="top">Spring Vacation </td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">MAR 28</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20160404a.asp">APR 4</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">MAR 25</td> <td align="center" valign="bottom">MAR 29</td> </tr> <tr> <td align="left" valign="top"><a href="20160418a.asp">APR 18</a></td> <td align="left" valign="top"><em>2016-17 ORGANIZATIONAL MEETING</em> <br /> Illini Room A</td> <td align="center" valign="bottom">MAR 25</td> <td align="center" valign="bottom">APR 12</td> </tr> <tr> <td align="left" valign="top">APR 25</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top"><strong><a href="20160502a.asp">MAY 2</a></strong></td> <td align="left" valign="top"><strong>SENATE</strong> - Illini Room A</td> <td align="center" valign="bottom">APR 22</td> <td align="center" valign="bottom">APR 26</td> </tr> <tr> <td align="left" valign="top">MAY 6-13</td> <td align="left" valign="top">Final Examinations <br></td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">MAY 14</td> <td align="left" valign="top">Commencement</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> <tr> <td align="left" valign="top">MAY 16</td> <td colspan="3" align="left" valign="top">SEC - <em>Executive Session with the Chancellor to evaluate the Vice Chancellors</em></td> </tr> <tr> <td align="left" valign="top">JUN 13</td> <td colspan="3" align="left" valign="top">SEC - <em>Executive Session with the President to evaluate the Chancellor</em></td> </tr> <tr> <td align="left" valign="top">JUL 25</td> <td align="left" valign="top">SEC</td> <td align="center" valign="bottom"> </td> <td align="center" valign="bottom"> </td> </tr> </table> <p> </p> <a href="index_calendar.asp">Previous Senate & Senate Executive Committee Meetings </a> </ul> </div> <div class="footer"> <p><strong>OFFICE OF THE SENATE</strong> | UNIVERSITY OF ILLINOIS URBANA-CHAMPAIGN<br> 228 English Building, MC-461 | 608 South Wright Street | Urbana, IL 61801 | P 217.333.6805 | F 217.333.4848 | senate@illinois.edu</p> <p>漏2024 University of Illinois Board of Trustees</p> </div> </body> </html>