From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Thu, 1 Mar 2007 10:52:04 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0007_01C75BEF.A658B050"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C75BEF.A658B050
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar/standard/drawsurveyuserform.cfm?mode=READ&formid=106&userid=109147&orgid=240&cftoken=61812052&cfid=425051

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Environment Settings (DEV, QA, TRN, PRD) ---><!-- Session Params =
---><!-- Kill Application ---><HTML><HEAD><TITLE>SOLAR</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META http-equiv=3DPragma content=3Dno-cache><LINK=20
href=3D"http://acswebapplications.acs.org/applications/solar/shared/surve=
y.css"=20
type=3Dtext/css rel=3DSTYLESHEET>
<SCRIPT language=3DJavascript1.2>
<!--
javascript:window.history.forward(1);

var saveflag =3D false;
var statusflag =3D false;
var lastquestions =3D "";
var savewin =3Dnull;
var packets;
var ques =3D new Array(100);
var ans =3D new Array(100);
var packcnt;
var navpackcnt;
var finalpackcnt;
var sentpackcnt;
var estPageHeight =3D 0;



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}

function SaveandSubmit(){

document.FormDoc.theaction.value=3D"saveandsubmit";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();



}

function SubmitNow(){

document.FormDoc.theaction.value=3D"submitnow";
savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
document.FormDoc.submit();

}

function RemoveSubmit(){

document.FormDoc.theaction.value=3D"removesubmit";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"approve";
document.FormDoc.submit();

}

function Approve(){

document.FormDoc.theaction.value=3D"removeapproval";
document.FormDoc.submit();

}



function openSaveWin()
{
   saveflag =3D true;
   savewin =3D =
window.open("savemsg.html","Save","width=3D325,height=3D150,toolbar=3Dno"=
);
}






function formQuit()
{
  =20
}

function formPrevious(ltsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dltsection;
document.FormDoc.submit();=09
}

function formNext(gtsection)
{
document.FormDoc.theaction.value=3D"saveandsubmit";
document.FormDoc.section.value=3Dgtsection;
document.FormDoc.submit();=09
}

function formPreviousNSave(ltsection)
{
 =20
  =20
		formNavigate(ltsection); =20
  =20
}

function formNextNSave(gtsection)
{
  =20
  =20
		formNavigate(gtsection);
=09
}


function formNavigate(section)
{
    if(saveflag =3D=3D true) return;
	clearInterval(navpackcnt);
	document.NavigateForm.SECTION.value =3D section;
    document.NavigateForm.action =3D "formnavigate.cfm";
	document.NavigateForm.method =3D "POST";
	document.NavigateForm.submit();
}


function isNumeric(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
}

function isNumericAndCalculate(obj)
{  =20
   if(String(Number(obj.value)) =3D=3D "NaN")
   {
      alert("Invalid Numeric Value.");
	  obj.value =3D 0;
   }
   calculateFormulas();
}



function parseValue(val)
{
    if(String(val).indexOf(".") > 0)
	{
	   decptr =3D String(val).indexOf(".");
	   if(String(val).length > decptr + 3)
	   {
	      val =3D Number(val) + 0.001;
		  val =3D parseFloat(String(val).substring(0, decptr + 3));
	   }
	}
    if(val !=3D 0)
	   return parseFloat(val);
	else
	   return val;
}

function getFile(obj)
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
   quesid =3D obj.name.substr(4);
   var a =3D open("fileupload.cfm?questionid=3D"+ quesid + =
"&userid=3D109147&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D620,height=3D320,menubar=3Dno,toolbar=3Dyes,scrollbars=3Dyes,resi=
zable=3Dyes");
}

