CINXE.COM

Our Campaigns - United States - U.S. Executive

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html xmlns:v="urn:schemas-microsoft-com:vml"> <head><BASE HREF="https://www.ourcampaigns.com/"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <title>Our Campaigns - United States - U.S. Executive</title> <link rel="stylesheet" href="/js/leaflet/leaflet.css" /> <script src="/js/leaflet/leaflet.js"></script> <script src="js/mapfunctions.js" type="text/javascript" charset="utf-8"></script> </head> <style type="text/css"> <!-- .Text1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .Text1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .TextY1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #EEEEEE} .TextY1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .Text2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffff00} .Headline1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Small1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #330000} td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .infotable {border:1px solid black;border-color:black white white black;border-radius:8px;background-color:#993333;width:100%;margin:0;padding:0;border-spacing:0px;} .infotable tr th {font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;color:#ffffff;text-align:left;margin:0;padding:4px;} .infotable tr td {border-spacing:0;margin:0;padding:2px;border-color:#6084C8;} .HeadlineBig { font-family: Arial, Helvetica, sans-serif; font-size: 35px; color: #ffffff} .MainHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #993333} .SubHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #333366} .SubHeaderBar td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background-color: #333366; text-align:center; } .Switch0 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #6084C8} .Switch1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #7094D8} .Quoted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style:italic; color: #000000; background-color: #80A4E8; border: 1px dashed #000000; padding:4px;} .maprestbl { border:thin solid black; } .maprestbl td { font-size:8px; border-bottom: thin solid black; padding:0px; margin:0px; border-spacing:0px;} .gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div { font-size: 8px; font-weight: 300; } --> </style> <body bgcolor="#6084C8" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="pageLoaded()"> <script language="JavaScript"> <!-- var dylasty=0; var isdy=false; var lastyr=0; function DYDown(fld,e) { dylasty=e.clientY; lastyr=parseInt(fld.value); isdy=true; } function DYMove(fld,e) { if (isdy) { fld.value=String(lastyr-(e.clientY-dylasty)); } } function DYUp(fld,e) { isdy=false; } //--> </script> <script src="ajax.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> <script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script> <script>window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); t._e = []; t.ready = function(f) { t._e.push(f); }; return t; }(document, "script", "twitter-wjs"));</script> <script> $( function() { $('.datepicker').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('select[name="'+id+'_month"]').val(newdate.substr(5,2)); $('select[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate }); $('.datepicker2').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('input[name="'+id+'_month"]').val(newdate.substr(5,2)); $('input[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker2').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate2 }); } ); function DPSetFromDate(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('select[name="'+id+'_month"]').val()+'-'+$('select[name="'+id+'_day"]').val()); } function DPSetFromDate2(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('input[name="'+id+'_month"]').val()+'-'+$('input[name="'+id+'_day"]').val()); } function NowDateInfo() { alert('This date is a virtual time machine which makes the site display in most cases as if the day was actually the date set. For instance, setting it to July 4, 1800 and going to the US container would show the President as John Adams and the 16 states and two territories.'); } function AdjustIFrame(frame) { var maxW = frame.scrollWidth; var minW = maxW; var FrameH = 100; //IFrame starting height frame.style.height = FrameH + "px" while (minW == maxW && FrameH < 800) { FrameH = FrameH + 50; //Increment frame.style.height = FrameH + "px"; minW = frame.scrollWidth; } } </script> <map name="nav"> <area shape="poly" coords="8,87,6,75,44,65,47,77" href="home.html" alt="Home"> <area shape="poly" coords="52,75,50,64,89,60,91,72" href="about.html" alt="About"> <area shape="poly" coords="95,73,95,60,128,61,129,73" href="javascript:popChat()" alt="Chat"> <area shape="poly" coords="133,73,135,60,171,64,172,76" href="UserList.html" alt="Users"> <area shape="poly" coords="206,78,208,68,251,72,249,83" href="IssueDetail.html?IssueID=1" alt="Issues"> <area shape="poly" coords="252,83,255,72,297,75,298,86" href="PartyList.html" alt="Party"> <area shape="poly" coords="301,86,301,75,368,77,369,88" href="CandidateList.html" alt="Candidates"> <area shape="poly" coords="374,88,372,77,430,74,432,85" href="PollingFirmList.html" alt="Polling Firms"> <area shape="poly" coords="434,86,434,74,471,69,472,82" href="MediaList.html" alt="Media"> <area shape="poly" coords="474,82,473,70,507,66,509,78" href="NewsList.html" alt="News"> <area shape="poly" coords="510,78,509,65,538,64,539,77" href="PollList.html" alt="Polls"> <area shape="poly" coords="16,97,13,87,68,76,70,88" href="Calendar.html" alt="Calendar"> <area shape="poly" coords="74,88,73,75,141,75,141,87" href="KeyRaceList.html" alt="Key Races"> <area shape="poly" coords="145,87,145,76,226,82,226,93" href="ContainerDetail.html?ContainerID=1" alt="United States"> <area shape="poly" coords="230,94,231,83,291,87,290,98" href="PresidentList.html" alt="President"> <area shape="poly" coords="294,98,295,87,339,89,340,99" href="SenateList.html" alt="Senate"> <area shape="poly" coords="343,98,344,89,384,89,386,98" href="HouseList.html" alt="House"> <area shape="poly" coords="389,99,390,89,453,85,455,96" href="StateOfficeList.html" alt="Governors"> <area shape="poly" coords="458,96,456,85,534,78,535,91" href="CountryList.html" alt="International"> <area shape="default" href="home.html"> </map> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" width="539"><a href="home.html"><img src="images/NewHeader.gif" border="0" usemap="#nav" width="539" height="120"></a></td> <td background="images/NewHeaderBack.gif" align="right" width="100%" valign="top"><img src="images/spacer.gif" width="180" height="1"><br> <div style="position: absolute; top:4; right:8"> <form name="dateForm" method="post" action="ContainerDetail.html?SetNow=Y&ContainerID=2094"><input type="button" value="?" onclick="NowDateInfo()"> <select name="NowDate_month" class="Text1"> <option value="00">--</option> <option value="01">Jan</option><option value="02">Feb</option><option value="03">Mar</option><option value="04">Apr</option><option value="05">May</option><option value="06">Jun</option><option value="07">Jul</option><option value="08">Aug</option><option value="09">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12" SELECTED>Dec</option></select> <select name="NowDate_day" class="Text1"> <option value="00">--</option> <option>01</option><option>02</option><option SELECTED>03</option><option>04</option><option>05</option><option>06</option><option>07</option><option>08</option><option>09</option><option>10</option><option>11</option><option>12</option><option>13</option><option>14</option><option>15</option><option>16</option><option>17</option><option>18</option><option>19</option><option>20</option><option>21</option><option>22</option><option>23</option><option>24</option><option>25</option><option>26</option><option>27</option><option>28</option><option>29</option><option>30</option><option>31</option></select> <input type="text" name="NowDate_year" size="5" maxlength="4" value="2024" onMouseDown="DYDown(this,event)" onMouseUp="DYUp(this,event)" onMouseMove="DYMove(this,event)"> <input type="submit" value="Set" class="Small1"></form> </div> <div style="position: absolute; top:35; right:8"> <form name="searchForm" method="post" action="SearchResults.html"><input type="text" name="SrchTxt" size="15" class="Small1"><input type="submit" value="Search" class="Small1"></form> </div> <div style="position: absolute; top:63; right:8"> <a href="newaccountStep1.html" class="Text2">New User Account</a> </div> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"><tr> <td class="Text1" valign="top" align="center"> <table border="0" cellspacing="0" cellpadding="0" width="95%"><tr> <td align="left"> </td> <td align="right" class="Headline1"><i>&quot;A comprehensive, collaborative elections resource.&quot;&nbsp;</i><br></td> </tr></table> <div align="right" class="Headline1"> <form method="POST" action="home.php"><input type="hidden" name="LogIn" value="Y"> Email:<input type="text" name="Username" size="10" class="Text1" value=""> Password:<input type="password" name="PWord" size="10" class="Text1"> <input type="submit" value="Login" class="Text1"> </form> </div> <br> <div class="Headline1" align="left"><font size="+3">&nbsp;&nbsp;U.S. Executive</font></div> <table border="0" width="90%"><tr><td valign="top" class="Text1"> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="3">INCUMBENT</td></tr> <tr><td rowspan="6" class="Switch0" align="center">&nbsp;<img src="../images/candidates/b0/C28D2020-11-01.jpg" height="150"></td> <td bgcolor="#333366" align="right" class="Headline1">Party</td><td class="Text1" bgcolor="#0000FF"><a href="PartyDetail.html?PartyID=1" class="Text1">Democratic</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Name</td><td class="Switch0"><a href="CandidateDetail.html?CandidateID=28" class="Text1">Joe Biden</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Won</td><td class="Switch0"><a href="RaceDetail.html?RaceID=836742" class="Text1">12/14/2020</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Votes</td><td class="Switch0">306 (56.88%)</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Margin</td><td class="Switch0">74 (+13.75%)</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Term</td><td class="Switch0">01/20/2021&nbsp;- 01/20/2025</td></tr> </table> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="8">Administration</td></tr> </tr> </IF> <tr class="Switch1" id="ContainerTR2382"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2382" class="Text1" onmouseover="rollToMap(2382)" onmouseout="rollOutToMap(2382)">Popular Vote&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=28"> <img src="/images/candidates/b0/C28D2021-03-04.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=28">Joe Biden</a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>Donald J. Trump</b></td></table></td> <td align="right">1</td> <td align="right">20</td> <td align="right"> <a href="RaceDetail.html?RaceID=830717" class="Text1">+4.46%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR5768"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=5768" class="Text1" onmouseover="rollToMap(5768)" onmouseout="rollOutToMap(5768)">U.S. Vice President&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=19376"> <img src="/images/candidates/b19/C19376D2021-01-20.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=19376"><b>Kamala Harris</b></a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>JD Vance</b></td></table></td> <td align="right">1</td> <td align="right">20</td> <td align="right"> <a href="RaceDetail.html?RaceID=839036" class="Text1">+13.75%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR14983"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=14983" class="Text1" onmouseover="rollToMap(14983)" onmouseout="rollOutToMap(14983)">First Lady/Gentleman&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=96760"> <img src="/images/candidates/b96/C96760D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=96760"><b>Jill Jacobs Biden</b></a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>Melania Trump</b></td></table></td> <td align="right">2</td> <td align="right">20</td> <td align="right"> <a href="RaceDetail.html?RaceID=913460" class="Text1">+13.75%</a> </tr> </IF> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="8">Cabinet</td></tr> </tr> </IF> <tr class="Switch0" id="ContainerTR2106"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2106" class="Text1" onmouseover="rollToMap(2106)" onmouseout="rollOutToMap(2106)">Department of State&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=346416"> <img src="/images/candidates/b346/C346416D2021-02-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=346416"><b>Antony J. Blinken</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900309" class="Text1">+56.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2108"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2108" class="Text1" onmouseover="rollToMap(2108)" onmouseout="rollOutToMap(2108)">Department of Treasury&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=191939"> <img src="/images/candidates/b191/C191939D2021-03-04.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=191939"><b>Janet Yellen</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900310" class="Text1">+69.70%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2098"> <td class="Text1" bgcolor="#878787" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2098" class="Text1" onmouseover="rollToMap(2098)" onmouseout="rollOutToMap(2098)">Department of Defense&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=454732"> <img src="/images/candidates/b454/C454732D2021-01-23.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=454732"><b>Lloyd J. Austin</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900311" class="Text1">+95.79%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2104"> <td class="Text1" bgcolor="#878787" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2104" class="Text1" onmouseover="rollToMap(2104)" onmouseout="rollOutToMap(2104)">Department of Justice&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=66249"> <img src="/images/candidates/b66/C66249D2021-04-05.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=66249"><b>Merrick B. Garland</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900312" class="Text1">+40.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2103"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2103" class="Text1" onmouseover="rollToMap(2103)" onmouseout="rollOutToMap(2103)">Department of the Interior&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=339042"> <img src="/images/candidates/b339/C339042D2019-01-03.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=339042"><b>Debra Haaland</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900313" class="Text1">+12.09%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2096"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2096" class="Text1" onmouseover="rollToMap(2096)" onmouseout="rollOutToMap(2096)">Department of Agriculture&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=477"> <img src="/images/candidates/b0/C477D2021-04-27.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=477"><b>Tom Vilsack</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900314" class="Text1">+85.86%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2097"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2097" class="Text1" onmouseover="rollToMap(2097)" onmouseout="rollOutToMap(2097)">Department of Commerce&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=251402"> <img src="/images/candidates/b251/C251402D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=251402"><b>Gina M. Raimondo</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900315" class="Text1">+69.70%</a> </tr> </IF> <tr bgcolor="#7094D8" id="ContainerTR2105"><td colspan="2">&nbsp;</td><td class="Text1" colspan="1"><a href="ContainerDetail.html?ContainerID=2105" onmouseover="rollToMap(2105)" onmouseout="rollOutToMap(2105)" class="Text1">Department of Labor&nbsp;</a> </td><td colspan="4">&nbsp;</td> <td>&nbsp;</td> </tr> </tr> </IF> <tr class="Switch0" id="ContainerTR2101"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2101" class="Text1" onmouseover="rollToMap(2101)" onmouseout="rollOutToMap(2101)">Department of Health &amp; Human Services&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=771"> <img src="/images/candidates/b0/C771D2021-08-30.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=771"><b>Xavier Becerra</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900317" class="Text1">+1.01%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2102"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2102" class="Text1" onmouseover="rollToMap(2102)" onmouseout="rollOutToMap(2102)">Department of Housing &amp; Urban Development&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=512087"> <img src="/images/candidates/b512/C512087D2020-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=512087">Adrianne Todman</a> </td> <td align="right">0</td> <td align="right">24</td> <td align="right"> <a href="RaceDetail.html?RaceID=1055979" class="Text1" style="color:#333333;">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2107"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2107" class="Text1" onmouseover="rollToMap(2107)" onmouseout="rollOutToMap(2107)">Department of Transportation&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=242106"> <img src="/images/candidates/b242/C242106D2021-02-18.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=242106"><b>Pete Buttigieg</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900319" class="Text1">+73.74%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2100"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2100" class="Text1" onmouseover="rollToMap(2100)" onmouseout="rollOutToMap(2100)">Department of Energy&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=2056"> <img src="/images/candidates/b2/C2056D2021-02-16.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=2056"><b>Jennifer Granholm</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900320" class="Text1">+29.29%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2099"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2099" class="Text1" onmouseover="rollToMap(2099)" onmouseout="rollOutToMap(2099)">Department of Education&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=498903"> <img src="/images/candidates/b498/C498903D2021-03-02.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=498903"><b>Miguel Cardona</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900321" class="Text1">+31.96%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2109"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2109" class="Text1" onmouseover="rollToMap(2109)" onmouseout="rollOutToMap(2109)">Department of Veterans Affairs&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=71686"> <img src="/images/candidates/b71/C71686D2021-02-09.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=71686"><b>Denis McDonough</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900322" class="Text1">+85.11%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2111"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2111" class="Text1" onmouseover="rollToMap(2111)" onmouseout="rollOutToMap(2111)">Department of Homeland Security&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=359391"> <img src="/images/candidates/b359/C359391D2021-02-09.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=359391"><b>Alejandro Mayorkas</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900323" class="Text1">+13.13%</a> </tr> </IF> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="8">Cabinet Rank Member</td></tr> </tr> </IF> <tr class="Switch1" id="ContainerTR2115"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2115" class="Text1" onmouseover="rollToMap(2115)" onmouseout="rollOutToMap(2115)">White House Chief of Staff&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=416319"> <img src="/images/candidates/b416/C416319D2020-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=416319">Jeffrey Zients</a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>Susie Wiles</b></td></table></td> <td align="right">0</td> <td align="right">23</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1005359" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR81244"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=81244" class="Text1" onmouseover="rollToMap(81244)" onmouseout="rollOutToMap(81244)">Council of Economic Advisers&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=207275"> <img src="/images/candidates/b207/C207275D2020-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=207275"><b>Cecilia Elena Rouse</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=914999" class="Text1">+91.92%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR51135"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=51135" class="Text1" onmouseover="rollToMap(51135)" onmouseout="rollOutToMap(51135)">Director of National Intelligence&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=374748"> <img src="/images/candidates/b374/C374748D2021-01-28.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=374748"><b>Avril Haines</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=916826" class="Text1">+78.72%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR34309"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=34309" class="Text1" onmouseover="rollToMap(34309)" onmouseout="rollOutToMap(34309)">Ambassador to UN&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=229789"> <img src="/images/candidates/b229/C229789D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=229789"><b>Linda Thomas-Greenfield</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900325" class="Text1">+57.58%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2110"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2110" class="Text1" onmouseover="rollToMap(2110)" onmouseout="rollOutToMap(2110)">Environmental Protection Agency&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=498008"> <img src="/images/candidates/b498/C498008D2021-04-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=498008"><b>Michael S. Regan</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900326" class="Text1">+32.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2112"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2112" class="Text1" onmouseover="rollToMap(2112)" onmouseout="rollOutToMap(2112)">Office of Management and Budget&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=509121"> <img src="/images/candidates/b509/C509121D2019-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=509121"><b>Shalanda Young</b></a> </td> <td align="right">0</td> <td align="right">22</td> <td align="right"> <a href="RaceDetail.html?RaceID=912091" class="Text1">+25.77%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2114"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2114" class="Text1" onmouseover="rollToMap(2114)" onmouseout="rollOutToMap(2114)">U.S. Trade Representative&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=485984"> <img src="/images/candidates/b485/C485984D2021-05-06.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=485984"><b>Katherine C. Tai</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900328" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2116"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2116" class="Text1" onmouseover="rollToMap(2116)" onmouseout="rollOutToMap(2116)">National Security Council&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=487263"> <img src="/images/candidates/b487/C487263D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=487263"><b>Jake Sullivan</b></a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>Michael Waltz</b></td></table></td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=900333" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2122"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2122" class="Text1" onmouseover="rollToMap(2122)" onmouseout="rollOutToMap(2122)">National Economic Council&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=376217"> <img src="/images/candidates/b376/C376217D2016-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=376217">Lael Brainard</a> </td> <td align="right">0</td> <td align="right">23</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1011083" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR239363"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=239363" class="Text1" onmouseover="rollToMap(239363)" onmouseout="rollOutToMap(239363)">Domestic Policy Council&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=376222"> <img src="/images/candidates/b376/C376222D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=376222">Neera Tanden</a> </td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1029231" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR81731"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=81731" class="Text1" onmouseover="rollToMap(81731)" onmouseout="rollOutToMap(81731)">Council on Environmental Quality&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=498338"> <img src="/images/candidates/b498/C498338D2021-02-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=498338"><b>Brenda Mallory</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=913800" class="Text1">+8.16%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR2113"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2113" class="Text1" onmouseover="rollToMap(2113)" onmouseout="rollOutToMap(2113)">Office of National Drug Control Policy&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=512089"> <img src="/images/candidates/b512/C512089D2020-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=512089"><b>Rahul Gupta</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=932887" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR239364"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=239364" class="Text1" onmouseover="rollToMap(239364)" onmouseout="rollOutToMap(239364)">Office of Intergovernmental Affairs&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=70036"> <img src="/images/candidates/b70/C70036D2009-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=70036">Thomas E. Perez</a> </td> <td align="right">0</td> <td align="right">23</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1029232" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR239352"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=239352" class="Text1" onmouseover="rollToMap(239352)" onmouseout="rollOutToMap(239352)">Office of Science and Technology Policy&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=631921"> <img src="/images/candidates/b631/C631921D2024-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=631921">Arati Prabhakar</a> </td> <td align="right">0</td> <td align="right">22</td> <td align="right"> <a href="RaceDetail.html?RaceID=1057679" class="Text1">+16.67%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR62958"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=62958" class="Text1" onmouseover="rollToMap(62958)" onmouseout="rollOutToMap(62958)">Small Business Administration (SBA)&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=501350"> <img src="/images/candidates/b501/C501350D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=501350"><b>Isabel Guzman</b></a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <a href="RaceDetail.html?RaceID=900329" class="Text1">+65.31%</a> </tr> </IF> <tr><td bgcolor="#993333" align="center" class="Headline1" colspan="8">Subordinates</td></tr> </tr> </IF> <tr class="Switch0" id="ContainerTR2119"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=2119" class="Text1" onmouseover="rollToMap(2119)" onmouseout="rollOutToMap(2119)">White House Counsel&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=624965"> </td> <td><a href="CandidateDetail.html?CandidateID=624965">Ed Siskel</a> <br><table border="0"><tr><td>elect </td><td bgcolor="#FF0000">&nbsp;</td><td><b>William &quot;Bill&quot; McGinley</b></td></table></td> <td align="right">0</td> <td align="right">23</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1017299" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR2118"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="3"><a href="ContainerDetail.html?ContainerID=2118" class="Text1" onmouseover="rollToMap(2118)" onmouseout="rollOutToMap(2118)">White House Senior Advisor(s)&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=494763"> <img src="/images/candidates/b494/C494763D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=494763">Mike Donilon</a> </td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <a href="RaceDetail.html?RaceID=925328" class="Text1">+0.00%</a> </tr> </IF> <tr class="Switch1" id="ContainerTR2118"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td><a href="CandidateDetail.html?CandidateID=57970"> <img src="/images/candidates/b57/C57970D2012-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=57970">Cedric L. Richmond</a> </td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <a href="RaceDetail.html?RaceID=925328" class="Text1">+0.00%</a> </tr> </IF> <tr class="Switch1" id="ContainerTR2118"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td><a href="CandidateDetail.html?CandidateID=226852"> <img src="/images/candidates/b226/C226852D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=226852">Anita Dunn</a> </td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=925328" class="Text1">+33.33%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR216768"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=216768" class="Text1" onmouseover="rollToMap(216768)" onmouseout="rollOutToMap(216768)">White House Communications Director&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=495992"> <img src="/images/candidates/b495/C495992D2020-10-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=495992"><b>Kate Bedingfield</b></a> </td> <td align="right">0</td> <td align="right">20</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=904212" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR209392"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=209392" class="Text1" onmouseover="rollToMap(209392)" onmouseout="rollOutToMap(209392)">White House Counselor&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=483914"> <img src="/images/candidates/b483/C483914D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=483914">Steve Ricchetti</a> </td> <td align="right">0</td> <td align="right">22</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1016310" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch0" id="ContainerTR239365"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=239365" class="Text1" onmouseover="rollToMap(239365)" onmouseout="rollOutToMap(239365)">White House Cabinet Secretary&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=512044"> <img src="/images/candidates/b512/C512044D2021-01-01.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=512044">Evan Ryan</a> </td> <td align="right">0</td> <td align="right">21</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=939231" class="Text1">+100.00%</a> </tr> </IF> </tr> </IF> <tr class="Switch1" id="ContainerTR245762"> <td class="Text1" bgcolor="#0000FF" colspan="2">&nbsp;</td> <td rowspan="1"><a href="ContainerDetail.html?ContainerID=245762" class="Text1" onmouseover="rollToMap(245762)" onmouseout="rollOutToMap(245762)">White House Office of Public Engagement&nbsp;</a></td> <td><a href="CandidateDetail.html?CandidateID=3673"> <img src="/images/candidates/Candidate3673.jpg" width="40"> </td> <td><a href="CandidateDetail.html?CandidateID=3673">Steve Benjamin</a> </td> <td align="right">0</td> <td align="right">23</td> <td align="right"> <font color="white">A</a> <a href="RaceDetail.html?RaceID=1024850" class="Text1">+100.00%</a> </tr> </IF> </table> <br> <br> </td><td valign="top" class="Text1" style="min-width:50%"> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"></td> <td class="Headline1" align="center">Institutions DETAILS</td> <td width="42"></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Parents</td><td class="Switch0"> &gt; <a href="ContainerDetail.html?ContainerID=1" class="Text1">United States</a> </td> <td rowspan="7" class="Switch0" align="right" valign="top"><a href="../images/containers/FullContainer2094.gif" target="_blank"><img src="../images/containers/Container2094.gif" border="0"></a>&nbsp;</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Website</td><td class="Switch0"><a href="http://www.whitehouse.gov" class="Text1" target="_blank">http://www.whitehouse.gov </a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Established</td><td class="Switch0"> April 30, 1789</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Disbanded</td><td class="Switch0"> Still Active </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Contributor</td><td class="Switch0"><a href="UserDetail.html?UserID=1" class="Text1">RP</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Last Modified</td><td class="Switch0"><a href="UserDetail.html?UserID=6738" class="Text1">IndyGeorgia</a> April 04, 2020 06:49pm</td></tr> <tr><td bgcolor="#333366" align="right" valign="top" class="Headline1">Description</td><td class="Switch0" colspan="2"> <b>Overview</b> <br> All executive power in the federal government is vested in the President of the United <br> States, although power is often delegated to other officials. <br> <br> The President &amp; Vice President are elected as 'running mates' for four-year terms by the <br> Electoral College, for which each state, as well as the District of Columbia, is allocated <br> a number of seats based on its representation (or ostensible representation, in the <br> case of D.C.) in both houses of Congress. Further Info on the Electoral College - <a href="http://www.ourcampaigns.com/InfoLinkDetail.html?InfoLinkID=2679" target="_blank" >[Link]</a> <br> <br> The President also serves as Commander in Chief of the Armed Forces and is both <br> the head of state and government. The President appoints the Cabinet and oversees <br> the various agencies and departments of the federal government. <br> <br> In order for a person to become President, he or she must be a natural-born citizen of <br> the United States, be at least 35 years of age, and have resided in the United States <br> for at least 14 years. Once elected, the President serves a term of four years and may <br> be re-elected only once. <br> <br> <b>The Cabinet</b> <br> The tradition of the Cabinet dates back to the beginnings of the Presidency itself. One <br> of the principal purposes of the Cabinet (from Article II, Section 2 of the Constitution) <br> is to advise the President on any subject he may require relating to the duties of their <br> respective offices. <br> <br> The Cabinet includes the Vice President and the heads of 15 executive departments - <br> the Secretaries of Agriculture, Commerce, Defense, Education, Energy, Health and <br> Human Services, Homeland Security, Housing and Urban Development, Interior, <br> Labor, State, Transportation, Treasury, and Veterans Affairs, and the Attorney General. <br> <br> Under President Barack H. Obama, Cabinet-level rank also has been accorded to the <br> Administrator, Environmental Protection Agency; Director, Office of Management and <br> Budget; the Chair, Council of Economic Advisers ; Ambassador to the United Nations <br> and the U.S. Trade Representative. </td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td class="Headline1" align="center">HISTORY</td></tr> <tr><td class="Switch0" align="center"><a href="ContainerHistory.html?ContainerID=2094" class="Text1"><img src="/cgi-bin/historygraph.cgi?ContainerID=2094" width="300" height="100" border="0"><br>Click For More History Details</a></td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">RACES</td> <td width="42"></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Polls Close</td> <td class="Headline1">Description</td> <td class="Headline1">Takes Office</td> </tr> <tr> <td class="Switch0">Apr&nbsp;27,&nbsp;2024 12:00pm</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=1063730" class="Switch0">US President - CST Convention&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 12:00pm</td> </tr> <tr> <td class="Switch0">May&nbsp;26,&nbsp;2024 09:00am</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=1034951" class="Switch0">US President - LBT Convention&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 12:00pm</td> </tr> <tr> <td class="Switch0">Jul&nbsp;15,&nbsp;2024 12:00pm</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=1076461" class="Switch0">US President - R Convention&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 12:00pm</td> </tr> <tr> <td class="Switch0">Aug&nbsp;07,&nbsp;2024 12:00pm</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=1076462" class="Switch0">US President - D Convention&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 12:00pm</td> </tr> <tr> <td class="Switch0">Aug&nbsp;17,&nbsp;2024 07:00pm</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=1081939" class="Switch0">US President - G Convention&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 12:00pm</td> </tr> <tr> <td class="Switch0">Dec&nbsp;16,&nbsp;2024 11:00pm</td> <td class="Switch0"> <a href="RaceDetail.html?RaceID=945941" class="Switch0">US President - Electoral Vote&nbsp;</a></td> <td class="Switch0">Jan&nbsp;20,&nbsp;2025 11:00am</td> </tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">INFORMATION LINKS</td> <td width="42"></td></tr></table></td></tr> <tr> <td class="Switch0"><a href="http://www.electoralcollegehistory.com/" class="Text1" target="_blank">Historic Documents on the Electoral College&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2679" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="https://en.wikipedia.org/wiki/National_Popular_Vote_Interstate_Compact" class="Text1" target="_blank">National Popular Vote Interstate Compact&nbsp;</a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=6010" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.whitehouse.gov/news/nominations/" class="Text1" target="_blank">Presidential Administration Nominations&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=1289" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.coherentbabble.com/" class="Text1" target="_blank">Presidential Signing Statements [2001-Present]&nbsp;</a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=3695" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://president.wikia.com/wiki/Presidentialpedia" class="Text1" target="_blank">Presidentialpedia&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2996" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="https://www.nationalpopularvote.com/state-status" class="Text1" target="_blank">Status of National Popular Vote Bill in Each State&nbsp;</a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=6009" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.presidency.ucsb.edu/" class="Text1" target="_blank">The American Presidency Project&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=3728" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.whitehouse.gov/" class="Text1" target="_blank">The White House&nbsp;</a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=73" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.thirdpartynews.net/" class="Text1" target="_blank">Third Party News&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2656" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.senate.gov/pagelayout/legislative/one_item_and_teasers/nom_confc.htm" class="Text1" target="_blank">U.S. Senate Nominations Confirmed (Civilian) Summary&nbsp;</a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=1286" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://logoblink.com/2008/03/23/usa-polit-logos-2008-1960/" class="Text1" target="_blank">USA political election logos 2008 - 1960&nbsp;</a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2866" class="Text1">Discuss</a></td> </tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="6"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">VOTER REGISTRATION</td> <td width="42"></td></tr></table></td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="5"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">DEMOGRAPHIC</td> <td width="42"></td></tr></table></td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">MEDIA</td> <td width="42"></td></tr></table></td></tr> </td></tr></table> <div align="right"> </div> </td> </tr> </table> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10