From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Thu, 1 Mar 2007 10:53:27 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0015_01C75BEF.D7652570"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0015_01C75BEF.D7652570
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=110&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=3D110&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=3D110 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=3D110&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 IV Self Nomination for Chemluminary =
Awards<FONT=20
            color=3Dred> Optional</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=3D434>Please Read Before =
Completing=20
            this Section</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>Part IV of the annual report is OPTIONAL; =
local=20
            sections are not required to complete this part of the =
report.</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>Part IV is =
used to=20
                  collect nominations for a variety of local section =
awards.=20
                  Local sections that postmark or submit their complete =
annual=20
                  report electronically by February 15, 2007 may =
nominate=20
                  themselves for a variety of ACS awards, by completing =
this=20
                  portion of the annual report. <B>Local Sections may =
complete=20
                  the EZ Annual Report form and self-nominate themselves =
for any=20
                  of the awards except the ACS Award for Outstanding =
Performance=20
                  by Local Sections.</B></TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>For =
eligibility, local=20
                  sections must complete Part IV of the annual report. A =
local=20
                  section may nominate themselves in several categories. =

                  However, only one nomination per award category is =
permitted.=20
                  A separate form must be completed for each award entry =
and=20
                  included in Part IV. Selection of the award winners is =

                  determined solely by members of the Committee =
presenting the=20
                  awards. Award finalists will be announced in June =
2007;=20
                  winners will be announced on August 21, 2007 at the=20
                  ChemLuminary Awards, held during the Fall National =
Meeting in=20
                  Boston, MA.</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Description =
of=20
                  Activity or Program: Please provide a synopsis of the=20
                  activity/program and state clearly,<B> in 1,000 words =
or less,=20
                  why the activity/program merits consideration for this =

                  particular award.</B> Only activities/programs that =
were held=20
                  in 2006 are eligible for consideration. You may wish =
to=20
                  include the following in your description: Name of=20
                  Activity/Program; Date Conducted; Site/Location; =
Number of=20
                  Participants. You may submit pictures, newspaper =
clippings,=20
                  announcements, etc. by hard copy, to support your =
nomination.=20
                  Please refer to the specific guidelines for each =
award.=20
                  Descriptions are limited to 1,000 words or =
less<B>.</B></B></TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2-3 Sentence =
Abstract:=20
                  Please provide a 2-3 sentence abstract that describes =
your=20
                  program or activity. If you are selected as a =
finalist, this=20
                  abstract will appear in the program booklet that will =
be=20
                  distributed at the Chemluminary awards.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Award =
Categories=20
                Include:</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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>ACS Awards for Outstanding Performance by =
Local=20
            Sections</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>Local Section Activities Committee =
Awards</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>Most =
Innovative New=20
                  Activity or Program in a Local Section</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Best Activity =
or Program=20
                  in a Local Section Stimulating Membership=20
              Involvement</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Local Section Career Program =
Awards</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>Local Section Public Relations and =
Communications=20
            Awards</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>Outstanding =
Continuing=20
                  Public Relations Program of Local Section</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Best New =
Public=20
                  Relations =
Program</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Younger Chemists Committee (YCC) Awards =
for Local=20
            Sections and Divisions</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>Outstanding =
Local=20
                  Section Younger Chemists Committee</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding or =
Creative=20
                  Local Section Younger Chemists Committee =
Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
New Local=20
                  Section Younger Chemists Committee</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <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>Local Section Women Chemist =
Awards</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>Outstanding =
Single Event=20
                  in a Local Section Promoting Women in the Chemical =
Sciences</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Overall=20
                  Local Section Women Chemists Committee</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Outreach to=20
                  Girls or Young Women</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <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>Society Committee on Education =
Awards</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>ACS Student =
Affiliate=20
                  Chapter Interaction Award</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
High School=20
                  Student Program Award</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Kids and=20
                  Chemistry =
Award</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Local Section Minority Affairs Committee=20
        Awards</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>Best Overall =
Local=20
                  Section Committee on Minority Affairs</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
ACS Scholars=20
                  Program Award</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>ACS Division of Polymer =
Chemistry</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>Award for =
Innovative=20
                  Initiatives in Polymer =
Science</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>ChemLuminary Awards for National =
Chemistry=20
        Week</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>Outstanding =
Community=20
                  Involvement in NCW</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Event for=20
                  the General Public Using the Yearly Theme</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Teacher=20
                  Program</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Event for a=20
                  Specific Audience</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Best NCW =
Contest</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Most Original =
Hands-on=20
                  Activity or Chemical Demonstration</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Best Student =
Affiliate=20
                  Event</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
Industrial=20
                  Involvement</TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Outstanding =
On-going NCW=20
                  Event</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Government Affairs Committee =
Award</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>ACS =
President's Award=20
                  for Local Section Government =
Affairs</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Chemists with Disabilities =
Award</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>Chemists with=20
                  Disabilities Inclusion =
Award</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=3D110&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=3D435>ACS Award for =
Outstanding=20
            Performance by Local Sections</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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25080_ON =
name=3DQUES25080></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>ACS Awards for Outstanding=20
                  Performance Awards by a Local=20
          Section</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>These awards are given by the Local =
Section=20
            Activities Committee and recognize local sections that have=20
            demonstrated exceptional, overall achievement. The awards =
are judged=20
            in six size categories. For further information regarding =
the=20
            criteria used in selecting the award winners, go to:=20
            =
http://www.acs.org/localsections/performance.html</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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D"Jeff Seyler" =
name=3DQUES25085></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25088 rows=3D5 wrap=3Dhard =
cols=3D55> University of Southern Indiana
8600 Univ Blvd
Evansville, IN  47712 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D812-464-1923 =
name=3DQUES25091></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D812-465-1052 =
name=3DQUES25094></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Djseyler@usi.edu =
name=3DQUES25097></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25100 rows=3D10 wrap=3Dhard =
cols=3D55> This year we were honored to start the new local=20
YCC section.  The section utilized an ACS start up=20
grant to host two events.  The first event was a=20
poster session for undergraduate research students=20
and included a $100 award for the best poster.  The=20
second YCC event involved a discussion panel on=20
Careers in Chemistry, where a group of chemists from=20
GE Plastics talked about their careers to college=20
students.
  The local section focused on getting=20