function downFile(obj)
{

   quesid =3D obj.name;
   var a =3D open("downfile.cfm?questionid=3D"+ quesid + =
"&userid=3D109147&orgid=3D240&cftoken=3D61812052&cfid=3D425051","SOLAR","=
width=3D800,height=3D600,menubar=3Dyes,toolbar=3Dyes,scrollbars=3Dyes,res=
izable=3Dyes");
}

function viewPrint()
{
    if(saveflag =3D=3D true)
	{
		alert("Still saving data.");
		return;
	}
    printform =3D =
'loading.cfm?formid=3D106&userid=3D109147&orgid=3D240&cftoken=3D61812052&=
cfid=3D425051';=09
	var a =3D =
open(printform,'Print','height=3D450,width=3D700,scrollbars=3Dyes,resizea=
ble=3Dyes,menubar=3Dyes');
}

function formExit()
{
if (confirm('Please be sure that you have saved your work before you =
exit this form. NOTE: This message appears each time you select main =
menu. If you have already saved your work click OK, to return to the =
form click Cancel.')){
window.location=3D'../menu.cfm';

}

}

function closeSavewin()
{
if (savewin !=3D null)
savewin.close();

}

//-->
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#0000ff link=3D#0000ff bgColor=3D#ffffff =
leftMargin=3D3=20
topMargin=3D16 onload=3DcalculateFormulas(); onunload=3DcloseSavewin();=20
MARGINHEIGHT=3D"16" MARGINWIDTH=3D"3"><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  PROCESS INPUTS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get Values ---><!-- Test For Values ---><!-- Test Form =
----><!-- Test Mode ---><!-- Test UserID ---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Get OrgName ---><!-- Get Form Name ---><!-- Create Array for =
Form calulations ---><!-- Create Array of DB Answers ----><!-- Create a =
List of All Questions on Page----><!-- Check For Form Status ----><!-- =
Initialize Form Navigation Bar ----><!-- Construct Navigation =
Bar---><!-- Form --->
<FORM name=3DFormDoc action=3Dactform.cfm method=3Dpost><INPUT =
type=3Dhidden=20
name=3Dtheaction> <INPUT type=3Dhidden name=3Dsection> <INPUT =
type=3Dhidden value=3D109147=20
name=3Duserid> <INPUT type=3Dhidden value=3D106 name=3Dformid> <INPUT =
type=3Dhidden=20
value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 name=3DORGID> =
<INPUT=20
type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden value=3D61812052 =
name=3DCFTOKEN> <INPUT=20
type=3Dhidden value=3D425051 name=3DCFID> <INPUT type=3Dhidden=20
value=3Dmode=3DREAD&amp;formid=3D106&amp;userid=3D109147&amp;orgid=3D240&=
amp;cftoken=3D61812052&amp;cfid=3D425051=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD id=3DFormStatusWarning vAlign=3Dcenter align=3Dmiddle>Your Local =
Section=20
      Councilor has approved the annual report. You may continue to view =
the=20
      annual report, but no additional changes may be made. Please =
contact the=20
      SOLAR Administrator (Main Menu Option) if you have any =
questions.</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG=20
            =
src=3D"http://acswebapplications.acs.org/applications/solar/images/acs02.=
gif"></TD>
          <TD id=3Dformname>Part II - Annual Narrative Report <FONT=20
            color=3Dred>Optional for EZ=20
            Submission</FONT><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;
            <HR>
          </TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD><A name=3Dtop><B>Indiana-Kentucky Border</B></A></TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD><CFOUTPUT>
      <TABLE>
        <TBODY>
        <TR>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A =
href=3D"javascript:formExit();">Main=20
            Menu</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
          <TD>&nbsp;</TD>
          <TD id=3Dformnavbar vAlign=3Dtop><A=20
            href=3D"javascript:viewPrint();">Printable=20
            =
Version</A>&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TBODY></TABLE></CFOUTPUT>
      <HR>
    </TD></TR>
  <TR>
    <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Test Sections ---><!-- Initialize Section Navigation Bar =
----><!-- Determine PageBreaks ----><!-- Get Sections ----><!-- =
Construct Section Bar--->
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D421>A. =
Activities</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><B>Please describe and rank </B>up to ten =
of your=20
            section's activities during 2006. Provide (a) the title of =
the=20
            activity, (b) a one paragraph description of the activity, =
and (c)=20
            an indication if this activity was new in 2006. If you wish =
to=20
            provide details beyond these paragraphs, please do so in =
Appendix=20
          1.</TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #1</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Activation of a =
LSYCC"=20
                  name=3DQUES24321></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit to<BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24324 rows=3D10 wrap=3Dhard =
cols=3D55> This year we were honored to start the new local YCC=20
section.  The section utilized the start up grant to=20
host two events in the Fall.  The first event was a=20
poster session for undergraduate research students at=20
UE and USI.  An introduction by the national YCC=20
chair was part of the event as well as a $100 award=20
for the best poster.  There were 40 people present=20
and 20 posters were presented, including several from=20
local industry. Food was provided at this event.
The second event was a discussion panel on careers in=20
chemistry.  A local group from GE Plastics with a=20
wide range of experience in chemical industry talked=20
about their careers to 15 college students.  The=20
LSYCC is active and has many activities planned for=20
the 2007 school year. We are glad that the local ACS=20
section has now a formal group that can address the=20
interests and concerns of the age group under 35.=20
Many industry members in our region fit that=20
category. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24327_ON =
name=3DQUES24327></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #2</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Joint Meeting/Diverse Participation" =
name=3DQUES24340></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit <BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24343 rows=3D10 wrap=3Dhard =
cols=3D55> This year the local section focused on getting=20
different groups involved in its activities: First,=20
we made sure that speakers address interests of both=20
academic and industrial guests. Two of the meetings=20
were hosted with other local professional=20
organizations (Ohio Valley Analytical Chemists and=20
Society of Plastic Engineers).  Folks who=20
participated=20
in these events returned to other LS events. During=20
NCW, we formally solicited participation from women=20
and minority groups in the region.  We succeeded in=20
getting the GE plastics Women Network organize visits=20
to elementary schools in the rural areas.  We also=20
had the Asian Pacific American Forum at GE Plastics=20
participate in the demonstrations for children at the=20
Evansville Museum.  GE Volunteer group also made=20
visits to Evans Middle School which is known for the=20
low academic performance of its students. YCC is also=20
another example of how different age groups are=20
incorporated into the events of the local section. =20
In summary, the local section crossed successfully=20
the barrier in the gender, national origin, career=20
focus, age, and financial status of its members and=20
targeted guests. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24346_ON =
name=3DQUES24346></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #3</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Science Cafe and Historical Site Appl."=20
                name=3DQUES24359></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24362 rows=3D10 wrap=3Dhard =
cols=3D55> The local section applied to the national ACS to=20
consider GE Plastics site in Mt. Vernon, IN to be=20
designated as a historical landmark.  This site has=20
been the manufacturer of Lexan Polycarbonate for the=20
last 47 years.  Its products made it to the moon,=20
cell phones, and interior of airplanes. We are=20
awaiting to hear from the national ACS on the=20
application.=20
 The local site was awarded a Science Cafe minigrant=20
late in the year.  Joining with the LSYCC, this grant=20
is going to be used to host a public event at one of=20
the local bookstores in Evansville to address an=20
issue of public interest. The event is planned for=20
the first half of 2007. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24365_ON =
name=3DQUES24365></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #4</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Speakers and =
Newsletters"=20
                  name=3DQUES24378></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24381 rows=3D10 wrap=3Dhard =
cols=3D55> Our Section hosted 6 speakers in 2006.  The=20
topics included Green Plastics (30 attendees),=20
Symmetry in Art and Science (75 attendees), Chemistry=20
Enterprise in 2015 (50 attendees), Detection of=20
Biological Agents (40 attendees), Fluorescent=20
Biosensors (50 attendees), and Genomic Fostomycin=20
Resistant Proteins (30 attendees).  Attendees were=20
representatives from student affiliates, chemistry=20
students, faculty, industrial chemists as well as=20
members of other local professional societies.  The=20
dinner prior to these talks has been a great=20
opportunity for the participants to meet and greet=20
each other and learn about the advancements in their=20
particular areas of interest. Our section issues a=20
newsletter almost every month during the academic=20
year.  The newsletter is distributed both by mail and=20
electronically.  It includes items on what is=20
happening in the local section as well as links to=20
events on the national level. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24384_ON =
name=3DQUES24384></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #5</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3DNCW =
name=3DQUES24397></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragaph):</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24400 rows=3D10 wrap=3Dhard =
cols=3D55> The local section continues to reach out to the=20
community during NCW.  Much is accomplished with the=20
help of college students, university faculty, high=20
school teachers and industry volunteers.  Our=20
greatest=20
outreach involves visitation to area 4th grade=20
classrooms where 2000 copies of Celebrating Chemistry=20
were distributed while visiting over 20 schools in=20
the region.  Hands-on activities were based on the=20
theme, "Your Home - It's all built on chemistry."  In=20
addition, hands-on activities were made available and=20
a demonstration was presented at the local museum.=20
This was done with the help of student affiliates,=20
faculty, chemists from GE Women Network, GE Asian=20
Pacific American Forum, and GE Volunteers. =20
Associated with NCW were the two events Mole Day, a=20
high school chembowl, and Girls Scouts night.  See=20
below.  Past president Bill Carrol was also part of=20
NCW activities this year, presenting three talks in=20
one day, one for the Chembowl participants, one for a=20
USI Colloquium, and one for a LS meeting. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24403_ON =
name=3DQUES24403></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #6</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Earth and Mole Days" =

                  name=3DQUES24416></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph ):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24419 rows=3D10 wrap=3Dhard =
cols=3D55> For Earth Day Celebration, the LS holds A spring=20
Chemistry Bowl.  Highschool teachers were requested=20
to=20
form a team made of 3 students in their first year of=20
chemistry.  Each team was sponsored by their=20
chemistry=20
teacher, and nine teams from seven schools=20
participated this year. Plaques were given to the=20
first and second place teams.  Teachers also brought=20
their classes to observe the competition, took tours=20
of the chemistry department labs at the University of=20
Southern Indiana and enjoyed a chemical demonstration=20
show.  Roughly 100 students attended the event.  The=20
Mole Day event, also considered an NCW event, invites=20
second-year HS chemistry students.  Award plaques are=20
presented to the top HS team for each event and=20
certificates for the runner-up.  This year, past=20
president Bill Carrol presented the Mole Day awards. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24422_ON =
name=3DQUES24422></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #7</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"National Chemistry =
Olympiad"=20
                  name=3DQUES24435></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24438 rows=3D10 wrap=3Dhard =
cols=3D55> The local section continues to administrate the=20
local and national Chemistry Olympiad events.  This=20
year three schools with 12 students participated in=20
the local section exam at USI and 3 students from two=20
schools took the national exam in the following month=20
at USI as well. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24441_ON =
name=3DQUES24441></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #8</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Boy Scouts and Girl =
Scouts"=20
                  name=3DQUES24454></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24457 rows=3D10 wrap=3Dhard =
cols=3D55> For the past several years, joining with the Student=20
Affiliates at USI, the section has provided hands-on=20
experiments permitting area Boy Scouts (25=20
participated) to earn their merit badge in February. =20
This is a fundraising opportunity for the SA. =20
Portions of the funds are used for an annual=20
chemistry scholarship at USI. In October, Girl Scouts=20
(about 60) are invited for an overnight "lock-in"=20
event at USI.  Numerous experiments, hands-on=20
activities, and a chemical demonstration are=20
available=20
for the scouts.  This year a local policeman was on=20
site to provide ID and fingerprinting services. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D24460_ON =
name=3DQUES24460></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #9</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Students =
Recognition"=20
                  name=3DQUES24473></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24476 rows=3D10 wrap=3Dhard =
cols=3D55> Three events, one new, provided student recognition=20
and awards. Every spring two students from each of=20
the=20
area universities, USI, UE, KWC, and Brecia College,=20
were awarded the top student award for sophomore and=20
senior in each of the universities.  The event took=20
place in a banquet at KWC where dinner was provided.
In the Fall, during the new YCC poster session for=20
USI and UE, the student with the best poster was=20
recognized with a monetary award. Additionally, a=20
monetary award is provided to the top chemistry=20
poster in both the senior and junior division of the=20
Tri-state Regional science and Engineering Fair. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24479_ON =
name=3DQUES24479></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #10</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"Visit to Historical Reitz Home Museum"=20
                name=3DQUES24492></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to<BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24495 rows=3D10 wrap=3Dhard =
cols=3D55> Members of the local section got together on this=20
cold day in December to celebrate the completion of a=20
fun and productive year of the local ACS.  25 people=20
enjoyed light snacks and listened to reports from the=20
2006 chair and chair elect.  Following that, a fun=20
trivia was administrated to highlight events occurred=20
during the year in the LSACS.  The end of the event=20
was a delightful tour of the historical Reitz Home=20
Museum. The house was nicely decorated for the=20
Christmas holiday. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D24498_ON =
name=3DQUES24498></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2006</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D106&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D422>B. Summary - Overall =
Section=20
            Activities</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Please =
summarize in=20
                  <I>1,000 words or less</I>, the activities of the =
section in=20
                  2006 which have not been already described. =
Outstanding events=20
                  should be described in some detail and appropriate =
attachments=20
                  included in Appendix 3. Programs described here may be =

                  featured in publications produced by the ACS =
Membership=20
                  Division and/or at the Local Section Leadership=20
Conferences.</TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24510 rows=3D10 wrap=3Dhard =
cols=3D55> The INKY section of the ACS continued this past=20
year to be an excellent platform for the area=20
chemists=20
to meet and share ideas, concerns, and suggestions.=20
With over 180 members, four colleges, and many=20
chemical industries in the area, the presence of the=20
chapter can be felt on both banks of the Ohio from
Owensborough, KY to Evansville, IN.
  Six speakers, and a total of seven section meetings=20
were held in 2006. The speakers covered different=20
areas of chemistry (from green chemistry to symmetry)
that received the attention of chemists and students.=20
This year was unique because two of the seminars were=20
co-hosted with other area professional groups (Ohio=20
Vally Analytical Forum and Society of Plastic=20
Engineers). The industrial and academic presence was=20
clear in several of the sessions.  Wonderful=20
newsletter and website were used to communicate the=20
local events and the national highlights.
  The end of the school year was a great opportunity=20
to honor the top sophomore and senior in each of the=20
four area colleges (USI, UE, Brecia, and KWC).
  The local section of YCC began its activities=20
this year with a joint poster session for USI and UE.=20
Later in the year, a discussion panel on careers in=20
chemistry was hosted by YCC at USI.=20
  NCW was a great success with involvements from=20
students, faculty, and industrial chemists. For the=20
first time, several of the diversity groups at GE=20
participated formally in the NCW events (Asian=20
Pacific American Forum and Women Network), along with=20
the GE volunteer group.  NCW events at under=20
underprivileged Evans Middle School and the=20
Evansville Museum were big hits. =20
  Girl Scouts science night at USI, Boy Scouts merit=20
Badge activities, Chemistry Olympiad, Mole Day, and=20
Earth Day were nice ways to engage K-12 grade=20
students in chemistry activities along with the=20
undergraduate students.=20
  End of the year celebration took the=20
local section to the Historical Reitz Home Museum. =20
It was nice to see the continued involvement from=20
academia and industry in the local events.=20
  The year also included the application for a=20
historical designation as a landmark for GE Plastics,=20
Mt. Vernon, Indiana as the home of Lexan=20
Polycarbonates. In addition, the local section was a=20
recipient of a Science Cafe mini grant to be used in=20
the next couple months to increase the general public=20
awareness to topics in chemistry.=20
  Members, student affiliates, councilor and=20
alternate councilor represented the local section at=20
the two national ACS meetings in 2006. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D106&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D423>C. Local Section and =
Chair=20
            Goals</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2006 Goal=20
                  Attainment</B>. The Local Section Activities Committee =

                  strongly encourages local section planning. As a =
result, the=20
                  2006 local section annual report should follow-up on =
the=20
                  attainment of goals. Please list the goals you set at =
the=20
                  beginning of your term for your section and yourself, =
and=20
                  report on the attainment of the=20
        goals.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Local =
Section Goals=20
                  and Assessment</B>:</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24522 rows=3D10 wrap=3Dhard =
cols=3D55> 1) Increase interaction with other local=20
professional societies such as SPE. (Successful)

