| 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>Durable Power of Attorney | Asset Protection</title>
<meta name="description" content="A durable power of attorney allows someone to act in your place should you become unable to act on your own behalf.">
<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">Durable Power of Attorney</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>Durable Power of Attorney</h2>
<p style="padding-top: 25px;">A durable power of attorney allows someone to act in your place should you become unable to act on your own behalf. The power of attorney allows your designated agent to manage your everyday affairs—from simple tasks such as paying a utility bill from your account to major decisions such as selling your home. This document allows you to decide who will manage your affairs in the event you are incapacitated, and the power can be defined as limited or general. If you are incapacitated and do not have a durable power of attorney, a court proceeding would be held and the court would appoint someone to make decisions on your behalf with the court overseeing the actions. Creating a durable power of attorney allows you to designate your agent of choice.</p>
<p> Next Topic: <a class="bread-crumb" href="irrevocable-life-insurance-trust.php">"Irrevocable Life Insurance Trust (ILIT)"</a></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>