different groups involved in its activities. We=20
invited speakers that addressed 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).  During NCW, the=20
GE plastics Women Network organized visits=20
to elementary schools in rural areas, the Asian=20
Pacific American Forum at GE Plastics assisted with=20
hands-on activities for children at the Evansville=20
Science Museum.  GE Volunteer groups also made visits=20
to Evans Middle School which is known for the low=20
academic performance of its students. The initiation=20
of the LSYCC assisted in bringing different age=20
groups into local section activities.
  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 outreach involves visitation to area 4th=20
grade classrooms where 2000 copies of Celebrating=20
Chemistry were distributed while visiting over 20=20
schools in the region.  Hands-on activities were=20
based on the theme, "Your Home - It's all built on=20
chemistry."  In addition hands-on activities and a=20
demonstration were presented at the local museum. =20
Associated with NCW were the two events Mole Day, a=20
high school chembowl, and Girls Scouts night.  Past=20
president Bill Carroll was also part of NCW=20
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.
Other outreach activities include an Earth Day=20
chembowl for HS students, Boy Scout merit badge=20
program, participation in IDEAL Day with Downtown=20
Evansville, and organization of the
local Chemistry Olympiad exam.  With the assistance=20
of another ACS grant awarded in 2006, the section=20
will initiate Science Cafe in 2007, providing a=20
speaker at a local bookstore and coffee shop.
  Lastly, the local section applied to the national=20
ACS office to consider the GE Plastics site in Mt.=20
Vernon, IN 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 word from the national ACS on the=20
application. </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet<BR></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25103 rows=3D5 wrap=3Dhard =
cols=3D55> In 2006, the IN-KY Border Section has reached out=20
to the community through NCW and other activities,=20
initiated a LS YCC, and submitted a historical=20
landmark proposal.  NCW activites reached out to over=20
2000 elementary children with the assistance of more=20
than 30 volunteers and included Bill Carol's=20
presentation of our Mole Day high school chembowl=20
winning team.  Involvement by industrial chemists,=20
university faculty and students, and high school=20
teachers helped make 2006 a successful year for the=20
section. </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>Picture=20
                of<BR>Event<BR></TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25106>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25106></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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=3D110&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=3D436>Local Section =
Activities=20
            Committee Awards</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25109_ON =
name=3DQUES25109></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Most Innovative New =
Activity or=20
                  Program in a Local =
Section</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Local Section=20
            Activities Committee and recognizes a local section for an=20
            innovative new activity or program. <BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25114></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25117 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25120></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25123></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25126></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25129 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25132 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25135>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25135></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25137_ON =
name=3DQUES25137></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Best Activity or Program in =
a Local=20
                  Section Stimulating Membership=20
            Involvement</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Local Section=20
            Activities Committee and recognizes a local section for an =
activity=20
            or program that stimulated membership =
involvement.<BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25142></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25145 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25148></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25151></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25154></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25157 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 Sentence=20
                  <BR>Abstract for<BR>Program Booklet</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25160 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25163>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25163></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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---><!--
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=3D110&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=3D437>Local Section and =
Division=20
            Activities Committees Award</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>Local Section and Division Interaction =
Award=20
            <BR><BR>A Local Section or Division may nominate themselves =
for up=20
            to 3 Joint Awards. However, if the same Division and Local =
Section=20
            have held several joint events these should be combined into =
one=20
            nomination. A separate form must be completed for each =
entry.=20
            Nominations are limited to 1,000 words and should (1) =
describe the=20
            nature of the Local Section-Division interaction, <B>(2) =
Indicate=20
            the division which conducted the joint event or activity =
</B>and (3)=20
            explain why it should be considered for the award. Please do =
not=20
            send supporting materials. Events should be innovative and =
extra=20
            consideration will be given to events that reach a wide =
audience,=20
            and have good publicity. Activities which were organized and =
planned=20
            jointly rather than simply financially supported by one or =
other=20
            group will be favored. The nomination must reflect the =
criteria for=20
            the award and must be unique for each entry.</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25167_ON =
name=3DQUES25167></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Local =
Section would=20
                  like to be considered for the <B>Local Section and =
Division=20
                  Interaction =
Award</B></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><B>Contact =
<BR>Person=20
                  </B></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25172></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25175 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25178></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25181></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25184></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=20
                  =
vAlign=3Dbottom><B>Nomination#1</B><BR><BR><BR><BR><BR><BR><FONT=20
                  color=3Dred size=3D+2 ,>*</FONT> =
Description:<BR>Please=20
                  limit<BR>to 1,000 Words<BR>or Less</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25187 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Abstract:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25190 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25193>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled name=3DFILE25193></SPAN></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 --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt=20
                  =
vAlign=3Dbottom><B>Nomination#2</B><BR><BR><BR><BR><BR><BR><FONT=20
                  color=3Dred size=3D+2 ,>*</FONT> =
Description:<BR>Please=20
                  limit<BR>to 1,000 Words<BR>or Less</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25197 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Abstract:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25200 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25203>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled name=3DFILE25203></SPAN></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=20
                  =
vAlign=3Dbottom><B>Nomination#3</B><BR><BR><BR><BR><BR><BR><FONT=20
                  color=3Dred size=3D+2 ,>*</FONT> =
Description:<BR>Please=20
                  limit<BR>to 1,000 Words<BR>or Less</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25206 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Abstract:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25209 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture<BR>of =
Event</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25212>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25212></SPAN></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=3D110&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=3D438>Local Section Career =
Program=20
            Awards</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25214_ON =
name=3DQUES25214></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Local Section =
Career=20
                  Program =
Award</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>These awards are given by the Committee =
on=20
            Economic and Professional Affairs and recognize both a large =
to very=20
            large and a small to medium large local section that have=20
            demonstrated career programs that facilitate and contribute =