2) Pursue further the formation of local chapter=20
for the YCC (Successful)=20

3) Follow up on ACS historical designation of local=20
sites (Partially successful)

4) Find new ways for outreach programs (Successful=20
with Science Cafe grant) </TEXTAREA></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2006 =
Chair's Goals=20
                  and Assessment</B>:</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24530 rows=3D10 wrap=3Dhard =
cols=3D55> 1) Encourage interaction with other local science-
oriented groups in the area (successful)

2) Increase ACS involvement of young professional=20
chemists (Successful)

3) Follow up on ACS historical designation of local=20
sites (successful application, but takes time to hear=20
from the national society on status) =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2007 =
Goals</B>. (This=20
                  section should be completed by the 2006 local section =
chair.)=20
                  Please list below at least three goals that you and =
your local=20
                  section plan to accomplish during your term as local =
section=20
                  chair.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2007 Local =
Section Goals=20
                  (Include at least three goals):</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24542 rows=3D10 wrap=3Dhard =
cols=3D55> 1. Plan one joint meeting with a regional scientific=20
or technical society.
2. Have the local YCC group coordinate one or two of=20
the local section meetings.
3. Remain involved in National Chemistry Week=20
Activities
4. Schedule one summer or fall social activity. </TEXTAREA></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2007 Chair's =
Goals:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24550 rows=3D10 wrap=3Dhard =
cols=3D55> 1. Update the committee structure of the IN-KY local=20
section.
2. Contact each member by email, phone or newsletter.
3. Increase coordination with other ACS groups, e.g.=20
YCC, Women Chemists. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D106&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD id=3Dsectionname>&nbsp;<A name=3D424>D.=20
        Suggestions/Concerns</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>List any =
