<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Preserve America Summit</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<META content="Preserve America is a White House initiative to encourage and support community efforts for the preservation and enjoyment of our priceless natural and cultural heritage." 
name=description> <META content="Preserve America, First Lady, Laura Bush, White House historic preservation initiative, Chairmans Award, Chairmans Award for Federal Excellence in Historic Preservation, Preserve America Community, Preserving America's Heritage, heritage tourism, tourism, ACHP, Advisory Council, Advisory Council on Historic Preservation, Department of the Interior, Department of Commerce, historic preservation, preservation, preservation award, historic resources, cultural resources, national heritage, natural heritage, heritage, community resources, community development, environment, community, public policy, federal historic preservation, national historic preservation program, national historic preservation act, President Bush, White House, federal agency, historic, federal, United States, America, nation, cultural, national" name=keywords> 
<META content=all name=robots> <link rel="stylesheet" type="text/css" href="content_stylesheet.css"> 
<style type="text/css">
.regsubhead
{
	font-weight: bold;
	color:green;
} // end
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}



function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_timelineStop(tmLnName) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  if (tmLnName == null)  //stop all
    for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null;
  else document.MM_Time[tmLnName].ID = null; //stop one
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") : false) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(1);
    document.MM_Time["menuoff"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "menuoff";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("behavior");
    document.MM_Time[0][0].frame = 5;
    document.MM_Time[0][0].value = "MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','hide','fed','','hide','house','','hide')";
    document.MM_Time[0].lastFrame = 5;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}
//-->
</script> 
</head>
<body>
<a href="top" id="top"></a> <table width="650" border="0" cellspacing="0" cellpadding="0"> 
<tr> <td valign="top"> <table width="650" border="0" cellspacing="0" cellpadding="0"> 
<tr> <td><img src="images/banner5.gif"  alt="horizontal banner with Preserve America logo and images of a historic downtown, farm, courthouse, and mountain" width="650" height="134" border="0" usemap="#Map"></td></tr> 
</table><table width="650" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#666699"> 
<!-- include the style in the a href tag for all pages in this category.  apply this style to the nav item that corresponds to the category for each individual page.  remove this style for pages outside the given category --> 
<td width="100"> <p id="nav"><a href="index.html" onMouseOver="MM_showHideLayers('home','','show','exec','','hide','pres','','hide','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Home</a></p></td><td width="120"> 
<p id="nav"><a href="EO.html" onMouseOver="MM_showHideLayers('home','','hide','exec','','show','pres','','hide','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Executive 
Order</a></p></td><td width="120"> <p id="nav"><a href="presidentialaward.html" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','show','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Presidential 
Award</a></p></td><td width="100"> <p id="nav"><a href="communities.html" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','show','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Communities</a></p></td><td width="110"> 
<p id="nav"><a href="federalsupport.html" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','hide','fed','','show','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Federal 
Support</a></p></td><td width="100"> <p id="nav"><a href="clearinghouse.html" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','hide','fed','','hide','house','','show');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')">Clearinghouse</a></p></td></tr> 
</table><table width="650" border="0" cellpadding="0" cellspacing="0" id="cont"> 
<tr> <td valign="top" width="120">



            <div id="left" style="border-right: 2px solid rgb(206, 206, 235); border-bottom: 2px solid rgb(206, 206, 235); background-image: url(images/stripes_blur2.gif); background-repeat: repeat-y;">



            <p style="color: rgb(102, 102, 153);" align="left"><strong>Preserve America</strong> is a national initiative in cooperation with the Advisory Council on Historic Preservation and in partnership with the U.S. Departments of Agriculture, Commerce, Defense, Education, Housing and Urban Development, Interior, and Transportation; U.S. General Services Administration; National Endowment for the Humanities; President's Committee on the Arts and the Humanities; Institute of Museum and Library Services; and the President's Council on Environmental Quality.</p>







            <div style="background-color: transparent;" align="center">



            <p><a href="http://www.whitehouse.gov"><img src="images/seal-presidential-color1.gif" alt="The seal of the President of the United States" border="0" height="83" width="83"></a><a href="http://www.achp.gov"><img src="images/achplogo.gif" alt="Advisory Council on Historic Preservation logo" border="0" height="114" width="65"></a><a href="http://www.usda.gov"><img src="images/usdalogo.gif" alt="U.S. Department of Agriculture logo" border="0" height="53" width="66"></a><a href="http://www.doc.gov"><img src="images/docseal1.gif" alt="U.S. Department of Commerce seal" border="0" height="80" width="85"></a><br>
            <a href=
                          "http://www.dod.gov"><img src="images/DODlogosmall.gif"
                          border="0"></a><a href=
                          "http://www.ed.gov"><img src="images/EDlogo.gif"
                          border="0"></a><a href="http://www.hud.gov"><img src="images/hudlogo.jpg" alt="U.S. Department of Housing and Urban Development logo" border="0" height="57" width="57"></a><a href="http://www.doi.gov"><img src="images/doi_seal1.gif" alt="U.S. Department of the Interior seal" border="0" height="82" width="83"></a><a href="http://www.dot.gov"><img src="images/DOTlogo.gif" border="0" height="67" width="67"></a></p>
            <p><a href="http://www.gsa.gov"><img src="images/gsa_logo.gif" alt="GSA" width="51" height="51" border="0"></a><a href=
                          "http://www.neh.gov"><img src="images/nehlogo.gif"
                          border="0"></a> <a href=
                          "http://www.dod.gov"></a> <a href=
                          "http://www.ed.gov"></a>
						  <a href=
                          "http://www.imls.gov"></a>
						  <a href=
                          "http://www.pcah.gov"><img src="images/pcahlogo.gif"
                          border="0"></a><a href=
                          "http://www.whitehouse.gov/ceq/"><img src="images/ceqlogo.gif"
                          border="0"></a><a href=
                          "http://www.imls.gov"><img src="images/IMLS_logo.gif" alt="IMLS" vspace="5"
                          border="0"></a></p>
            <p align="left">&nbsp;</p>
            </div>



            </div>



            </td>
			<td valign="top"> 
