From: <Saved by Windows Internet Explorer 7>
Subject: SOLAR
Date: Tue, 19 Feb 2008 09:56:46 -0600
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0007_01C872DD.BD4A2130"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C872DD.BD4A2130
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=113&userid=110540&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/surv=
ey.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=3D110540&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=3D110540&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=3D113&userid=3D110540&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.16608" 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=3D110540=20
name=3Duserid> <INPUT type=3Dhidden value=3D113 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=3D113&amp;userid=3D110540&amp;orgid=3D240&=
amp;cftoken=3D61812052&amp;cfid=3D425051=20
name=3Dqstring>=20
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" bgColor=3D#ffffff =
border=3D0>
  <TBODY>
  <TR>
    <TD id=3DFormStatusWarning vAlign=3Dcenter align=3Dmiddle>Your Local =
Section=20
      Councilor has approved the annual report. You may continue to view =
the=20
      annual report, but no additional changes may be made. Please =
contact the=20
      SOLAR Administrator (Main Menu Option) if you have any =
questions.</TD></TR>
  <TR>
    <TD align=3Dmiddle><!-- Logo and Form Name --->
      <TABLE cellSpacing=3D0 cellPadding=3D0 bgColor=3D#ffffff =
border=3D0>
        <TBODY>
        <TR>
          <TD><IMG=20
            =
src=3D"http://acswebapplications.acs.org/applications/solar/images/acs02.=
gif"></TD>
          <TD id=3Dformname>Part II - Annual Narrative Report <FONT=20
            color=3D#000000></FONT></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=3D454>A. =
Activities</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt><B>Please describe and rank </B>up to ten =
of your=20
            section's activities during 2007. Provide (a) the title of =
the=20
            activity, (b) a one paragraph description of the activity, =
and (c)=20
            an indication if this activity was new in 2007. If you wish =
to=20
            provide details beyond these paragraphs, please do so in =
Appendix=20
          1.</TD></TR><!-- Append Question to Formula Array---><!-- =
Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt=20
        vAlign=3Dbottom></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #1</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"Coffee House =
Chemistry"=20
                  name=3DQUES26840></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit to<BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26843 rows=3D10 wrap=3Dhard =
cols=3D55> The local section of the American Chemical Society=20
presents: =1CForensic Science: Not Made for Television=1D
by Felicia Robinson of the Indiana State Police=20
Evansville Regional Laboratory.=20

Wednesday, March 14, 2007 at 6:00 PM

Evansville Barnes &amp; Noble =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26846_ON =
name=3DQUES26846></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #2</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 value=3D"OtterBall Chemistry =
Social"=20
                  name=3DQUES26852></TD><!-- Append Question to Formula =
Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit <BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26855 rows=3D10 wrap=3Dhard =
cols=3D55> Evansville Otters Baseball Game
WHEN:           Thursday June 28
WHERE:          Bosse Field
GAME TIME:      7:05 pm
COST:           $13.00/person in Field Box Seating
(price includes ticket to game, one hot dog and=20
hamburger per person, choice of two side items and=20
fountain drinks throughout game)

CHILDREN AND SPOUSES WELCOME!!!
RSVP to Kristy Miller (km123@evansville.edu) if you=20
plan to attend.

Upon arrival, indicate that you are with the IN-KY=20
Border Section group to be directed to the correct=20
seating. </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26858_ON =
name=3DQUES26858></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #3</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40=20
                  value=3D"2007 Kickoff Chemistry Presentation" =
name=3DQUES26865></TD><!-- Append Question to Formula Array---><!-- =
Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26868 rows=3D10 wrap=3Dhard =
cols=3D55> The Green Technology Revolution

Dr. Ken Miller,
General Electric Advanced Materials

This seminar will discuss several aspects of why and=20
how the scientific and business communities are=20
developing new eco friendly =1Cgreen=1D approaches.=20
Examples will be given of how traditional petroleum-
based chemistry can be migrated to =1Cbio-based=1D feed=20
stocks.  An example of GE Plastics local efforts in=20
Ecomagination will also be discussed. =20

7:00 P.M. in Forum 3
Thursday, 18 January 2007

The Public is Welcome! =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox CHECKED value=3D26871_ON =
name=3DQUES26871></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #4</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26878></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26881 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26884_ON =
name=3DQUES26884></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #5</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Title</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26891></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Description =
<BR>(Please=20
                  limit<BR>to one paragaph):</TD><!-- Append Question to =
Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26894 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26897_ON =
name=3DQUES26897></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #6</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26904></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description<BR>(Please=20
                  limit<BR>to one paragraph ):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26907 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26910_ON =
name=3DQUES26910></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #7</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26917></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26920 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26923_ON =
name=3DQUES26923></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #8</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26930></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26933 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26936_ON =
name=3DQUES26936></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #9</TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26943></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to <BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26946 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26949_ON =
name=3DQUES26949></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt>Activity #10</TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Title:</TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  maxLength=3D40 size=3D40 name=3DQUES26956></TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt =
vAlign=3Dbottom>Description:<BR>(Please=20
                  limit to<BR>one paragraph):</TD><!-- Append Question =
to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26959 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>c)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><INPUT =
disabled=20
                  type=3Dcheckbox value=3D26962_ON =
name=3DQUES26962></TD><!-- Append Question to Formula Array---><!-- =
Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>This activity =
was new in=20
                  2007</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D113&amp;userid=3D110540&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=3D455>B. Summary - Overall =
Section=20
            Activities</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>Please =
summarize in=20
                  <I>1,000 words or less</I>, the activities of the =
section in=20
                  2007 which have not been already described. =
Outstanding events=20
                  should be described in some detail and appropriate =
attachments=20
                  included in Appendix 3. Programs described here may be =

                  featured in publications produced by the ACS =
Membership=20
                  Division and/or at the Local Section Leadership=20
Conferences.</TD><!-- Append Question to Formula Array---><!-- Print =
HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26968 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D113&amp;userid=3D110540&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=3D456>C. Local Section and =
Chair=20
            Goals</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>1.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2007 Goal=20
                  Attainment</B>. The Local Section Activities Committee =

                  strongly encourages local section planning. As a =
result, the=20
                  2007 local section annual report should follow-up on =
the=20
                  attainment of goals. Please list the goals you set at =
the=20
                  beginning of your term for your section and yourself, =
and=20
                  report on the attainment of the=20
        goals.</TD></TR></TBODY></TABLE></TD></TR><!-- Append Question =
to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>Local =
Section Goals=20
                  and Assessment</B>:</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26980 rows=3D10 wrap=3Dhard =
cols=3D55> 1.	Plan one joint meeting with a regional=20
scientific or technical society.=20
ACS &amp; Ohio Valley Analytical Chemists
2.	Have the local YCC group coordinate one or=20
two of the local section meetings.
Coffee &amp; Chemistry - Forensic Chemistry at Barnes &amp;=20
Noble=20
October Poster Session
3.	Remain involved in National Chemistry Week=20
Activities
yes!
4.	Schedule one summer or fall social activity.
Otter Baseball Social - see photos! </TEXTAREA></TD><!-- Append Question =
to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2007 =
Chair's Goals=20
                  and Assessment</B>:</TD><!-- Append Question to =
Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES26988 rows=3D10 wrap=3Dhard =
cols=3D55> American Chemical Society
Indiana =13 Kentucky Border Section

Local Section Goals


1.	Update the committee structure of the IN-KY=20
local section.=20
2.	Contact each member by email, phone or=20
newsletter.
3.	Increase coordination with other ACS groups,=20
e.g. YCC, Women Chemists. =
</TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append Question to =
Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2.</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><B>2008 =
Goals</B>. (This=20
                  section should be completed by the 2008 local section =
chair.)=20
                  Please list below at least three goals that you and =
your local=20
                  section plan to accomplish during your term as local =