suggestions you=20
                  have for the Local Section Activities Committee =
(LSAC). How=20
                  can LSAC specifically help your section?</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES24553 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar/standard/dra=
wsurveyuserform.cfm?mode=3DREAD&amp;formid=3D106&amp;userid=3D109147&amp;=
orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D24317,25977,24318,24319,24320,24321,24322,24323,24324,24325,24326=
,24327,25976,24335,24337,24338,24339,24340,24341,24342,24343,24344,24345,=
24346,25978,24347,24354,24356,24357,24358,24359,24360,24361,24362,24363,2=
4364,24365,25979,24366,24373,24375,24376,24377,24378,24379,24380,24381,24=
382,24383,24384,25980,24385,24392,24394,24395,24396,24397,24398,24399,244=
00,24401,24402,24403,25981,24404,24411,24413,24414,24415,24416,24417,2441=
8,24419,24420,24421,24422,25982,24423,24430,24432,24433,24434,24435,24436=
,24437,24438,24439,24440,24441,25986,24442,24449,24451,24452,24453,24454,=
24455,24456,24457,24458,24459,24460,25985,24461,24468,24470,24471,24472,2=
4473,24474,24475,24476,24477,24478,24479,25984,24480,24487,24489,24490,24=
491,24492,24493,24494,24495,24496,24497,24498,25983,24499,24506,24508,245=
09,24510,24511,24512,24513,24514,24515,24516,24517,24518,24519,24520,2452=
1,24522,24523,24524,24525,24526,24527,24528,24529,24530,24531,24532,24533=
,24534,24535,24536,24537,24538,24539,24540,24541,24542,24543,24544,24545,=
24546,24547,24548,24549,24550,24551,24552,24553 name=3Dthequestionlist>=20
  <TR>
    <TD>&nbsp;</TD></TR>
  <TR>
    <TD id=3Dsectionnavbar =