<div id="content" style="z-index:1"> 
<h3 align="center"> Preserve America Summit Status Update </h3>


<p>The Preserve America Summit, held in October 2006, marked the 40th anniversary of the National Historic Preservation Act and explored opportunities to build on past achievements to enhance the national historic preservation program for the future. In August 2007, the ACHP issued recommendations based on the issues raised at the Summit. The 13 recommendations focus on actions the federal government should take to enhance the effectiveness of the national historic preservation program as it moves toward 2016, the 50th anniversary of the NHPA. (For details on the recommendations, see the <a href="docs/Executive_Summary_lr.pdf">Executive Summary</a> or the <a href="docs/Summit_Report_full_LR.pdf">Full Report</a>)  </p>
<p>More than a year has passed, and the ACHP would like to update the preservation community and the general public on the status of implementation and invite public comments to help guide future work.   </p>
<p>One or more federal agencies have taken the lead on each recommendation. The ACHP has provided general oversight for the implementation process as these agencies have coordinated with each other and non-federal partners to address the recommendations. The result is considerable progress on many fronts. Click on the links below to view agency status reports on each recommendation. </p>
<a name="goal"></a>
<hr>
<br> 
  Comprehensive Inventory
  <a href='summitreports/13.pdf'> (click to read report)</a><br>
  <em>Agencies involved: NPS, ACHP (with NCSHPO) </em><br>
  <br>
  Cultural Diversity
  <a href='summitreports/14.pdf'> (click to read report)</a><br>
   <em>Agencies involved: NPS </em><br>
   <br>
  
  Disasters <a href='summitreports/8.pdf'> (click to read report)</a><br>
  <em>Agencies involved: DOI, DHS </em><br>
  <br>
  
  Security<a href='summitreports/12.pdf'> (click to read report)</a><br>
  <em>Agencies involved: DOI, GSA, DHS </em><br>
  <br>
  
  Conserving Collections <a href='summitreports/2.pdf'> (click to read report)</a><br>
  <em>Agencies involved: IMLS, NEA, NEH, ACHP </em><br>
  <br>
  
  Innovation<a href='summitreports/7.pdf'> (click to read report)</a><br>
  <em>Agencies involved: NPS </em><br>
  <br>
  
  Preservation's Benefits <a href='summitreports/11.pdf'> (click to read report)</a><br>
  <em>Agencies involved: DOC </em><br>
  <br>
  Technical Assistance <a href='summitreports/6.pdf'> (click to read report)</a><br>
  <em>Agencies involved: ACHP, NPS, HUD </em><br>
  <br>
  
  Development Community <a href='summitreports/4.pdf'> (click to read report)</a><br>
  <em>Agencies involved: NPS, ACHP </em><br>
  <br>
  
  Heritage Education <a href='summitreports/9.pdf'> (click to read report)</a><br>
  <em>Agencies involved: ED </em><br>
  <br>
  
  Engaging Youth <a href='summitreports/1.pdf'> (click to read report)</a><br>
  <em>Agencies involved: ACHP</em>
  <p>International <a href='summitreports/10.pdf'> (click to read report)</a><br>
  <em>Agencies involved: ACHP, NPS </em></p>
