Federal Tax Deductions For Vehicle
Donations
Making a donation to a charity is a great way to get a break on
your federal taxes at the end of the year.
Since there has been a new tax law that took effect in January
2005, the IRS has made determining the amount of your Federal Tax
Deduction for your car donation very simple, which is good news
for everyone.
|

|
|
If
you donate a car to charity after December 31, 2004, and your vehicle
is worth more than $500, your Federal Tax deduction amount is determined
in one of two ways.
1. If the car is sold by the charity without any significant
use or material improvement by the charity, the amount of your
deduction is limited to the amount of actual proceeds from its
sale.
2. If the charity intends to make use of the vehicle, you generally
can deduct its actual fair market value.
If the charity sells your vehicle for greater than $500 the charity
also must mail you a letter that states the exact amount that the
vehicle was sold for, and any costs associated with the sale, which
is the value you state for your tax return purposes. You also attach
this letter to your Federal Tax Form 1040 in support of the deduction.
For additional information about car donation tax deductions,
the IRS provides a Guide
to Car Donations, which will state the manner in which the
IRS requires you to determine the value of your donated property.
This guide will contain all the information needed to get the
exact price on your automobile donation. Using this guide will
also make things easier when you decide to donate a car to charity
and then later on gather the tax deduction information.
Latest IRS News
$keyword = 'Internal+Revenue+Service';
}
else
// process news topic selected
// <- EDIT THIS ->
switch ($feedid)
{
default:
$keyword = 'Internal+Revenue+Service';
break;
}
$news_url = 'http://news.search.yahoo.com/news/rss?p=' . $keyword . '&ei=UTF-8&fl=0&x=wrt';
// <- EDIT THIS ->
require_once "/home/joeychgo/carp/carp.php";
$rssnews='';
// clear caches for maintneance.
CarpClearCache(1);
// channel info
// <- EDIT THIS ->
CarpConf('maxcdesc',200);
// CarpConf('cborder','link');
CarpConf('cborder','');
CarpConf('bcb','');
CarpConf('acb','
');
CarpConf('bcimage',' ');
CarpConf('acimage',' ');
CarpConf('maxcimagew',200);
CarpConf('maxcimageh',100);
// refresh every 1 hours
CarpConf('cacheinterval',60);
// item info
CarpConf('maxitems',2);
CarpConf('linktarget',1);
CarpConf('iorder','link,date,author,desc');
CarpConf('bi','');
CarpConf('ai',' ');
CarpConf('biimage','');
CarpConf('aiimage',' ');
CarpConf('maxiimagew',100);
CarpConf('maxiimageh',150);
CarpConf('maxidesc',600);
CarpConf('maxititle',400);
// select the cache file
$keyword = str_replace ("+"," ",$keyword);
$news_title = ucwords(strtolower($keyword)) . " News";
$keyword = str_replace (" ","",$keyword);
// get the cached feed
ob_start();
CarpCacheShow($news_url, $keyword);
$rssnews = ob_get_contents();
ob_end_clean();
echo 'Current ' . $news_title . ' ' . $rssnews . '';
// end news hack
?>
|