align=3Dmiddle></TD></TR></TBODY></TABLE></TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME FORM
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TABLE></FORM>
<FORM name=3DNavigateForm><INPUT type=3Dhidden name=3DSECTION> <INPUT =
type=3Dhidden=20
value=3D106 name=3DFORMID> <INPUT type=3Dhidden value=3D109147 =
name=3DUSERID> <INPUT=20
type=3Dhidden value=3DREAD name=3DMODE> <INPUT type=3Dhidden value=3D240 =
name=3DORGID>=20
<INPUT type=3Dhidden name=3DORGTYPE> <INPUT type=3Dhidden =
value=3D61812052 name=3DCFTOKEN>=20
<INPUT type=3Dhidden value=3D425051 name=3DCFID> </FORM></FORM>
<FORM name=3DCommandForm><INPUT type=3Dhidden name=3DFormAction> <INPUT =
type=3Dhidden=20
name=3DSECTION> <INPUT type=3Dhidden value=3D106 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D109147 name=3DUSERID> <INPUT type=3Dhidden value=3DREAD =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D61812052 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D425051=20
name=3DCFID> </FORM><!-- End Of Form ---></TD></TR></TABLE><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  ADD CALCULATIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
----->
<SCRIPT language=3DJavascript1.2>
	function calculateFormulas()
	{

=09
	}
	</SCRIPT>

