• Home
  • News
  • 2020 Red Cross Corporate Annual Report Now Available

2020 Red Cross Corporate Annual Report Now Available

02/11/2021 10:26 AM | Anonymous member (Administrator)

Fiscal Year 2020, from July 2019 through June 2020, began with Hurricane Dorian and wildfires in California and ended with an unprecedented pandemic changing almost all aspects of our everyday lives. It was an incredibly busy year with a tremendous amount of work delivered by our dedicated Red Crossers.

Please take a moment to review the FY20 Annual Report, now posted on redcross.org under “Publications,” featuring all lines of service, as well as sections specifically focused on COVID-19 and innovation.

431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }