HTTP/1.1 200 OK
Date: Sat, 05 May 2012 05:42:19 GMT
Server: Apache
Last-Modified: Fri, 16 Oct 2009 18:37:17 GMT
ETag: "5d5d48f-4d8a-47611af745140"
Accept-Ranges: bytes
Content-Length: 19850
Vary: Accept-Encoding
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>


  
  <style type="text/css">
a:hover { color: #82CAFA; text-decoration: none }
  </style>
  
  <style type="text/css">
#dropmenudiv{
position: absolute;
background-color: FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font: 20px Trebuchet MS;
line-height:25px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: 000000;
}
  </style>
  
  <script type="text/javascript">
/***********************************************
* AnyLink Vertical Menu- � Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//Contents for menu 1 ABOUT US
var menu1=new Array()
menu1[0]='<a href="Overview.html">Overview</a>'
menu1[1]='<a href="Initiatives.html">Initiatives</a>'
//Contents for menu 2 CIC LI
var menu2=new Array()
menu2[0]='<a href="CICLeadership.html">What is the CIC Leadership Institute?</a>'
menu2[1]='<a href="CICLeadership2009.html">2009 CIC LI</a>'
menu2[2]='<a href="CICLeadership2009Alumni.html">2009 CIC LI Roster</a>'
menu2[3]='<a href="CICLeadership2008Alumni.html">2008 CIC LI Alumni</a>'
menu2[4]='<a href="CICLeadership2007.html">2007 CIC LI</a>'
menu2[5]='<a href="CICLeadership2007Alumni.html">2007 CIC LI Alumni</a>'
menu2[6]='<a href="CICLeadership2006.html">2006 CIC LI</a>'
//Contents for menu 3 GET INVOLVED
var menu3=new Array()
menu3[0]='<a href="InvolveStudents.html">For Students</a>'
menu3[1]='<a href="InvolveEmployers.html">For Employers</a>'
menu3[2]='<a href="InvolveEveryone.html">For Everyone</a>'
//Contents for menu 4 DIRECTORS
var menu4=new Array()
menu4[0]='<a href="Directorate09-10.html">2009-2010 Directorate</a>'
menu4[1]='<a href="Directorate.html">2008-2009 Directorate</a>'
menu4[2]='<a href="PastDirectorate.html">2007-2008 Directorate</a>'
menu4[3]='<a href="RecruitDirectorate.html">Recruitment</a>'
//Contents for menu 5 HISTORY
var menu5=new Array()
menu5[0]='<a href="History.html">How did CIC2020 form?</a>'
menu5[1]='<a href="CICTimeline.html">Timeline</a>'
menu5[2]='<a href="PastHighlights.html">Past Highlights</a>'
menu5[3]='<a href="CIC In the News.html">CIC In the Media</a>'
//Contents for menu 6 B3P
var menu6=new Array()
menu6[0]='<a href="B3P.html">Event Details</a>'
menu6[1]='<a href="B3PHistory.html">B3P History</a>'
menu6[2]='<a href="B3P2008Sponsors.html">2008 Sponsors</a>'
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var horizontaloffset=4 //horizontal offset of menu from default location. (0-5 is a good value)
/////No further editting needed
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function clearbrowseredge(obj, whichedge){
var edgeoffset= 0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-1 : window.pageYOffset+window.innerHeight-1
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up?
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then)
edgeoffset=dropmenuobj.y
}
}
return edgeoffset
}
function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}
function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)
if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
}
return clickreturnvalue()
}
function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}
function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}
function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}
function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}
  </script>
  
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">

  


  
  <title>Catalysts for Intellectual Capital 2020</title>
  <meta content="CIC2020" name="author">


  
  <meta content="Catalysts for Intellectual Capital 2020, Brain Drain, Upstate NY, Binghamton University, CIC2020, CIC 2020, Leadership Institute, Intellectual Capital, Retaining Young People, Service Learning, Josh Kay, Kathryn Fletcher, Diane Crews" name="description">
</head>



<body style="color: rgb(0, 0, 0); background-color: rgb(51, 102, 255);" alink="#66ffff" link="#3366ff" vlink="#3366ff">


<font> </font>
<table style="background-color: rgb(0, 0, 0); width: 960px; height: 180px; text-align: left; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="2">


  <tbody>


    <tr align="center">


      <td colspan="1" rowspan="1">&nbsp;
&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img style="width: 56px; height: 88px;" alt="" src="images/Bulb.gif"> &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img style="width: 780px; height: 120px;" alt="" src="images/CIC2020Banner.jpg"><br>


      
      <div style="text-align: left;">
      
      <marquee direction="left" bg="" onmouseover="this.stop()" onmouseout="this.start()" behavior="scroll"></marquee>


      </div>


      <font color="#cc9933" face="Trebuchet MS" size="5"> </font> <font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"> </font></font><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5">
      
      <table style="text-align: left; width: 960px; height: 32px;" border="1" cellpadding="10" cellspacing="2">


        <tbody>


          <tr>


            <td style="vertical-align: top; width: 150px;"><big style="font-family: Trebuchet MS; font-weight: bold;"><big><a href="Home.html" style="text-decoration: none;">Home
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</a></big></big><br style="font-weight: bold;">


            
            <div style="text-align: left;"><big style="font-family: Trebuchet MS; font-weight: bold;"><big>
            <a href="Overview.html" onmouseover="dropdownmenu(this, event, menu1, '130px')" onmouseout="delayhidemenu()" style="text-decoration: none;">About
CIC&nbsp; &nbsp; &nbsp;</a><br>


            </big></big><small style="font-weight: bold;"><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><a href="Directorate.html" onmouseover="dropdownmenu(this, event, menu4, '270px')" onmouseout="delayhidemenu()" style="text-decoration: none;">Directors
&nbsp; &nbsp;
&nbsp; </a><br>

            <a href="History.html" onmouseover="dropdownmenu(this, event, menu5, '260px')" onmouseout="delayhidemenu()" style="text-decoration: none;">History
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; </a></font></small></font></small><br>

            <big style="font-family: Trebuchet MS; font-weight: bold;"><big><a href="CICLeadership.html" onmouseover="dropdownmenu(this, event, menu2, '465px')" onmouseout="delayhidemenu()" style="text-decoration: none;">CIC-LI
&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;</a><br>

            <a href="CICPartnership.html" style="text-decoration: none;">CIC-CP
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</a><br>

            <a href="B3P.html" onmouseover="dropdownmenu(this, event, menu6, '165px')" onmouseout="delayhidemenu()" style="text-decoration: none;">B<sup>3</sup>P
&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </a></big></big><br style="font-weight: bold;">

            <big style="font-family: Trebuchet MS; font-weight: bold;"><big>
            <a href="CIC%20Companions.html" style="text-decoration: none;">Supporters &nbsp;
&nbsp;</a></big></big><br style="font-weight: bold;">

            <big style="font-family: Trebuchet MS; font-weight: bold;"><big>
            <a href="InvolveEveryone.html" onmouseover="dropdownmenu(this, event, menu3, '220px')" onmouseout="delayhidemenu()" style="text-decoration: none;">Get
Involved&nbsp;</a></big></big><span style="font-family: Trebuchet MS; font-weight: bold;"> </span>
            <br style="font-family: Trebuchet MS; font-weight: bold;">

            <font style="font-family: Trebuchet MS; font-weight: bold;" color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" size="5"><a href="Contact%20Us.html" style="text-decoration: none;">Contact
Us &nbsp; &nbsp;</a></font></font><br>

            </div>

            <a style="color: rgb(255, 255, 204); font-family: Trebuchet MS;" href="Contact%20Us.html"><font size="5"><font size="5"> </font></font></a> <font color="#cc9933" face="Trebuchet MS" size="5">
            <div style="text-align: center;"><a href="2008%20CIC%20Directorate%20Application.pdf"><span style="color: rgb(255, 255, 204); font-family: Trebuchet MS;"><font size="5"><font size="5"><br>

            </font></font></span></a></div>

            </font></td>

            <td style="vertical-align: top; color: rgb(0, 0, 0); width: 758px; background-color: rgb(255, 255, 255);">
            <div style="text-align: center;">
            <div style="text-align: center;"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font style="color: rgb(255, 255, 255); font-family: Trebuchet MS;" color="#cc9933" face="Trebuchet MS" size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><small><small><span style="color: rgb(0, 0, 0);"></span></small></small></font></font></font></font></font></font></font></font></font></font></font></font></font></font><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><small><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><big><big><span style="color: rgb(0, 0, 0);"><big><span style="color: rgb(51, 51, 255);"></span></big></span></big></big></span></small></small></font></small></font></small></font></font><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><big><big><big style="color: rgb(0, 0, 0);">W<small>ORKING WITH <big>CIC2020</big></small></big></big></big></span><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><small><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"></span></small></small></font></small></font></small><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><big><big>
            </big></big></span></div>

            <hr style="height: 4px; width: 92%; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"></span></div>

            <span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"></span><font style="color: rgb(255, 255, 255); font-family: Trebuchet MS;" color="#cc9933" face="Trebuchet MS" size="5"><font size="5"><span style="font-weight: bold;"></span></font></font><font style="color: rgb(255, 255, 255); font-family: Trebuchet MS;" color="#cc9933" face="Trebuchet MS" size="5"><font size="5"><font size="5"><font size="5"><span style="font-weight: bold;"></span></font></font></font></font><font style="color: rgb(255, 255, 255); font-family: Trebuchet MS;" color="#cc9933" face="Trebuchet MS" size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><font size="5"><small><small><big style="font-weight: bold; font-style: italic;"><big><small><small style="font-family: Helvetica,Arial,sans-serif;"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(51, 102, 255);"></span></span></small></small></big></big></small></small></font></font></font></font></font></font></font></font>
            <span style="font-weight: bold; font-family: Trebuchet MS; color: rgb(0, 0, 0);"></span><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><small><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><big><big><span style="color: rgb(0, 0, 0);"><big><a href="CICLeadership.html" style="text-decoration: none;"><span style="color: rgb(51, 51, 255);"></span></a></big></span></big></big></span></small></small></font></small></font></small></font></font></font></font></font></font><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><font color="#cc9933" face="Trebuchet MS" size="5"><small><small><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"><big><big><span style="color: rgb(0, 0, 0);"></span></big></big></span></small></small></font></small></font></small></font></font><span style="font-weight: bold; color: rgb(255, 255, 255); font-family: Trebuchet MS;"></span></font></font><small style="color: rgb(0, 0, 0);"><font face="Trebuchet MS" size="5"><small><font face="Trebuchet MS" size="5"><small><span style="font-weight: bold;">S<small>UPPORTERS</small></span><small><span style="font-weight: bold;"></span><br>

            <small><big>Initial funding was provided by the
Stephen David Ross University and Community Projects Fund, Provost Mary
Ann Swain, and the Southern Tier Opportunity Coalition.
&nbsp;Thanks to
the support, CIC 2020 has managed to covered the costs of administering
the
CIC Leadership Institute for two
years. &nbsp;The group's initiatives cannot happen without the
support of its sponsors. &nbsp;All
donations are tax deductible. &nbsp;<br>

Checks can be payable to: <span style="font-style: italic; font-weight: bold;">BU Foundation
#10474</span>. </big> <br>

            <br>

            </small></small></small></font></small></font></small><big style="font-weight: bold;">M<small>ENTORS</small></big><small><br style="font-family: Trebuchet MS;">

            <span style="font-family: Trebuchet MS;"> </span></small>A
component of the <a href="CICLeadership.html">CIC
Leadership Institute</a>
includes matching participants with
experienced professionals in the community&nbsp;who can offer
insight about their careers and give students an idea of what it is
like to live and work in Greater Binghamton. &nbsp;College students
generally struggle with&nbsp;indecisiveness and thus greatly
benefit from the guidance of those who have "been there and done that".
&nbsp;CIC2020 has recently expanded its efforts, developing the <a href="CICPartnership">CIC Career Partnership</a>, and
increasing the need for mentors. <br>

            <big style="font-weight: bold;"><small><br>

            </small></big><big style="font-weight: bold;">G<small>UEST
            <big>S</big>PEAKERS<br>

            </small></big>For many of the CIC Leadership
Institute
classroom sessions, the CIC2020 Directorate invites guest speakers to
lead discussion on various topics pertaining to community and economic
development. &nbsp;<br>

            <br>

            <big style="font-weight: bold;">CIC-LI<small>
            <big>H</big>OSTS <big>&amp;</big>
            <big>C</big>OORDINATORS</small></big><big style="font-weight: bold;"><br>

            </big>From January through May, participants
in the CIC Leadership Institute attend weekly sessions at various
venues in the community. &nbsp;Coordinators work with a member of
the CIC2020 Directorate to prepare
a session geared toward student interests. &nbsp;The format depends
upon a given session's theme, but most
sessions generally include several speakers or panelists, tours,
workshop activities, and discussions.&nbsp;<small><span style="font-size: 12pt; font-family: Trebuchet MS;"></span></small><br>

            <br>

            <big style="font-weight: bold;">M<small>OVERS
&amp; <span id="jiggle0" class="jc"><big>S</big>HAKERS</span></small></big><small><br style="font-family: Trebuchet MS;">

            </small> Brainstorming ideas for new initiatives
and for ways
to improve existing initiatives is a constant endeavor for CIC2020.
&nbsp;If you have an idea you would like to share or if you belong
to a
group whose
efforts coincide with <a href="Overview.html">our mission</a>,
please contact us to discuss potential collaboration!<br>

            <br>

            </td>

          </tr>

        </tbody>
      </table>

      <big style="color: rgb(204, 204, 204); font-family: Arial; font-weight: bold;"><font size="1"><big>Copyright
&copy; 2009 Catalysts for Intellectual Capital 2020.&nbsp; All
Rights Reserved.<br>

      </big></font></big></font></font></td>

    </tr>

    <tr align="center">

    </tr>

  </tbody>
</table>

<div style="text-align: center;">
<br>

</div>

</body>
</html>