section=20
                  chair.</TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>a)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2008 Local =
Section Goals=20
                  (Include at least three goals):</TD><!-- Append =
Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES27000 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></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>b)</TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>2008 Chair's =
Goals:</TD><!-- Append Question to Formula Array---><!-- Print HTML =
--></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom></TD><!-- =
Append Question to Formula Array---><!-- Print HTML -->
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES27008 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D113&amp;userid=3D110540&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=3D457>D.=20
        Suggestions/Concerns</A></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  BEGIN QUESTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----><!-- Display Questions ---><!-- Print HTML -->
        <TR>
          <TD id=3Dquestiontxt></TD></TR><!-- Append Question to Formula =
Array---><!-- Print HTML -->
        <TR>
          <TD>
            <TABLE cellSpacing=3D3 cellPadding=3D2 border=3D0>
              <TBODY>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom>List any =
suggestions you=20
                  have for the Local Section Activities Committee =
(LSAC). How=20
                  can LSAC specifically help your section?</TD><!-- =
Append Question to Formula Array---><!-- Print HTML --></TR>
              <TR vAlign=3Dbottom>
                <TD id=3Dquestionchildtxt vAlign=3Dbottom><BR><TEXTAREA =
onblur=3DisPastLength(this); name=3DQUES27011 rows=3D10 wrap=3Dhard =
cols=3D55>  </TEXTAREA></TD></TR></TBODY></TABLE></TD></TR><!-- Append =
Question to Formula Array---><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  RESUME SECTIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
-----></TBODY></TABLE></TD></TR>
  <TR>
    <TD id=3Dsolartext align=3Dmiddle><A=20
      =
href=3D"http://acswebapplications.acs.org/applications/solar//standard/dr=
awsurveyuserform.cfm?mode=3DREAD&amp;formid=3D113&amp;userid=3D110540&amp=
;orgid=3D240&amp;cftoken=3D61812052&amp;cfid=3D425051#top">Back=20
      to Top</A></TD></TR><INPUT type=3Dhidden=20
  =
value=3D26835,26836,26837,26838,26839,26840,26841,26842,26843,26844,26845=
,26846,26847,26848,26849,26850,26851,26852,26853,26854,26855,26856,26857,=
26858,26859,26860,26861,26862,26863,26864,26865,26866,26867,26868,26869,2=
6870,26871,26872,26873,26874,26875,26876,26877,26878,26879,26880,26881,26=
882,26883,26884,26885,26886,26887,26888,26889,26890,26891,26892,26893,268=
94,26895,26896,26897,26898,26899,26900,26901,26902,26903,26904,26905,2690=
6,26907,26908,26909,26910,26911,26912,26913,26914,26915,26916,26917,26918=
,26919,26920,26921,26922,26923,26924,26925,26926,26927,26928,26929,26930,=
26931,26932,26933,26934,26935,26936,26937,26938,26939,26940,26941,26942,2=
6943,26944,26945,26946,26947,26948,26949,26950,26951,26952,26953,26954,26=
955,26956,26957,26958,26959,26960,26961,26962,26963,26964,26965,26966,269=
67,26968,26969,26970,26971,26972,26973,26974,26975,26976,26977,26978,2697=
9,26980,26981,26982,26983,26984,26985,26986,26987,26988,26989,26990,26991=
,26992,26993,26994,26995,26996,26997,26998,26999,27000,27001,27002,27003,=
27004,27005,27006,27007,27008,27009,27010,27011 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=3D113 name=3DFORMID> <INPUT type=3Dhidden value=3D110540 =
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=3D113 name=3DFORMID> <INPUT =
type=3Dhidden=20
value=3D110540 name=3DUSERID> <INPUT type=3Dhidden value=3DREAD =
name=3DMODE> <INPUT=20
type=3Dhidden value=3D240 name=3DORGID> <INPUT type=3Dhidden =
name=3DORGTYPE> <INPUT=20
type=3Dhidden value=3D61812052 name=3DCFTOKEN> <INPUT type=3Dhidden =
value=3D425051=20
name=3DCFID> </FORM><!-- End Of Form ---></TD></TR></TABLE><!--
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
o-  ADD CALCULATIONS
o- =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
----->
<SCRIPT language=3DJavascript1.2>
	function calculateFormulas()
	{

=09
	}
	</SCRIPT>