to a=20
            significant number of members' professional development. =
Only local=20
            sections with trained coordinators are eligible for the=20
            award.<BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25219></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25222 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25225></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25228></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25231></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25234 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet<BR></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25237 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25240>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25240></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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=3D110&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=3D447>Local Section Public =
Relations=20
            Award</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26065_ON =
name=3DQUES26065></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Continuing =
Public=20
                  Relations Program of Local=20
        Section.</B></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Committee on =
Public=20
            Relations and Communications to Local Sections that continue =
to=20
            maintain outstanding public relations =
programs.</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><B><FONT=20
                  size=3D2>Contact<BR>Person</B></FONT></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26070></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26073 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26076></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26079></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26082></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26085 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 Sentence=20
                  <BR>Abstract for<BR>Program Booklet</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26088 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES26091>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE26091></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26093_ON =
name=3DQUES26093></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Best New Public Relations=20
                  Program.</B></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Committee on =
Public=20
            Relations and Communications to Local Sections for the best =
new=20
            public relations program.</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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26098></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26101 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26104></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES26107></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26110></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26113 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 Sentence=20
                  <BR>Abstract for<BR>Program Booklet</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26116 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES26119>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE26119></SPAN></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=20
        vAlign=3Dbottom></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=3D110&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=3D439>Younger Chemists =
Committee=20
            (YCC) Awards for Local Sections and Divisions</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25243_ON =
name=3DQUES25243></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Local Section =
Younger=20
                  Chemists Committee =
Award</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Younger =
Chemists=20
            Committee and recognizes local section YCCs that demonstrate =

            organizational stability, solid membership and =
participation,=20
            involvement with their ACS local section, and an overall =
balance of=20
            activities (career development, scientific, social, =
outreach,=20
            etc.)<FONT color=3Dred> (Note: to be eligible for this award =
you must=20
            also complete the YCC annual report form and include it in =
Appendix=20
            6 of the local section annual =
report.)</FONT><BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25248></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25251 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25254></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25257></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25260></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25263 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25266 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25269>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25269></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25271_ON =
name=3DQUES25271></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Outstanding or Creative =
Younger=20
                  Chemist Committee =
Event</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Younger =
Chemists=20
            Committee and recognizes a local section event that had the =
greatest=20
            impact on younger chemists or was especially creative or=20
            unique.<FONT color=3Dred> (Note: to be eligible for this =
award you=20
            must also complete the YCC annual report form and include it =
in=20
            Appendix 6 of the local section annual =
report.)</FONT><BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25276></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25279 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25282></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25285></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25288></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25291 rows=3D10 wrap=3Dhard =
cols=3D55>  </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 --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25295 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25298>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25298></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25300_ON =
name=3DQUES25300></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding New Local =
Section=20
                  Younger Chemist Committee=20
          Award.<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Younger =
Chemists=20
            Committee and is presented to new local section YCCs (within =
the=20
            first two years of existence or revitalization) that =
demonstrate an=20
            outstanding potential for organization and growth.<FONT =
color=3Dred>=20
            (Note: to be eligible for this award you must also complete =
the YCC=20
            annual report form and include it in Appendix 6 of the local =
section=20
            annual report.)</FONT><BR><BR></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><B>Contact<BR>Person</B>=20
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D"Kristy Miller Ph.D." =
name=3DQUES25305></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25308 rows=3D10 wrap=3Dhard =
cols=3D55> University of Evansville
1800 Lincoln Ave.
Evansville, IN 47722 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D812-488-1077 =
name=3DQUES25311></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 value=3D812-488-6429 =
name=3DQUES25314></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Dkm123@evansville.edu=20
                name=3DQUES25317></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25320 rows=3D10 wrap=3Dhard =
cols=3D55> 2006 was the first year for the LS YCC.  We utilized=20
money from an ACS YCC starter grant to host two=20
events. The first event was an academic/industry=20
poster session. There were over 50 participants and=20
approximately 25 students from the University of=20
Evansville and the University of Southern Indiana who=20
presented posters.  Dorothy Ahlf, a senior=20
biochemistry major from the University of Evansville,=20
won the $100 prize for best poster.   There were also=20
industrial representatives from GE Plastics and Red=20
Spot Paint.  Additionally, there was catered finger=20
food and drinks and Dr. Katherine Glasgow, 2006=20
National YCC Chair, gave a talk on the ACS and=20
YCC.    =20

The second YCC event involved a discussion panel on=20
Careers in Chemistry, where a group of chemists from=20
local industry and academics talked about their=20
careers to college students. </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25323 rows=3D5 wrap=3Dhard =
cols=3D55> In 2006, the IN-KY Border Section started a LS YCC.=20
The LS YCC used money from a YCC starter grant to=20
host=20
the 1st annual regional academic/industry poster=20
session.  Additionally the LS YCC sponsered a panel=20
discussion with local academic and industrial=20
chemists=20
who talked to local undergraduate students about=20
career options in chemistry. </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25326>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25326></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25328_ON=20
            name=3DQUES25328></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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=3D110&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=3D440>Local Section Women =
Chemists=20
            Awards</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>Best Single Event in a Local Section =
Promoting=20
            Women in the Chemical Sciences</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25331_ON =
name=3DQUES25331></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Single Event in =
a Local=20
                  Section Promoting Women in the Chemical=20
            </B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><BR>This award is given by the Women =
Chemists=20
            Committee and recognizes an event supported by a local =
section that=20
            addresses the concerns of women who are pursuing a career in =
the=20
            chemical sciences or who may be considering a career in the =
chemical=20
            sciences. Examples include a program highlighting women's =
present or=20
            past contributions in the chemical sciences, an outreach =
program to=20
            women science students, or an event that offers networking =
or=20
            training opportunities to women actively engaged in the =
chemical=20
            sciences.</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><B>Contact<BR>Person</B>=20
                </TD><!-- Append Question to Formula Array---><!-- Print =
HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25336></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25339 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25342></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25345></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25348></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25351 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25354 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25357>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25357></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25359_ON =
name=3DQUES25359></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Overall Local =
Section=20
                  Women Chemists =