<SCRIPT language=3DJavascript1.2>
<!--
estPageHeight =3D eval("49 * 0");
//-->
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0007_01C75BEF.A658B050
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://acswebapplications.acs.org/applications/solar/images/acs02.gif

R0lGODlhSQBFAPf/AP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Z
mf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8A
Zv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZ
M8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wA
AJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm
/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/
zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZm
mWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/
ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNm
MzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/
AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz
/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAASQBFAEAI/wABCBxI
sKDBgwgTKlzIsCHDAAEGuKCRxYsXPlegsFixwqHHjwACCBAwIIGCkwoWqFyQEiXKGi4VuKiRoAYW
LFeubASpEOLIki6CKqBRw4WCLDRcYPmCJYHJGkWDJqDRYiqWpEFhKtBaVObNnBtLNFxhBdCoUaRI
AQKUtm3aUX/OqkrlTJXdu3jn5r27ahWps2hJ/XFrt++zVVVWqFhxwCEUUs/qrirVooULky4ArWrW
rJSVoFYQIbIiMw+pwoBeFGDBQiJkVc6qVVv1p0oVK1Z0IgzAE4ATVc+CqzrNd3ipyaT6rtr7zNoq
QLZxy5DRsbf1gVWAs1o16OagQ6yaP/+/bUUG6+rX0zvkyB69+vcPRQqo3IJFCd7w8wuUTyCmTJQu
zDCDUwB+NQNH+u0mXwKW0UDDVFh1dVINDlIYlIMTKjCVTElZRcMVM2zU2EcQreDUhTTcZNGKgnxB
X0ktzOBCC0mdRKACM9DwQlBBZXGFF4EE4sVNRGZxVYophrgRfgqtcJozdNlVlyqsWOFUFaUM54wz
nPUlSAtRDLIcbKhdhoULA7SgWSp5iQddFazN0IJ1K6wiXF6klAKnIIGw4sxZdf2RlGbNsHkXm7I9
J910MiSIUAx91eUMMqaQRkALWPwxpl3VOAeIFeSZx4Kj6VXRV6J/4AZqDBwxSeqrsMb/KuusBUE0
gEQOfhgWrb0JkEBQVZV0EkVdXJEASRPVIOeIvBq0oEkpseTfSS68EFNQWPgYonuv+uSrUzTIZO1J
0k5rlLQvhFsUjV9dgWB+3qbJ47AMXjVRFhMZRa2DRxrloEnhDnVZijeFyCxIC3LI7xdMZYGUF0lR
lStVM2IBlVYB5niVFw47XOHEHx54gAEOscZCTlcEqXIgqq7AQoM8VlzDC1ApNVG2Vy1lUSBXqKoq
yjnxGcgeVnBEMkIrjLIlKc6kpQoyWzazNHF2pcImIKwhEOPLLbQ1SirNqHKW01tCbfVdzjwzG3RP
bMQaQyok90zVdmHBwgI1IICFXVQj/8bCkCf8ARsyduk51SGrsBLIlmSq0ul45Mlpnal2lpLWcacI
wvRyWLRwhSCFlZJFCzEEgrYppQgiSF+wJfppFdOFmGB2mxoqiAwuGXXjZVaYIqWkaitaHqMHv5pd
cEz/5QxiTjFoxXJbSuq6z+c1W1B20QfyhAsOD8CC77GtbZtt7FnPEOXQAzcbyy2/a/5HKlgRSGLR
lf/+/fjnP6u3I0Hkqv4esdUAFHae/wGwJxH5VUW8AJZWHfAgErnMTwiglC8E6UEDnAgLBPDAkJAk
JtCSSQ1AdCuZzOQm9TFgs34ywGi5pFz/iQlUblI967HwhSuZ1lb8c6+CseAAKkzQSP98dRkJkQuG
LtFKEh9Eka8gYAVBTI98bvWrDv1LKAAKGLX0ta+p+MtIOPlhFEk0xRN15V+YwkoVjQKVXOELQhoK
10y+WLAWQPE68cpgjWbiFaQgqUY2UhiNqNICqHBoQjAhig/vyBMWggtFBHOji36VLzBeyyIz0thE
JGaUmRjJYMVTCEmAQrAVrYgpgvACmtjFPX1NpY1YcRD3ZgCkH11BRf1yGE7qc5+eMCZOQFtZkK6w
IKEAqwUqsVEL5DWjyuQsSFzggs+AlhPcQMF9BeEIbvCQh27qQQ9/AEQe/vCHbpozLl8bxV7Ohhfi
qFMVfTkLOeFCTnKuhTh9yYNiGFn/EBUAYjinCehfkDG24WxqLql4DpEGIYgrOAwyW2LnXf6CFmSk
4muGspNz9AAnl7EgASExyApMpxe0zWUVgQiKZqTEGVGsxW6fC+c7Eyq6VWKhD30xFF+qAY1VcJQ1
lQHpQlSgnEPBcxAtSEkLBrGX58jJMnZBBj6r8CvhvXOnnoqcjD4CBVMc5qSlkAKNakCAFySHM4pD
kwxYIYgVVItqqqjCAl6gOim4IDlSch15QDSn3tRJOYBQQRXWwho8DEcViagPCwRXijxUxQp+YpMz
9qARFgy2MI+DTnkE1NeDjJEgTwgE6w6KGtZsB2pcGs5URHu2Kd3lcdJcVGfh4wQ7tpFWFYJgwQ5p
5i+Y8M4U0SOT2pzDvvKw5rO9IQH6vjpRUphGLYCwXB7WUrV3NsdTqooTt0j1BDu5NnrPwZcLvoC4
P111FZnNLmtCGStIsa5pzgjECsp6kzxICbPYHZ55tkurAJiKcc5QnL0GEAXQcSqrqorBTgBoqsMg
BgEMSkCDYatebB4QfXgJzjVY8an28feBDT7VbHBTPwt38HqssAYrOKqqxHz4xARpj4xh/JEDmJjG
HQwIADs=

------=_NextPart_000_0007_01C75BEF.A658B050
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar/shared/survey.css

#formname {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #000066; LINE-HEIGHT: 15pt; =
FONT-FAMILY: times
}
#formnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#sectionname {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 12pt; =
FONT-FAMILY: times
}
#sectionnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#questionhdr {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#questiontxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#questionchildtxt {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#menuheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 14pt; =
FONT-FAMILY: tahoma
}
#menuoption {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: =
12pt; FONT-FAMILY: arial
}
#solarheader {
	FONT-WEIGHT: bold; FONT-SIZE: 19pt; COLOR: #ffffff; LINE-HEIGHT: 24pt; =
FONT-FAMILY: timesroman; BACKGROUND-COLOR: #000099
}
#subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000000
}
#solartext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#navtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000066; FONT-FAMILY: arial
}
#lineone {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#linetwo {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#instructtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000099; FONT-FAMILY: =
sans-serif
}
#alphalist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial
}
#ErrorText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: arial
}
#PageBreak {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 12pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000099
}
#FormStatusWarning {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #ff0000
}
#FileUploadFont {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: arial
}

------=_NextPart_000_0007_01C75BEF.A658B050--