<SCRIPT language=3DJavascript1.2>
<!--
estPageHeight =3D eval("49 * 0");
//-->
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0007_01C872DD.BD4A2130
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://acswebapplications.acs.org/applications/solar/images/acs02.gif

R0lGODlhSQBFAPf/AP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Z
mf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8A
Zv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZ
M8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wA
AJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm
/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/
zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZm
mWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/
ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNm
MzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/
AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz
/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAASQBFAEAI/wABCBxI
sKDBgwgTKlzIsCHDAAEGuKCRxYsXPlegsFixwqHHjwACCBAwIIGCkwoWqFyQEiXKGi4VuKiRoAYW
LFeubASpEOLIki6CKqBRw4WCLDRcYPmCJYHJGkWDJqDRYiqWpEFhKtBaVObNnBtLNFxhBdCoUaRI
AQKUtm3aUX/OqkrlTJXdu3jn5r27ahWps2hJ/XFrt++zVVVWqFhxwCEUUs/qrirVooULky4ArWrW
rJSVoFYQIbIiMw+pwoBeFGDBQiJkVc6qVVv1p0oVK1Z0IgzAE4ATVc+CqzrNd3ipyaT6rtr7zNoq
QLZxy5DRsbf1gVWAs1o16OagQ6yaP/+/bUUG6+rX0zvkyB69+vcPRQqo3IJFCd7w8wuUTyCmTJQu
zDCDUwB+NQNH+u0mXwKW0UDDVFh1dVINDlIYlIMTKjCVTElZRcMVM2zU2EcQreDUhTTcZNGKgnxB
X0ktzOBCC0mdRKACM9DwQlBBZXGFF4EE4sVNRGZxVYophrgRfgqtcJozdNlVlyqsWOFUFaUM54wz
nPUlSAtRDLIcbKhdhoULA7SgWSp5iQddFazN0IJ1K6wiXF6klAKnIIGw4sxZdf2RlGbNsHkXm7I9
J910MiSIUAx91eUMMqaQRkALWPwxpl3VOAeIFeSZx4Kj6VXRV6J/4AZqDBwxSeqrsMb/KuusBUE0
gEQOfhgWrb0JkEBQVZV0EkVdXJEASRPVIOeIvBq0oEkpseTfSS68EFNQWPgYonuv+uSrUzTIZO1J
0k5rlLQvhFsUjV9dgWB+3qbJ47AMXjVRFhMZRa2DRxrloEnhDnVZijeFyCxIC3LI7xdMZYGUF0lR
lStVM2IBlVYB5niVFw47XOHEHx54gAEOscZCTlcEqXIgqq7AQoM8VlzDC1ApNVG2Vy1lUSBXqKoq
yjnxGcgeVnBEMkIrjLIlKc6kpQoyWzazNHF2pcImIKwhEOPLLbQ1SirNqHKW01tCbfVdzjwzG3RP
bMQaQyok90zVdmHBwgI1IICFXVQj/8bCkCf8ARsyduk51SGrsBLIlmSq0ul45Mlpnal2lpLWcacI
wvRyWLRwhSCFlZJFCzEEgrYppQgiSF+wJfppFdOFmGB2mxoqiAwuGXXjZVaYIqWkaitaHqMHv5pd
cEz/5QxiTjFoxXJbSuq6z+c1W1B20QfyhAsOD8CC77GtbZtt7FnPEOXQAzcbyy2/a/5HKlgRSGLR
lf/+/fjnP6u3I0Hkqv4esdUAFHae/wGwJxH5VUW8AJZWHfAgErnMTwiglC8E6UEDnAgLBPDAkJAk
JtCSSQ1AdCuZzOQm9TFgs34ywGi5pFz/iQlUblI967HwhSuZ1lb8c6+CseAAKkzQSP98dRkJkQuG
LtFKEh9Eka8gYAVBTI98bvWrDv1LKAAKGLX0ta+p+MtIOPlhFEk0xRN15V+YwkoVjQKVXOELQhoK
10y+WLAWQPE68cpgjWbiFaQgqUY2UhiNqNICqHBoQjAhig/vyBMWggtFBHOji36VLzBeyyIz0thE
JGaUmRjJYMVTCEmAQrAVrYgpgvACmtjFPX1NpY1YcRD3ZgCkH11BRf1yGE7qc5+eMCZOQFtZkK6w
IKEAqwUqsVEL5DWjyuQsSFzggs+AlhPcQMF9BeEIbvCQh27qQQ9/AEQe/vCHbpozLl8bxV7Ohhfi
qFMVfTkLOeFCTnKuhTh9yYNiGFn/EBUAYjinCehfkDG24WxqLql4DpEGIYgrOAwyW2LnXf6CFmSk
4muGspNz9AAnl7EgASExyApMpxe0zWUVgQiKZqTEGVGsxW6fC+c7Eyq6VWKhD30xFF+qAY1VcJQ1
lQHpQlSgnEPBcxAtSEkLBrGX58jJMnZBBj6r8CvhvXOnnoqcjD4CBVMc5qSlkAKNakCAFySHM4pD
kwxYIYgVVItqqqjCAl6gOim4IDlSch15QDSn3tRJOYBQQRXWwho8DEcViagPCwRXijxUxQp+YpMz
9qARFgy2MI+DTnkE1NeDjJEgTwgE6w6KGtZsB2pcGs5URHu2Kd3lcdJcVGfh4wQ7tpFWFYJgwQ5p
5i+Y8M4U0SOT2pzDvvKw5rO9IQH6vjpRUphGLYCwXB7WUrV3NsdTqooTt0j1BDu5NnrPwZcLvoC4
P111FZnNLmtCGStIsa5pzgjECsp6kzxICbPYHZ55tkurAJiKcc5QnL0GEAXQcSqrqorBTgBoqsMg
BgEMSkCDYatebB4QfXgJzjVY8an28feBDT7VbHBTPwt38HqssAYrOKqqxHz4xARpj4xh/JEDmJjG
HQwIADs=

