<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- SUPPORTS OUTLOOK DPI SCALING--><html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- PREVENTS PAGE ZOOMING -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- ADDS SUPPORT FOR OLD VERSIONS OF INTERNET EXPLORER -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- LINK DETECTION -->
<meta name="format-detection" content="telephone=no">
<!-- APPEARS IN BROWSER TAB -->
<title>AICPA</title>
 
<!-- OPTIONAL GOOGLE FONT -->
<!--[if !mso]><!-- -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100,300;400;700&display=swap" rel="stylesheet">
<!--<![endif]--> 
 
<!-- FAVICON  -->
<link rel="icon" type="image/png" href="http://www.google.com/s2/favicons?domain=https://www.aicpa.org/home">
 
<!-- DARK MODE -->
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
  
<style>
 /* DARK MODE */
 :root {
  color-scheme: light dark;
  supported-color-schemes: light dark;
   }
 
 
/* PREVENTS BROWSER TEXT RESIZING */
*, body, div, p, a, li, table, td, table td {
 -webkit-text-size-adjust: none !important;
 -moz-text-size-adjust: none !important;
 -o-text-size-adjust: none !important;
 -ms-text-size-adjust: none !important;
}
/* GENERAL STYLING */
body, table, td, table td, img {
 font-family: Arial, Helvetica, sans-serif; 
 border: none;
 margin: 0px;
 padding: 0px;
}

  
   a:link {
            color: #72246c;
            text-decoration: underline;
        }

        a:active {
            color: #72246c;
            text-decoration: underline;
        }

        a:visited {
            color: #72246c;
            text-decoration: underline;
        }

        a:hover {
            color: #72246c;
            text-decoration: underline;
        }