Committee</B>.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Women Chemists =

            Committee and recognizes a local section Women Chemists =
Committee=20
            with an ongoing commitment to programs that address the =
concerns of=20
            women in the chemical sciences, including outreach to women =
students=20
            in the chemical sciences, and increased awareness of women's =

            contributions to the chemical sciences. Examples include=20
            participation in Expanding Your Horizon conferences, =
mentoring of=20
            chemical science students, and innovative programs by and =
about=20
            women in the chemical sciences.</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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25364></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25367 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25370></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25373></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25376></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25379 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25382 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25385>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25385></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25387_ON =
name=3DQUES25387></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Outstanding Outreach to =
Girls or=20
                  Young Women. =
</B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Women Chemists =

            Committee to recognize a local section for programming =
targeted at=20
            involving girls or young women (K-12 and undergraduates) in =
the=20
            chemical sciences. Examples include hands-on activities, =
panel=20
            discussions, and tours.</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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25392></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25395 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25398></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25401></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25404></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25407 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25410 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25413>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25413></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </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=3D110&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=3D441>Society Committee on =
Education=20
            Awards</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25416_ON =
name=3DQUES25416></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>ACS Student Affiliates =
Chapter=20
                  Interaction =
Award<B>.</B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Society =
Committee on=20
            Education and recognizes an ACS local section that has =
contributed=20
            significantly to the pre-professional development of ACS =
Student=20
            Affiliates (SA) in its region. The award recipient will have =

            demonstrated considerable interaction with SA chapters by=20
            initiatives such as inviting chapter members to participate =
in local=20
            section monthly meetings and activities; assisting with SA =
chapter=20
            activities by providing speakers or volunteers or =
contributing to=20
            the overall success of the chapters in other ways; and =
encouraging=20
            SA attendance at ACS national and regional meetings by =
providing=20
            travel assistance to chapters in their section. =
<BR><BR></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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25421></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25424 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25427></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25430></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25433></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25436 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25439 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture of =
<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25442>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25442></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </TD></TR><!-- Append Question to Formula Array---><!-- Print =
HTML -->
        <TR>
          <TD id=3Dquestiontxt><INPUT disabled type=3Dcheckbox =
value=3D25444_ON=20
            name=3DQUES25444> Our Section would like to be nominated for =
the=20
            <B>Outstanding High School Student Program Award =
</B><BR><BR></TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Society =
Committee on=20
            Education and is designed to congratulate and recognize =
local=20
            sections that have organized or sponsored outstanding =
chemistry=20
            programs for high school students, such as the U.S. National =

            Chemistry Olympiad (USNCO) program, science fairs, or =
chemistry=20
            clubs. Winning local sections must demonstrate that they =
have=20
            organized and conducted effective student programs. =
Outstanding=20
            programs should present evidence of the success of their =
programs in=20
            involving students and teachers, appealing to a diverse =
student=20
            population with a variety of activities or events that are =
relevant=20
            to the teaching environment, involving local =
business/industry,=20
            engaging in appropriate publicity, and encouraging =
involvement of=20
            the academic community in the program. =
<BR><BR></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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25448></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25451 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25454></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25457></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25460></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25463 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25466 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25469>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25469></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>
            <HR>
          </TD></TR><!-- Append Question to Formula Array---><!-- Print =
HTML -->
        <TR>
          <TD id=3Dquestiontxt><INPUT disabled type=3Dcheckbox =
value=3D25471_ON=20
            name=3DQUES25471> Our Section would like to be nominated for =
the=20
            <B>Outstanding Kids &amp; Chemistry Program =
Award<?B></B></TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>The Kids &amp; Chemistry (K&amp;C) =
program is=20
            designed for ACS members who are interested in volunteering =
in=20
            elementary school classrooms to help ensure that quality =
hands-on=20
            science education occurs. This award is presented by the =
Society=20
            Committee on Education and will be awarded to the local =
section with=20
            the highest quality of K&amp;C outreach accomplishments. =
Programs=20
            will be judged based on the number and quality of events =
(hands-on,=20
            interactive involvement is desired), number of volunteers, =
number of=20
            students/schools involved, involvement of local =
business/industry,=20
            publicity, and the effectiveness of the events and programs=20
          <BR><BR></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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25476></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25479></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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25482></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25485></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25488></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25491 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25494 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25497>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25497></SPAN></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=3D110&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=3D442>Local Section =
Minority Affairs=20
            Committee Awards</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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25499_ON =
name=3DQUES25499></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the Best Overall Local Section =
Committee=20
                  on Minority =
Affairs</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Committee on =
Minority=20
            Affairs and recognizes a local section committee on minority =
affairs=20
            that consistently promotes and encourages the participation =
and=20
            leadership of underrepresented minorities in the chemical =
sciences.=20
            Examples of qualifying activities may include mentoring =
minority=20
            students, collaborative events with minority advocacy =
organizations=20
            in science, science fairs in underrepresented communities, =
and=20
            programs that foster awareness of minority contributions to =
the=20
            chemical sciences.</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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Ihab Odeh" =
