• Home
  • News
  • Guide to Voting in All 50 States

Guide to Voting in All 50 States

09/10/2020 11:09 AM | Anonymous member (Administrator)

The Washington Post has published a guide to registering and voting my mail or in person for all 50 states.  Click on the site, enter your state and indicate how you intend to vote.  The guide will give you deadlines and additional information specific to your state.

Click here to check out the Washington Post Guide to Voting

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(); }