------=_NextPart_000_0007_01C872DD.BD4A2130
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://acswebapplications.acs.org/applications/solar//shared/survey.css

#formname {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #000066; LINE-HEIGHT: 15pt; =
FONT-FAMILY: times
}
#formnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#sectionname {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 12pt; =
FONT-FAMILY: times
}
#sectionnavbar {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#questionhdr {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#questiontxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#questionchildtxt {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: arial
}
#menuheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000099; LINE-HEIGHT: 14pt; =
FONT-FAMILY: tahoma
}
#menuoption {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: =
12pt; FONT-FAMILY: arial
}
#solarheader {
	FONT-WEIGHT: bold; FONT-SIZE: 19pt; COLOR: #ffffff; LINE-HEIGHT: 24pt; =
FONT-FAMILY: timesroman; BACKGROUND-COLOR: #000099
}
#subhead1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000000
}
#solartext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial
}
#navtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000066; FONT-FAMILY: arial
}
#lineone {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#linetwo {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: =
sans-serif
}
#instructtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000099; FONT-FAMILY: =
sans-serif
}
#alphalist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial
}
#ErrorText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: arial
}
#PageBreak {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 12pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #000099
}
#FormStatusWarning {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; LINE-HEIGHT: 18pt; =
FONT-FAMILY: arial; BACKGROUND-COLOR: #ff0000
}
#FileUploadFont {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #0000ff; FONT-FAMILY: arial
}

------=_NextPart_000_0007_01C872DD.BD4A2130--