name=3DQUES25504></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25507 rows=3D5 wrap=3Dhard =
cols=3D55> GE Plastics
1 Lexan Lane
Mt. Vernon, IN 47620 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-831-7154 =
name=3DQUES25510></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-831-7873 =
name=3DQUES25513></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Dihab.odeh@ge.com =
name=3DQUES25516></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25519 rows=3D10 wrap=3Dhard =
cols=3D55> In 2006, the INKY LSACS managed to address both=20
minority ACS members as well minority/underprivileged=20
audience. Several of the activities in the National=20
Chemistry Week highlighted the diversity of our local=20
section.  The Women Network at GE planned and=20
organized all the 4th graders classroom visits in the=20
rural area of Posey county, IN.  The Asian Pacific=20
American Forum (APAF) at GE decided to formally=20
participate in the chemistry demonstration to=20
children=20
at the Evansville Museum.  APAF members worked side=20
by=20
side with faculty and students from USI on this=20
project.  It was a great opportunity to expose young=20
children to chemists with diverse background in=20
addition to teaching them about the benefits=20
chemistry=20
can bring to them.
GE volunteers spent a full day of demonstrations at=20
Evans Middle School in Evansville, IN.  This school=20
does include a large minority representation relative=20
to the average in the area and scored as one of the=20
lowest in the state for the I-step exams.  The class=20
room activities involved a total of about 430=20
students=20
in all, spread across the 18 class periods. =20
Participants in the demonstrations left the=20
classrooms=20
knowing that they made a difference in the lives of=20
these students. </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25522 rows=3D5 wrap=3Dhard =
cols=3D55> The local section took advantage of the NCW=20
activities to address minority affairs.  The Asian=20
Pacific American Forum (APAF) at GE was a formal=20
partner in the NCW demonstration to children at the=20
Evansville Museum.  Industry volunteers visited 18=20
classrooms in a local middle school that has a large=20
minority representation and a low academic record. =20
In=20
addition, the industry women network organized all=20
the=20
chemistry visits to fourth grade classrooms in a=20
rural=20
area within our section. </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25525>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25525></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25527_ON =
name=3DQUES25527></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the<B> Outstanding ACS Scholars =
Program=20
                  =
Award<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award is given by the Committee on =
Minority=20
            Affairs and recognizes the local section that most actively =
supports=20
            the ACS Scholars Program by including Scholars in the =
general=20
            activities of the section. For example, winning sections =
should=20
            demonstrate that they are providing successful mentoring=20
            opportunities through a variety of activities such as =
securing=20
            summer internships for ACS Scholars, financially supporting =
the=20
            program and/or incorporating Scholars into events like =
National=20
            Chemistry Week. </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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25532></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25535 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25538></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25541></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25544></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25547 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet<BR></TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25550 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture of =
<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25553>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25553></SPAN></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=3D110&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=3D443>ChemLuminary Awards =
for=20
            National Chemistry Week</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>The American Chemical Society?s =
ChemLuminary=20
            Awards for National Chemistry Week, formally the Phoenix =
Awards,=20
            were established to recognize local sections that have =
demonstrated=20
            exemplary performance in the development and implementation =
of=20
            outstanding activities in support of National Chemistry Week =
during=20
            the previous calendar year.<BR><BR><B>A local section may =
nominate=20
            for up to three ChemLuminary Awards for National Chemistry =
Week.=20
            </B>However, only one per award is permitted. Nominations =
are=20
            limited to 1,000 words and should (1) describe the event or =
activity=20
            and (2) explain why it should be considered for that =
particular=20
            award. Please do not send supporting materials. In general, =
extra=20
            consideration will be given to events that are innovative, =
use the=20
            yearly theme, reach a wide audience, and have good =
publicity. The=20
            abstract must reflect the criteria for the award category =
and must=20
            be unique for each entry. <BR><BR>
            <HR>
          </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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25555_ON =
name=3DQUES25555></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Outstanding Community =
Involvement=20
                  in =
NCW<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section that generates =
the=20
            greatest amount of community participation. Judging =
Criteria:=20
            Audience Participation, Variety of Programming, Creativity =
and=20
            Innovation, Volunteer Involvement/Collaboration, Publicity, =
and=20
            Geographical Reach</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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Jeff Seyler" =
name=3DQUES25560></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25563 rows=3D5 wrap=3Dhard =
cols=3D55> Chemistry
University of Southern Indiana
8600 Univ Blvd
Evansville, IN  47712 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-464-1923 =
name=3DQUES25566></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-465-1052 =
name=3DQUES25569></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Djseyler@usi.edu =
name=3DQUES25572></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25575 rows=3D10 wrap=3Dhard =
cols=3D55> IN-KY began its NCW week activities by hosting an=20
overnight lock-in for Girl Scouts at USI.  More than=20
50 scouts participated in hands-on activities and=20
demonstrations late into the night.  The Mole Day=20
chemistry bowl for second-year HS students was also=20
hosted at USI with an award plaque provided to the=20
top scoring HS team.  This award was presented by=20
past-president Bill Carrol, making a special=20
appearence and seminars that day.
  As has been for the past number of years, the=20
section also visited more than 20 4th grade=20
classrooms in Vanderburg County with activities based=20
on the "Your home" theme this year, distributing 2000=20
copies of Celebrating Chemistry.  In addition=20
volunteers from GE Plastics' Women Network visited=20
Posey County middle schools involving 430 students=20
with activities and demos.
  The week ended with demonstrations and hands-on=20
activities at the local science museum.  Both parents=20
and children visiting the museum enjoyed the special=20
treat.  This event was advertised in the museum's=20
news letter and through Fox 7 News Morning show.
  These activities would not have been possible=20
without the significant number of volunteers which=20
included college faculty and students (and student=20
affiliates), high school teachers and students, and=20
volunteers from industry including the Asian Pacific=20
America Forum and Women Network from GE Plastics. </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25578 rows=3D5 wrap=3Dhard =
cols=3D55> With the assistance of college faculty and=20
students, high school teachers and students,=20
volunteers from industry, and the Asian Pacific=20
America Forum from GE, the IN-KY local section=20
reached out to more than 3000 K-12 students with NCW=20
activities.  These inlcuded a Girl Scout lock-in,=20
demos and hands-on activities at the local museum,=20
Mole Day HS Chem Bowl, and visitation to more than 20=20
elementary and junior high classrooms.  This included=20
the distribution of 2000 copies of Celibrating=20
Chemistry and a 5 minute spot on Fox 7 News Morning=20
Show with "elephant tooth paste" and "exploding=20
bottle" demos. </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25581>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25581></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25583_ON =
name=3DQUES25583></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Outstanding Event for the =
General=20
                  Public Using the Yearly Theme =
Award<B><BR><BR>Recognizes a=20
                  local section for an innovative public event using the =
current=20
                  NCW =