/*ALLOWS TEXT WRAPPING, CONTROLS LINE HEIGHT, AND PREVENTS ADDED BORDERS IN OUTLOOK */
body, table, td, table td {
 mso-line-height-rule: exactly; 
  mso-margin-bottom-alt:0; 
  mso-margin-top-alt:0; 
  mso-table-lspace:0pt; 
  mso-table-rspace:0pt;
 border-collapse: collapse; 

/* OUTLOOK.COM FIXES. OUTLOOK.COM AUTOMATICALLY ADDS A CLASS OF "ExternalClass" TO YOUR BODY TAG, WHICH IS WHY THESE WORK */
/*RESETS OUTLOOK.COM LINE HEIGHT TO 100% INSTEAD OF ITS DEFAULT OF 131% */
.ExternalClass * {
 line-height: 100%;
 width: 100%; 
}

@media only screen and (max-width: 599px) {
/*------------MOBILE HIDE AND SHOW---------------*/
.mobileHide {
 display: none !important;
 height: 0px !important;
 width: 0px !important;
 max-height: 0px !important;
 max-width: 0px !important;
 font-size: 0px !important;
 line-height: 0px !important;
}
.mobileShow {
 display: block !important;
 height: auto !important;
 width: auto !important;
 max-height: none !important;
 max-width: none !important;
 font-size: 10px !important;
 line-height: 10px !important;
}
/*-------------ALIGNMENT-------------------------*/
.block {
 display: block !important; 
}
.inlineBlock {
 display: inline-block !important; 
}
.centerBlock {
 margin: 0px auto !important; 
 float: none !important;
}
.centerText {text-align: center !important;}
.leftText {text-align: left !important;}
.rightText {text-align: right !important;}

/*---------HEIGHT----------*/
.heightAuto {height: auto !important;}

/*---------WIDTH----------*/
.maxWidth480 {max-width: 480px !important;}
.widthAuto {width: auto !important;}
.widthFull {width: 100% !important; min-width: inherit !important; height: auto !important;}
.width320 {width: 320px !important; min-width: inherit !important;}
.width318 {width: 318px !important;}
.width310 {width: 310px !important;}
.width300 {width: 300px !important;}
.width298 {width: 298px !important;}
.width290 {width: 290px !important;}
.width280 {width: 280px !important;}
.width278 {width: 278px !important;}
.width270 {width: 270px !important;}
.width260 {width: 260px !important;}
.width250 {width: 250px !important;}
.width240 {width: 240px !important;}
.width230 {width: 230px !important;}
.width220 {width: 220px !important;}
.width210 {width: 210px !important;}
.width200 {width: 200px !important;}
.width190 {width: 190px !important;}
.width180 {width: 180px !important;}
.width170 {width: 170px !important;}
.width160 {width: 160px !important;}
.width150 {width: 150px !important;}
.width140 {width: 140px !important;}
.width130 {width: 130px !important;}
.width120 {width: 120px !important;}
.width110 {width: 110px !important;}
.width100 {width: 100px !important;}
.width90 {width: 90px !important;}
.width80 {width: 80px !important;}
.width70 {width: 70px !important;}
.width60 {width: 60px !important;}
.width50 {width: 50px !important;}
.width40 {width: 40px !important;}
.width30 {width: 30px !important;}
.width20 {width: 20px !important;}
.width10 {width: 10px !important;}
.width5 {width: 5px !important;}

/*---------PADDING----------*/
.clearPadding {padding: 0px !important}
.clearLeftPadding {padding-left: 0px !important;}
.clearRightPadding {padding-right: 0px !important;}
.clearTopPadding {padding-top: 0px !important;}
.clearBottomPadding {padding-bottom: 0px !important;}

.padding50 {padding: 50px !important;}
.padding40 {padding: 40px !important;}
.padding30 {padding: 30px !important;}
.padding20 {padding: 20px !important;}
.padding19 {padding: 19px !important;}
.padding15 {padding: 15px !important;}
.padding10 {padding: 10px !important;}
.padding9 {padding: 9px !important;}
.padding5 {padding: 5px !important;}

.paddingLeft100 {padding-left: 100px !important;}
.paddingLeft90 {padding-left: 90px !important;}
.paddingLeft80 {padding-left: 80px !important;}
.paddingLeft70 {padding-left: 70px !important;}
.paddingLeft60 {padding-left: 60px !important;}
.paddingLeft50 {padding-left: 50px !important;}
.paddingLeft40 {padding-left: 40px !important;}
.paddingLeft30 {padding-left: 30px !important;}
.paddingLeft20 {padding-left: 20px !important;}
.paddingLeft10 {padding-left: 10px !important;}
.paddingLeft5 {padding-left: 5px !important;}

.paddingRight100 {padding-right: 100px !important;}
.paddingRight90 {padding-right: 90px !important;}
.paddingRight80 {padding-right: 80px !important;}
.paddingRight70 {padding-right: 70px !important;}
.paddingRight60 {padding-right: 60px !important;}
.paddingRight50 {padding-right: 50px !important;}
.paddingRight40 {padding-right: 40px !important;}
.paddingRight30 {padding-right: 30px !important;}
.paddingRight20 {padding-right: 20px !important;}
.paddingRight10 {padding-right: 10px !important;}
.paddingRight5 {padding-right: 5px !important;}

.paddingBottom100 {padding-bottom: 100px !important;}
.paddingBottom90 {padding-bottom: 90px !important;}
.paddingBottom80 {padding-bottom: 80px !important;}
.paddingBottom70 {padding-bottom: 70px !important;}
.paddingBottom60 {padding-bottom: 60px !important;}
.paddingBottom50 {padding-bottom: 50px !important;}
.paddingBottom40 {padding-bottom: 40px !important;}
.paddingBottom30 {padding-bottom: 30px !important;}
.paddingBottom20 {padding-bottom: 20px !important;}
.paddingBottom10 {padding-bottom: 10px !important;}
.paddingBottom5 {padding-bottom: 5px !important;}

.paddingTop100 {padding-top: 100px !important;}
.paddingTop90 {padding-top: 90px !important;}
.paddingTop80 {padding-top: 80px !important;}
.paddingTop70 {padding-top: 70px !important;}
.paddingTop60 {padding-top: 60px !important;}
.paddingTop50 {padding-top: 50px !important;}
.paddingTop40 {padding-top: 40px !important;}
.paddingTop30 {padding-top: 30px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingTop5 {padding-top: 5px !important;}

/*---------BORDERS----------*/
.clearBorders { border: none !important;}
.clearLeftBorder {border-left: none !important;}
.clearRightBorder {border-right: none !important;}
.clearTopBorder {border-top: none !important;}
.clearBottomBorder {border-bottom: none !important;}

.leftBorder {border-left: 1px solid #666666 !important;}
.rightBorder {border-right: 1px solid #666666 !important;}
.topBorder {border-top: 1px solid #666666 !important;}
.bottomBorder {border-bottom: 1px solid #666666 !important;}

/*---------FONT SIZES----------*/
.font40 {font-size:40px !important; line-height: 44px !important;}
.font35 {font-size:35px !important; line-height: 40px !important;}
.font30 {font-size:30px !important; line-height: 38px !important;}
.font25 {font-size:25px !important; line-height: 32px !important;}
.font20 {font-size:20px !important; line-height: 26px !important;}
.font18 {font-size:18px !important; line-height: 22px !important;}
.font17 {font-size:17px !important; line-height: 21px !important;}
.font16 {font-size:16px !important; line-height: 20px !important;}
.font15 {font-size:15px !important; line-height: 19px !important;}
.font14 {font-size:14px !important; line-height: 18px !important;}
.font13 {font-size:13px !important; line-height: 17px !important;}
.font12 {font-size:12px !important; line-height: 16px !important;}
.font11 {font-size:11px !important; line-height: 14px !important;}
.font10 {font-size:10px !important; line-height: 13px !important;}
 
 .clearBackground {background-image: none !important;}

}
 
/* DARK MODE */
/* TARGETS OUTLOOK IOS, IOS MAIL, APPLE MAIL, OUTLOOK 2019 MAC, OUTLOOK.COM */
@media (prefers-color-scheme: dark ) {
 
 /* BACKGROUNDS */
 .darkModeBackgroundBlack {background: #000000 !important;}
 .darkModeBackgroundGrey1 {background: #111111 !important;}
 .darkModeBackgroundGrey2 {background: #222222 !important;}
 .darkModeBackgroundGrey3 {background: #333333 !important;}
 
 /* TEXT */
 .darkModeTextWhite {color: #ffffff !important;}
 .darkModeTextLightGrey {color: #f4f4f4 !important;}
 
 /* HIDE */
 .darkModeHide {display: none !important;}
 
 .darkModeBorderWhite {border-color: #ffffff !important;}
 
 }
 
 /* TARGETS OUTLOOK APP FOR ANDROID */
 /* BACKGROUNDS */
 [data-ogsc] .darkModeBackgroundBlack {background: #000000 !important;}
 [data-ogsc] .darkModeBackgroundGrey1 {background: #111111 !important;}
 [data-ogsc] .darkModeBackgroundGrey2 {background: #222222 !important;}
 [data-ogsc] .darkModeBackgroundGrey3 {background: #333333 !important;}
 
 /* TEXT */
 [data-ogsc] .darkModeTextWhite {color: #ffffff !important;}
 [data-ogsc] .darkModeTextLightGrey {color: #f4f4f4 !important;}
  
 
 [data-ogsc] .darkModeBorderWhite {border-color: #ffffff !important;}
 
</style>
 
<!-- FOR OUTLOOK DPI SCALING -->
<!--[if gte mso 9]>
<xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
</xml>
<![endif]-->
 
<!-- BACKUP FONTS FOR OUTLOOK -->
<!--[if mso]>
   <style type="text/css">
      body, table, td {font-family: Arial, Helvetica, sans-serif !important; v-text-align:left;}
   </style>
<![endif]-->
 
</head>

<body style="margin: 0px; padding: 0px;">

<div style="display:none;font-size:1px;color:#1d1c1e;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide: all;">Top experts, cutting-edge insights, and Indy — register now
</div>

<!-- 100% WIDTH WRAPPER BACKGROUND TABLE -->
<table class="darkModeBackgroundBlack" style="background: #ffffff;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="darkModeBackgroundBlack" align="center" style="background: #ffffff;">
<!-- FIXED WIDTH, CENTERED WRAPPER TABLE -->
<table class="width320" style="table-layout: fixed; min-width: 680px; width: 680px;" width="680" align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="clearPadding" align="left" style="padding: 20px 0px;">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
        
        <!-- BODY MODULE 1 -->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 2 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td class="paddingLeft30 paddingRight30" style="padding: 20px 50px 20px 50px;" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
     
      <tr>
       <td class="heightAuto" style="vertical-align: middle; " valign="middle">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <!-- HEADLINE --><!-- TEXT -->
          <tr>
           <td class="darkModeTextWhite" style="text-align: center; font-family: 'Roboto', Arial, sans-serif; font-size: 14px; line-height: 18px; color: #494E56; font-weight: 400;">
            Top experts, cutting-edge insights and Indy — register now</td></tr></table></td></tr></table></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 3 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td>
    <a alias="" conversion="false" data-linkto="https://" href="https://clicks.procastmail.com/email/S-4061@71135@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" title=""><img alt="AICPA_LOGO" src="https://image.e2.aicpa-cima.com/lib/fe3711717d64047c741775/m/31/fc72b74e-f3f3-418b-bf82-a5a653736b09.png" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="680"></a></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 4 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td>
    <a a08347e4-8fe8-4474-b2b8-dc8af6969503.jpg="" alias="AICPA Dealership Conference" conversion="true" data-linkto="https://" fe3711717d64047c741775="" href="https://clicks.procastmail.com/email/S-4061@71136@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" https:="" image.e2.aicpa.org="" lib="" m="" title="AICPA Dealership Conference"><img alt="Empowered by Insights" data-assetid="498865" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/1/e018a047-08a1-4a94-94e5-756e8a8a7866.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="680"></a></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 5 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td style="padding: 30px 30px 10px 30px;">
    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
     <!-- TEXT --><!-- 2 COL -->
      <tr>
       <td class="darkModeTextWhite " style="padding: 0px 0px 0px 0px; text-align: left; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #494E56; font-weight: 400;" valign="top">
        <div style="line-height: 150%;">
         <span style="font-size:16px;">Hi Maria,</span><br>
          </div><div style="line-height: 150%;">
         <span style="font-size:16px;">The <b>AICPA<sup>® </sup>Dealership Conference</b> is where the industry’s most pressing challenges meet smart solutions, and where you’ll connect with experts and peers who get it. It takes place on Oct. 20–21 in Indianapolis or online. </span><br>
         <br>
         <b>You’ll hear from industry leaders who will cover topics in: </b></div><ul>
         <li style="line-height: 150%;">
          Best 20 group ideas. </li><li style="line-height: 150%;">
          EMS system changes. </li><li style="line-height: 150%;">
          EV market trends and consumer pushback. </li><li style="line-height: 150%;">
          Dealership consolidation. </li><li style="line-height: 150%;">
          Interest rate shifts, tax updates and economic change.</li></ul><div style="line-height: 150%;">
         You’ll also build real connections, listen to Q&A panels, and find innovative ways to share ideas with people who work in your world.<br>
         <br>
         Choose your sessions. Earn 13 CPE credits. Leave with a fresh perspective.<br>
         <br>
         Make sure to register before it’s too late! <br>
          </div></td></tr><tr>
       <td class="darkModeTextWhite " style="padding: 0px; text-align: left; font-family: Arial, sans-serif; font-size: 16px; line-height: 150%; color: rgb(73, 78, 86); font-weight: 400;" valign="top">
       </td></tr></table></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 6 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px 0px 15px; " class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td style="padding: 10px 30px 0px 30px;">
    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
     <!-- TEXT --><!-- TEXT --><!-- 3 COLUMN --><!-- CTA -->
      <tr>
       <td align="center">
        <table align="center" border="0" cellpadding="0" cellspacing="0" class="widthFull" style="margin: 0px auto; width: 250px;" width="250">
         
          <tr>
           <td class="heightAuto font18" height="60" style="display: block; background: #72246C; font-family: Arial, sans-serif; text-align: center; font-size: 18px; line-height: 20px; font-weight: 400; height: 60px; border-radius: 5px;">
            <a alias="Register now" class="paddingTop20 paddingBottom20" conversion="true" data-linkto="https://" href="https://clicks.procastmail.com/email/S-4061@71137@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" style="color:#ffffff;text-decoration:none; padding: 18px 15px 18px 15px; display: block; border: 1px solid #72246C; border-radius: 5px;" target="_blank" title="Register now">Register now</a></td></tr></table></td></tr></table></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 7 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td>
    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
     
      <tr>
       <td align="center" background="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/10/b71763f5-b836-4e6d-aaa5-b5e6213d5298.png" bgcolor="#712384" class="widthFull heightAuto" height="200" style="background-image: url('https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/10/b71763f5-b836-4e6d-aaa5-b5e6213d5298.png'); background-position: center right; background-size: cover; background-repeat: no-repeat; width: 680px; height: 200px; " valign="top" width="680">
        <!--[if gte mso 9]>
                                                <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:680px;height:200px;">
                                                    <v:fill type="frame" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/10/b71763f5-b836-4e6d-aaa5-b5e6213d5298.png" width="680"  height="200" color="#712384"/>
                                                    <v:textbox inset="0,0,0,0">
                                                <![endif]--><table align="center" border="0" cellpadding="0" cellspacing="0" class="widthFull" style="table-layout: fixed; width: 580px; margin: 0px auto;" valign="top" width="580">
         
          <tr>
           <td align="center" class="heightAuto padding30" height="200" style="height: 200px; vertical-align: middle; " valign="middle">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             
              <tr>
               <td class="clearRightPadding" style="padding: 0px 30px 0px 0px;">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 <!-- HEADLINE -->
                  <tr>
                   <td style="padding: 0px 0px 5px 0px; text-align: left; font-family: 'Roboto', Arial, sans-serif; font-size: 30px; line-height: 36px; color: #ffffff; font-weight: 400;">
                    Train your team</td></tr><!-- TEXT --><tr>
                   <td style="text-align: left; font-family: 'Roboto', Arial, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; font-weight: 400;">
                    We offer group conference discounts for teams of five or more. Call <a alias="Body_CallDiscounts" href="tel:+18006346780" style="color: #ffffff; text-decoration: none; font-weight: 700;">800.634.6780 (option 2)</a> or email <a alias="Body_EmailDiscounts" href="mailto:groupconference@aicpa-cima.com" style="color: #ffffff; text-decoration: none; font-weight: 700;">groupconference@aicpa-cima.com</a>.</td></tr></table></td><td class="mobileHide" style="width: 120px;" width="120">
                <img alt="" border="0" class="widthFull heightAuto" height="160" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/10/ddbb1f81-3d09-4ced-8f8f-d2c2a11d0c6c.png" style="display: block; width: 120px; height: 160px; padding: 0px; text-align: center;" width="120"></td></tr></table></td></tr></table><!--[if gte mso 9]>
                                                     </v:textbox>
                                                     </v:rect>
                                                 <![endif]--></td></tr></table></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 
  <tr>
   <td>
    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
     
      <tr>
       <td align="center" background="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/31/1924cf64-8717-4529-b6b4-1fe9545c4d70.png" class="widthFull heightAuto" height="290" style="background-image: url('https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/31/1924cf64-8717-4529-b6b4-1fe9545c4d70.png'); background-position: center bottom; background-size: cover; background-repeat: no-repeat; width: 680px; height: 290px; " valign="top" width="680">
        <!--[if gte mso 9]>
          <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:680px;height:290px;">
           <v:fill type="frame" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/31/1924cf64-8717-4529-b6b4-1fe9545c4d70.png" width="680"  height="290"   />
           <v:textbox inset="0,0,0,0">
          <![endif]--><table align="center" border="0" cellpadding="0" cellspacing="0" class="widthFull" style="table-layout: fixed; width: 680px; margin: 0px auto;" valign="top" width="680">
         
          <tr>
           <td align="center" class="heightAuto" height="290" style="height: 290px; vertical-align: bottom; " valign="bottom">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             
              <tr>
               <td class="mobileHide" style="width: 30px;" width="30">
                 </td><!-- TEXT, CTA --><td>
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 
                  <tr>
                   <td class="paddingTop90 paddingLeft30" style="padding: 70px 30px 30px 0px;">
                    <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                     <!-- TEXT -->
                      <tr>
                       <td style="padding: 0px 0px 0px 0px; text-align: left; font-family: Arial, sans-serif; font-size: 26px; line-height: 30px; color: #FFFFFF; font-weight: 700;">
                        Why choose</td></tr><!-- TEXT --><tr>
                       <td style="padding: 0px 0px 10px 0px; text-align: left; font-family: 'Roboto', Arial, sans-serif; font-size: 28px; line-height: 36px; color: #FFFFFF; font-weight: 100; ">
                        AICPA<sup style="font-size: 12px; line-height: 0px; vertical-align: 12px;">®</sup> & CIMA<sup style="font-size: 12px; line-height: 0px; vertical-align: 12px;">®</sup> conferences?</td></tr><!-- TEXT --><tr>
                       <td style="padding: 0px 0px 0px 0px; text-align: left; font-family: Arial, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; font-weight: 400;">
                        By attending AICPA & CIMA conferences, you'll discover new tools, gain fresh insights and experience the latest updates on the most pressing topics. We have over 50 years of experience hosting renowned speakers and creating award-winning content to meet your needs.</td></tr></table></td></tr></table></td><!-- IMAGE --><td class="mobileHide" style="width: 240px;" valign="bottom" width="240">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                 
                  <tr>
                   <td style="padding: 0px 0px 0px 0px;">
                    <img alt="" height="280" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/31/9f945d56-a609-4b8b-9caa-95151bf3c266.png" style="display: block; width: 240px; height: 280px;" width="240"></td></tr></table></td></tr></table></td></tr></table><!--[if gte mso 9]>
            </v:textbox>
            </v:rect>
           <![endif]--></td></tr></table></td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 8 -->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
 <!-- SOCIAL -->
  <tr>
   <td class="paddingLeft30 paddingRight30" style="padding: 20px 50px; background: #FFFFFF;">
    <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0px auto;">
     
      <tr>
       <td style="padding: 0px 20px 0px 0px;">
        <a alias="Footer_Facebook" conversion="false" data-linkto="http://" href="https://clicks.procastmail.com/email/S-4061@71138@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank" title=""><img alt="Facebook" height="30" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/10/18d0cead-ab5a-400b-84ef-ec87dd7a984e.png" style="display: block; width: 30px; height: 30px; padding: 0px; text-align: center;" width="30"></a></td><td style="padding: 0px 20px 0px 0px;">
        <a alias="Footer_Twitter" href="https://clicks.procastmail.com/email/S-4061@71139@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank"><img alt="Twitter" border="0" height="30" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/1/21be31f6-9939-4978-9217-0e5d92e2dc39.png" style="display:block; width: 30px; height: 30px;" width="30"></a></td><td>
        <a alias="Footer_LinkedIn" href="https://clicks.procastmail.com/email/S-4061@71140@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank"><img alt="LinkedIn" border="0" height="30" src="https://image.e2.aicpa.org/lib/fe3711717d64047c741775/m/11/41b2eb91-cac3-4628-bdad-55adf71bdb53.png" style="display:block; width: 30px; height: 30px;" width="30"></a></td></tr></table></td></tr><!-- CANSPAM --></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 9-->
        <tr>
            <td>
                <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><div style="display:none; hieght:1px; line-height:1px;">
 %%[ SET @CurrentYear = Format(Now(), "yyyy") if 1 == 2 then ]%% %%Member_State%% %%Member_Addr%% %%Member_Busname%% %%Member_PostalCode%% %%member_state%% %%member_country%% %%Member_City%% %%profile_center_url%% %%=v(@CurrentYear)=%% %%[else]%% %%[ endif ]%%</div><!-- FOOTER --><table border="0" cellpadding="0" cellspacing="0" style="background-color: #000000" width="100%">
 
  <tr>
   <td width="40">
   </td><td style="padding: 45px 0">
    <span class="footer-links" style="color:#ffffff; font-size: 16px; line-height: 22px; font-family: 'Roboto', Arial, sans-serif; font-weight: 300"><a alias="" conversion="false" data-linkto="https://" href="https://clicks.procastmail.com/email/S-4061@71141@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" style="color:#ffffff;text-decoration:none;" title="">Privacy policy</a> <span class="pipe"> | </span> <a alias="" conversion="false" data-linkto="https://" href="https://clicks.procastmail.com/email/S-4061@71142@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" style="color:#ffffff;text-decoration:none;" title="">Contact us</a>  </span><br>
    <br>
    <span style="color:#ffffff; font-size: 12px; line-height: 16px; font-family: 'Roboto', Arial, sans-serif; font-weight: 300"><strong>AICPA, 220 Leigh Farm Road Durham, NC 27707-8110</strong><br>
    © 2025 American Institute of Certified Public Accountants. All rights reserved. </span></td><td width="40">
   </td></tr></table></td></tr></table>
            </td>
        </tr>

        <!-- BODY MODULE 10-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 11-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 12-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 13-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 14-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 15-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 16-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 17-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 18-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 19-->
        <tr>
            <td>
                
            </td>
        </tr>

        <!-- BODY MODULE 20-->
        <tr>
            <td>
                
            </td>
        </tr>
        
        <!-- CANSPAM -->
        <tr>
            <td>
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tbody>
                        <tr>
                            <td style="display:none; height: 1px; line-height: 0px; font-size: 0px;color: #f2f2f2;" height="1">
                                %%member_addr%% %%member_city%%, %%member_state%% %%member_postalcode%% %%member_country%%
                                <br><br>
                                <a alias="Footer_ManageSubscriptions" href="https://clicks.procastmail.com/email/S-4061@71143@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank" style="color: #f2f2f2; text-decoration: underline;">Manage Subscriptions</a> | <a alias="Footer_UpdateProfile" href="https://clicks.procastmail.com/email/S-4061@71144@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank" style="color: #f2f2f2; text-decoration: underline;">Update Profile</a> | <a alias="Footer_Unsubscribe" href="https://clicks.procastmail.com/email/S-4061@71145@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@" target="_blank" style="color: #642064; text-decoration: underline;">Unsubscribe</a>
                                <br><br>
                                © %%xtyear%% %%member_busname%%
                            </td>
                        </tr>
                    </tbody>
                </table>
            </td> 
        </tr>
  
  
     
   
    </table>
    </td>
  </tr>
</table>
<!-- END OF FIXED WIDTH WRAPPER TABLE -->
</td>
</tr>
</table>
<!-- END OF 100% WIDTH WRAPPER BACKGROUND TABLE -->
<!-- EXACT TARGET TRACKING CODE -->
<custom name="opencounter" type="tracking"></custom>

<div style="font-size: 9pt; font-family: arial,san-serif; padding: 10px 15px; margin: 5px; line-height: 12pt; text-align: center;">To unsubscribe from future communications from AICPA, please <a href="https://clicks.procastmail.com/email/S-4061@71146@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@">click here</a>

<div style="font-size: 9pt; font-family: arial,san-serif; padding: 10px 15px; margin: 5px; line-height: 12pt; text-align: center;">
      <p>If you do not wish to receive these emails in the future you may unsubscribe here: <a href="https://clicks.procastmail.com/profile/S-4061@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@1">Unsubscribe</a></p>
      <p>You have been identified as not living within the European Union. If your location has changed and you<br> now reside within the European Union please <a href="https://clicks.procastmail.com/profile/S-4061@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@1">click here</a> and we will remove your information<br> immediately. This message is being sent to you as a business professional.</p>
    </div>
</div><a href="https://clicks.procastmail.com/profile/S-4061@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@16" class="system_detection_link" style="mso-hide:all;display:none;max-height:0px;max-width:0px;overflow:hidden;opacity:0;font-size:1px;line-height:1px;"></a><img src="https://clicks.procastmail.com/email/S-4061@@6zgPEhwMwOWcLJvZcsKOkaS3PJrnP_kr9Muu2zrRdKA.@1yu9A.jpg" alt="open" height="1" width="1" /></body>
</html>