| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/development/dev.americansocietyforassetprotection.com/ |
Upload File : |
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/include/check_for_asapwebinar.php'); ?>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Irrevocable Life Insurance | Asset Protection</title>
<meta name="description" content="If the total value of your estate assets exceeds the exemption amount, the proceeds of your insurance policies will be subject to estate taxes.">
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<?php
include 'include/nav.php';
?>
<div class="header_title">
<div class="row">
<div class="large-12 columns">
<div class="large-2 columns logo"><a href="index.php"><img src="img/logo_sml.png" alt="Logo Small"></a></div>
<h1 style="title">Irrevocable Life Insurance Trust (ILIT)</h1>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns" role="content">
<article>
<div class="row">
<div class="large-9 columns">
<div class="main-article">
<h2>Irrevocable Life Insurance Trust</h2>
<p>If the total value of your estate assets exceeds the exemption amount, the proceeds of your insurance policies will be subject to estate taxes. An irrevocable life insurance trust (ILIT) is an irrevocable trust designed to hold life insurance so the value of the policy is not included in the value of your estate, so the proceeds of a policy avoid estate tax. By removing the insurance policy’s death benefit from the owner’s taxable estate, an ILIT allows the full amount of the death benefit to go to beneficiaries—without being subject to probate or estate taxes. </p>
</div>
</div>
<aside class="large-3 columns panel">
<?php
include 'include/sidebar.php';
?>
</aside>
</div>
</div>
</div>
<?php
include 'include/footer.php';
?>
</body>
</html>