theme.</B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Regcognizes a local section for an =
innovative=20
            public event using the current NCW theme. Juiging Criteria:=20
            Pertinence to the Theme, Creativity and Innovation, =
Volunteer=20
            Involvement/Collaboration, Audience Reached, and =
Publicity</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25588></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25591 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25594></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25597></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25600></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25603 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25606 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25609>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25609></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25611_ON =
name=3DQUES25611></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Outstanding Teacher=20
                  =
Program<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section for conducting =
an=20
            outstanding event or activity with of K-12 grade teachers =
during or=20
            in preparations for NCW. Judging Criteria: Participation of=20
            Teachers, Diversity of Activities/Events, Involvement of =
Academic=20
            Community, Relevance to Teaching Environment, Variety of=20
            Programming, and Publicity</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25616></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25619 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25622></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25625></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25628></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25631 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25634 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture of =
<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25637>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25637></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25639_ON =
name=3DQUES25639></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the<B> Outstanding Event for a =
Specific=20
                  Audience =
Award<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section for an event =
that=20
            targets a specific group: such as underrepresented minority =
groups,=20
            scout troops, government officials, senior citizens, people =
with=20
            disabilities, or other specific audiences (not including =
teachers).=20
            Judging Criteria: Audience Reached, Pertinence to the Theme, =

            Creativity and Innovation, Volunteer =
Involvement/Collaboration, and=20
            Publicity</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25644></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25647 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25650></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25653></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25656></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25659 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentance<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25662 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture of =
<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25665>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25665></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25667_ON =
name=3DQUES25667></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Best NCW=20
              Contest<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section for developing =
and=20
            conducting an innovative contest that generates large =
audience=20
            participation. Judging Criteria: Appropriateness, Creativity =
and=20
            Innovation, Volunteer Involvement/Collaboration, Audience=20
            Participation, and Publicity</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25672></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25675 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25678></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25681></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25684></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25687 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25690 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25693>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25693></SPAN></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- 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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25696_ON =
name=3DQUES25696></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Most Orginal Hands-on =
Activityor=20
                  Chemical =
Demonstration<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section for conducting =
a novel=20
            or unusual hands-on activity or chemical demonstration that =
adheres=20
            to the NCW Safety Guidelines. (This award if for a single =
activity=20
            or demonstration, not an event.) Judging Criteria: =
Creativity and=20
            Innovation, Volunteer Involvement/Collaboration, Audience =
Reached,=20
            and Publicity</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25701></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25704 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25707></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25710></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25713></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25716 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25719 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25722>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25722></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25724_ON =
name=3DQUES25724></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Best Student Affiliate=20
                  =
Event<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section that =
coordinates and=20
            conducts a unique NCW event in which the ACS Student =
Affiliate=20
            Chapter(s) played a major role. Judging Criteria: Student =
Affiliate=20
            Involvement/Collaboration, Pertinence to Theme, Creativity =
and=20
            Innovation, Audience Participation, and =
Publicity</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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25729></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25732 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25735></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25738></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25741></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25744 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25747 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture =
of<BR>Event</TD><!-- Append Question to Formula Array---><!-- Print HTML =
-->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25750>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25750></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25752_ON =
name=3DQUES25752></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the<B> Outstanding Industrial =
Involvement=20
                  Award =
<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section that generates =
the=20
            participation and support for NCW from industrial =
organizations and=20
            their employees Judging Criteria: Industrial=20
            Involvement/Collaboration, Pertinence to Theme, Creativity =
and=20
            Innovation, Audience Reached, and Publicity</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><B>Contact<BR>Person</B></TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Jeff Seyler" =
name=3DQUES25757></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25760 rows=3D5 wrap=3Dhard =
cols=3D55> Chemistry
University of Southern Indiana
8600 Univ Blvd
Evansville, IN  47712 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-464-1923 =
name=3DQUES25763></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25766></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Djseyler@usi.edu =
name=3DQUES25769></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25772 rows=3D10 wrap=3Dhard =
cols=3D55> The section visited more than 20 4th grade=20
classrooms in Vanderburg County with activities based=20
on the "Your home" theme this year, distributing 2000=20
copies of Celebrating Chemistry.  Volunteers from GE=20
Plastics assited with the vistitation to Posey County=20
4th grade classrooms.  In addition volunteers from GE=20
Plastics' Women Network visited Posey County middle=20
schools involving 430 students with activities and=20
demos.  NCW ended with demonstrations and hands-on=20
activities at the local science museum with help from=20
the Asian Pacific America Forum at GE.  Both parents=20
and children visiting the museum enjoyed the special=20
treat. </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25775 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture <BR>of =
Event</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25778>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25778></SPAN></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><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D25781_ON =
name=3DQUES25781></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominmated for the <B>Outstanding On-going NCW=20
                  =
Event<B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Recognizes a local section for an =
outstanding=20
            event that has been conducted for at least three years (not =
awarded=20
            to the same section more than once in a 5 year period). =
Judging=20
            Criteria: Program Quality, Program Longevity, Volunteer=20
            Involvement/Collaboration, Audience Participation, =
Publicity, and=20
            Program Growth</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><B>Contact<BR>Person<B></B></B></TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Jeff Seyler" =
name=3DQUES25785></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25788 rows=3D5 wrap=3Dhard =
cols=3D55> Chemistry
University of Southern Indiana
8600 Univ Blvd
Evansville, IN  47712 </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D812-464-1923 =
name=3DQUES25791></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25794></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3Djseyler@usi.edu =
name=3DQUES25797></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25800 rows=3D10 wrap=3Dhard =
cols=3D55> As has been done for more than ten years, the=20
section visited more than 20 4th grade classrooms in=20
Vanderburg County with activities based on the "Your=20
home" theme this year, distributing 2000 copies of=20
Celebrating Chemistry.  Volunteers from GE Plastics=20
assited with the vistitation to Posey County 4th=20
grade classrooms.  Hands-on activities=20
included "strength of noodles" and "sidewalk chalk=20
paint".  In addition to the volunteers from GE,=20
college faculty and students and high school teachers=20
and students gave their time to make NCW a great=20
success. </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>2-3 =
Sentence<BR>Abstract=20
                  for <BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25803 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture<BR>of =