<p>Federal Program Structure <a href='summitreports/3.pdf'> (click to read report)</a><br>
  <em>Agencies involved: DOI, ACHP </em><br>
  <br>
  We encourage you to provide   comments on the work to date by contacting <a href="mailto:preserveamerica@achp.gov" target="_blank">preserveamerica@achp.gov</a>. Please indicate which recommendation   you are addressing, and your comments will be forwarded to the federal   agency(ies) working on that recommendation.&nbsp;</p>
<p style="font-size:.75em;"><em>Updated 
<!-- #BeginDate format:Am1 -->August 6, 2009<!-- #EndDate --><MM:EndLock> </em></p><p style="font-size:.75em;"><a href="#top"><font face="Arial, Helvetica, sans-serif">Return 
to Top</font></a></p></div></td>

<?php include "summit-rightnav.php" ?>
			
</tr> </table><div id="cont" style="margin-top:0px; padding:1px; height:-1px;"> 
</div></td></tr> </table><!-- these are the dropdown menus.  add or remove classed paragraphs, links (styled as indicated in wider menus), and text as needed --> 
<div id="home" style="position:absolute; left:10px; top:150px; width:100px; height:40px; z-index: 2; visibility: hidden;" onMouseOver="MM_showHideLayers('home','','show','exec','','hide','pres','','hide','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
<div id="menu"> <p class="menu"><a href="overview.html">overview</a></p><p class="menu"><a href="firstladyvideo.html">video 
introduction</a></p></div></div><div id="exec" style="position:absolute; left:110px; top:150px; width:119px; height:40px; visibility: hidden; overflow: visible; z-index: 3;" onMouseOver="MM_showHideLayers('home','','hide','exec','','show','pres','','hide','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
<div id="menu"> <p class="menu"><a style="width:96.5%;" href="EOtext.html">text 
of E.O. 13287</a></p></div></div><div id="pres" style="position:absolute; left:230px; top:150px; width:118px; height:40px; z-index: 4; visibility: hidden;" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','show','com','','hide','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
</div><div id="com" style="position:absolute; left:350px; top:150px; width:100px; height:40px; visibility: hidden; overflow: visible; z-index: 5;" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','show','fed','','hide','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
</div><div id="fed" style="position:absolute; left:450px; top:150px; width:109px; height:40px; visibility: hidden; overflow: visible; z-index: 6;" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','hide','fed','','show','house','','hide');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
</div><div id="house" style="position:absolute; left:560px; top:150px; width:100px; height:40px; visibility: hidden; overflow: visible; z-index: 7;" onMouseOver="MM_showHideLayers('home','','hide','exec','','hide','pres','','hide','com','','hide','fed','','hide','house','','show');MM_timelineStop()" onMouseOut="MM_timelineGoto('menuoff','1');MM_timelinePlay('menuoff')"> 
</div><!-- this ends the menus --> 
</body>
</html>