Event:</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25806>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25806></SPAN></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=3D110&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=3D444>Committee on =
Chemistry and=20
            Public Affairs Award</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25808_ON =
name=3DQUES25808></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>ACS President's Award for =
Local=20
                  Section Government Affairs=20
        <B></B></B></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>This award, sponsored by the ACS =
Committee on=20
            Chemistry and Public Affairs, recognizes a local section for =

            outstanding efforts to increase member involvement in =
government=20
            affairs and advance public policy to benefit science and =
society.=20
            The award consists of $500 and a ChemLuminary Award. =
Selection=20
            criteria for the award includes the quality and extent of =
efforts to=20
            inform and engage ACS members on state or federal public =
policy=20
            issues and/or quality and extent of efforts to educate =
policymakers=20
            on science policy issues and the role of chemical science in =
policy=20
            and society.</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>Contact<BR>Person</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25813></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25816 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25819></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25822></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25825></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25828 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25831 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture <BR>of =
Event</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25834>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25834></SPAN></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=3D110&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=3D445>Local Section Project =
Seed=20
            Committee Award</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25836_ON =
name=3DQUES25836></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our section =
would like=20
                  to be nominated for the <B>Outstanding Project SEED=20
                Program</B></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <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>This award is to recognize the local =
section=20
            organizing an outstanding Project SEED program. The award =
recipient=20
            must demonstrate an ongoing commitment to the SEED program,=20
            including outreach to high schools, local business/industry, =
and=20
            academic institutions. Winning local sections must =
demonstrate an=20
            outstanding organization and potential for growth. The award =
is also=20
            based on effective mentor and student interaction, local=20
            business/industry participation, and financial =
support</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><B>Contact<BR>Person:</B></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25842></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25845 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25848></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25851></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>Email:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25854></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>*Description:<BR>Please=20
                  limit<BR>to 1,000<BR>words or less</TD><!-- Append =
Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25857 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>2-3 =
Sentence<BR>Abstract=20
                  for<BR>Program Booklet</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25860 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture of =
Event</TD><!-- Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25863>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25863></SPAN></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=3D110&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=3D446>Chemists with =
Disabilities=20
            Award</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>Chemists with Disabilities Inclusion=20
            Award<BR><BR>This award will be given for recognition of =
program=20
            activities deemed to be most inclusive and accessible to =
persons=20
            with disabilities. The purpose of the award is to increase =
the=20
            opportunities for interaction and personal participation in=20
            chemistry outreach activities by persons with disabilities =
who are=20
            frequently underrepresented by such programs.</TD></TR><!-- =
Append Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Programs will be considered for this =
award if=20
            they include criteria such as, but not limited to: =
<BR>Efforts to=20
            eliminate physical barriers to participation in the=20
            venue<BR><BR>Alternative methods and flexibility of =
performing=20
            essential tasks that take into account people with=20
            sensory/mobility/coordination limitations in order to =
maximize their=20
            personal participation<BR><R>Emphasis on the chemical =
principles to=20
            be demonstrated and the chemical knowledge to be gained =
rather than=20
            a focus on the method of demonstration or performance of=20
            techniques<BR><BR>Efforts to educate as wide and inclusive =
an=20
            audience as possible to advance the practice and =
understanding of=20
            chemistry</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><INPUT =
disabled=20
                  type=3Dcheckbox value=3D25866_ON =
name=3DQUES25866></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Our Section =
would like=20
                  to be nominated for the <B>Chemists with Disabilities=20
                  Inclusion =
Award</B></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><B>Contact<BR>Person=20
                </B></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Name:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25871></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>Address:</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25874 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Phone:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25877></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>Fax:</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D20 name=3DQUES25880></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>Email</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES25883></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><FONT =
color=3Dred size=3D+2=20
                  ,>*</FONT> Description:<BR>Please limit<BR>to 1,000=20
                  Words<BR>or Less</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25886 rows=3D10 wrap=3Dhard =
cols=3D55>  </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>Abstract</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES25889 rows=3D5 wrap=3Dhard =
cols=3D55>  </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>Picture</TD><!-- Append Question to Formula =
Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled onclick=3DgetFile(this); type=3Dbutton value=3D"UPLOAD FILE" =
name=3DQUES25892>=20
                  <SPAN=20
                  style=3D"FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: =
arial"><INPUT=20
                  disabled =
name=3DFILE25892></SPAN></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=3D110&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=3D25029,25030,25031,25032,25033,25034,25035,25036,25037,25038,25039=
,25040,25041,25042,25043,26061,26062,26063,25046,25047,25048,25049,25050,=
25051,25052,25053,25054,25055,25056,25057,25058,25059,25060,25061,25062,2=
5063,25064,25065,25066,25067,25068,25069,25070,25071,25072,25073,25074,25=
075,25076,25077,25078,25079,25080,25081,25082,25083,25084,25085,25086,250=
87,25088,25089,25090,25091,25092,25093,25094,25095,25096,25097,25098,2509=
9,25100,25101,25102,25103,25104,25105,25106,25107,25108,25109,25110,25111=
,25112,25113,25114,25115,25116,25117,25118,25119,25120,25121,25122,25123,=
25124,25125,25126,25127,25128,25129,25130,25131,25132,25133,25134,25135,2=
5136,25137,25138,25139,25140,25141,25142,25143,25144,25145,25146,25147,25=
148,25149,25150,25151,25152,25153,25154,25155,25156,25157,25158,25159,251=
60,25161,25162,25163,25164,25165,25166,25167,25168,25169,25170,25171,2517=
2,25173,25174,25175,25176,25177,25178,25179,25180,25181,25182,25183,25184=
,25185,25186,25187,25188,25189,25190,25191,25192,25193,25194,25195,25196,=
25197,25198,25199,25200,25201,25202,25203,25204,25205,25206,25207,25208,2=
5209,25210,25211,25212,25213,25214,25215,25216,25217,25218,25219,25220,25=
221,25222,25223,25224,25225,25226,25227,25228,25229,25230,25231,25232,252=
33,25234,25235,25236,25237,25238,25239,25240,25241,26064,26065,26066,2606=
7,26068,26069,26070,26071,26072,26073,26074,26075,26076,26077,26078,26079=
,26080,26081,26082,26083,26084,26085,26086,26087,26088,26089,26090,26091,=
26092,26093,26094,26095,26096,26097,26098,26099,26100,26101,26102,26103,2=
6104,26105,26106,26107,26108,26109,26110,26111,26112,26113,26114,26115,26=
116,26117,26118,26119,26120,26121,25242,25243,25244,25245,25246,25247,252=
48,25249,25250,25251,25252,25253,25254,25255,25256,25257,25258,25259,2526=
0,25261,25262,25263,25264,25265,25266,25267,25268,25269,25270,25271,25272=
,25273,25274,25275,25276,25277,25278,25279,25280,25281,25282,25283,25284,=
25285,25286,25287,25288,25289,25290,25291,25292,25293,25294,25295,25296,2=
5297,25298,25299,25300,25301,25302,25303,25304,25305,25306,25307,25308,25=
309,25310,25311,25312,25313,25314,25315,25316,25317,25318,25319,25320,253=
21,25322,25323,25324,25325,25326,25327,25328,25329,25330,25331,25332,2533=
3,25334,25335,25336,25337,25338,25339,25340,25341,25342,25343,25344,25345=
,25346,25347,25348,25349,25350,25351,25352,25353,25354,25355,25356,25357,=
25358,25359,25360,25361,25362,25363,25364,25365,25366,25367,25368,25369,2=
5370,25371,25372,25373,25374,25375,25376,25377,25378,25379,25380,25381,25=
382,25383,25384,25385,25386,25387,25388,25389,25390,25391,25392,25393,253=
94,25395,25396,25397,25398,25399,25400,25401,25402,25403,25404,25405,2540=
6,25407,25408,25409,25410,25411,25412,25413,25414,25415,25416,25417,25418=
,25419,25420,25421,25422,25423,25424,25425,25426,25427,25428,25429,25430,=
25431,25432,25433,25434,25435,25436,25437,25438,25439,25440,25441,25442,2=
5443,25444,25445,25446,25447,25448,25449,25450,25451,25452,25453,25454,25=
455,25456,25457,25458,25459,25460,25461,25462,25463,25464,25465,25466,254=
67,25468,25469,25470,25471,25472,25473,25474,25475,25476,25477,25478,2547=
9,25480,25481,25482,25483,25484,25485,25486,25487,25488,25489,25490,25491=
,25492,25493,25494,25495,25496,25497,25498,25499,25500,25501,25502,25503,=
25504,25505,25506,25507,25508,25509,25510,25511,25512,25513,25514,25515,2=
5516,25517,25518,25519,25520,25521,25522,25523,25524,25525,25526,25527,25=
528,25529,25530,25531,25532,25533,25534,25535,25536,25537,25538,25539,255=
40,25541,25542,25543,25544,25545,25546,25547,25548,25549,25550,25551,2555=
2,25553,25554,25555,25556,25557,25558,25559,25560,25561,25562,25563,25564=
,25565,25566,25567,25568,25569,25570,25571,25572,25573,25574,25575,25576,=
25577,25578,25579,25580,25581,25582,25583,25584,25585,25586,25587,25588,2=
5589,25590,25591,25592,25593,25594,25595,25596,25597,25598,25599,25600,25=
601,25602,25603,25604,25605,25606,25607,25608,25609,25610,25611,25612,256=
13,25614,25615,25616,25617,25618,25619,25620,25621,25622,25623,25624,2562=
5,25626,25627,25628,25629,25630,25631,25632,25633,25634,25635,25636,25637=
,25638,25639,25640,25641,25642,25643,25644,25645,25646,25647,25648,25649,=
25650,25651,25652,25653,25654,25655,25656,25657,25658,25659,25660,25661,2=
5662,25663,25664,25665,25666,25667,25668,25669,25670,25671,25672,25673,25=
674,25675,25676,25677,25678,25679,25680,25681,25682,25683,25684,25685,256=
86,25687,25688,25689,25690,25691,25692,25693,25694,25695,25696,25697,2569=
8,25699,25700,25701,25702,25703,25704,25705,25706,25707,25708,25709,25710=
,25711,25712,25713,25714,25715,25716,25717,25718,25719,25720,25721,25722,=
25723,25724,25725,25726,25727,25728,25729,25730,25731,25732,25733,25734,2=
5735,25736,25737,25738,25739,25740,25741,25742,25743,25744,25745,25746,25=
747,25748,25749,25750,25751,25752,25753,25754,25755,25756,25757,25758,257=
59,25760,25761,25762,25763,25764,25765,25766,25767,25768,25769,25770,2577=
1,25772,25773,25774,25775,25776,25777,25778,25779,25781,25783,25780,25782=
,25784,25785,25786,25787,25788,25789,25790,25791,25792,25793,25794,25795,=
25796,25797,25798,25799,25800,25801,25802,25803,25804,25805,25806,25807,2=
5808,25809,25810,25811,25812,25813,25814,25815,25816,25817,25818,25819,25=
820,25821,25822,25823,25824,25825,25826,25827,25828,25829,25830,25831,258=
32,25833,25834,25835,25836,25837,25838,25839,25840,25841,25842,25843,2584=
4,25845,25846,25847,25848,25849,25850,25851,25852,25853,25854,25855,25856=
,25857,25858,25859,25860,25861,25862,25863,25864,25865,25866,25867,25868,=
25869,25870,25871,25872,25873,25874,25875,25876,25877,25878,25879,25880,2=
5881,25882,25883,25884,25885,25886,25887,25888,25889,25890,25891,25892=20
  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=3D110 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=3D110 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_0015_01C75BEF.D7652570
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_0015_01C75BEF.D7652570
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_0015_01C75BEF.D7652570--

