Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
$Title = "Interactive Worksheet"; // Title of the Page
$Path = "../../hale_template/"; // Path from current directory to the template directory
$JS = array("testjs.js");
include( $Path . "global_header.php" );
?>
<h1> Interactive Financial Aid Worksheet </h1>
<div class="entry">
<h2 style="border-top: 1px solid #ac0000;padding-top: 10px"></h2>
<p>The Office of Student Financial Aid Services urges students and their families to apply for financial aid as early and to consider all potential funding sources prior to receipt of the fee bill. This worksheet will assist you in determining if a balance is due to the University, after all available financial aid is applied towards the fee bill. Awards are based on estimated costs subject to change if tuition and fees are adjusted. Current charges can be viewed on the Bursar’s web site.</p>
<strong>Note:</strong> Please do not print and return this form. It is for your records only.
<hr />
<table style="border: 1px solid #DDDDDD;width: 100%" align="left">
<tbody>
<tr>
<th colspan="4" style="text-align: center;width: 15%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">Estimated Yearly Tuition &amp; Fees 2014-2015</th>
</tr>
<tr>
<th style="text-align: center;width: 15%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle"></th>
<th style="text-align: center;width: 5%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">In-State</th>
<th style="text-align: center;width: 5%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">Out-of-State</th>
<th style="text-align: center;width: 5%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">New England Regional</th>
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Storrs Campus - Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="12700" checked> $ 12,700</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="32880"> $ 32,880</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="20092"> $ 20,092</td>
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Regional Campus - Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="10650"> $ 10,650</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="30830"> $ 30,830</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="18042"> $ 18,042</td>
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Graduate Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="14472"> $ 14,472</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="33944"> $ 33,944</td>
<td style="border: 1px solid #DDDDDD"><input type="radio" name="price" value="23624"> $ 23,624</td>
</tr>
</tbody>
</table>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<table style="border: 1px solid #DDDDDD;width: 100%" align="left">
<tbody>
<tr>
<td colspan="3" style="border-top:2px solid #0F1938">
<strong>Estimated Yearly Charges</strong>
</td>
</tr>
<tr>
<td style="width: 275px">Estimated Tuition and Fees:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>$</strong>
</strong>
</td>
<td>
<input id="txtTuition" type="text" onfocus="RunTuitionCalc();" onblur="StopTuitionCalc();" value="" size="20" length="12" readonly="">
</td>
</tr>
<tr>
<td>Average Estimated Room and Board:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>+ $</strong>
</strong>
</td>
<td>
<input id="txtRoomBoard" type="text" onfocus="RunTuitionCalc();" onblur="StopTuitionCalc();" value="0" size="20" length="12">
<input id="cbOncampus" type="checkbox" onchange="OnCampusClick();">
Check here if living on campus
</td>
</tr>
<tr>
<td>Estimated Total Bill:</td>
<td style="text-align: right; width: 25px">
<strong>= $</strong>
</td>
<td>
<input id="txtTotalBill" type="text" value="0" size="20" maxlength="12" readonly="">
</td>
</tr>
<tr>
<td colspan="3">
<strong>Estimated Yearly Financial Aid:</strong>
</td>
</tr>
<tr>
<td>Estimated Grants:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>$</strong>
</strong>
</td>
<td>
<input id="txtGrants" type="text" onfocus="RunAidCalc();" onblur="StopAidCalc();" value="" size="20" length="12">
</td>
</tr>
<tr>
<td>Estimated Federal Loans:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>+ $</strong>
</strong>
</td>
<td>
<input id="txtLoans" type="text" onfocus="RunAidCalc();" onblur="StopAidCalc();" value="" size="20" length="12">
</td>
</tr>
<tr>
<td>Estimated Scholarships:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>+ $</strong>
</strong>
</td>
<td>
<input id="txtScholarships" type="text" onfocus="RunAidCalc();" onblur="StopAidCalc();" value="" size="20" length="12">
</td>
</tr>
<tr>
<td>Estimated Aid from Other Sources*</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>+ $</strong>
</strong>
</td>
<td>
<input id="txtOtherAid" type="text" onfocus="RunAidCalc();" onblur="StopAidCalc();" value="" size="20" length="12">
</td>
</tr>
<tr>
<td>Total Estimated Financial Aid</td>
<td style="text-align: right; width: 25px">
<strong>= $</strong>
</td>
<td>
<input id="txtTotalAid" type="text" value="0" size="20" maxlength="12" readonly="">
</td>
</tr>
<tr>
<td colspan="3">
<strong>Estimated Remaining Yearly Balance:</strong>
</td>
</tr>
<tr>
<td>Estimated Bill:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>$</strong>
</strong>
</td>
<td>
<input id="txtEstimatedBill" type="text" value="0" size="20" maxlength="12" readonly="">
</td>
</tr>
<tr>
<td>Estimated Financial Aid:</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>- $</strong>
</strong>
</td>
<td>
<input id="txtEstimatedAid" type="text" value="0" size="20" readonly="" length="12">
</td>
</tr>
<tr>
<td>Remaining Amount Due on Fee Bill**</td>
<td style="text-align: right; width: 25px">
<strong>
<strong>= $</strong>
</strong>
</td>
<td>
<input id="txtAmountDue" type="text" value="0" size="20" readonly="" length="12">
</td>
</tr>
</tbody>
</table>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
<p>*Please note that Federal Work-Study awards cannot be used to meet direct expenses, as Work-Study earnings are paid to the student in a bi-weekly check based upon the number of hours he or she worked in the prior pay period. </p>
<p>
**If a remaining amount due appears you may wish to consider alternative financing options as a means to meet your educational expenses. Please refer to the
<a title="Tips for Financing Your Education" href="http://financialaid.uconn.edu/tips/">Tips for Financing Your Education page</a>
for information regarding alternative financing options.
</p>
<p>
In addition, the University Bursar offers an
<a class="external text" href="http://www.bursar.uconn.edu" target="_blank" rel="nofollow">installment payment plan</a>
for fee bills.
</p>
<p>Families should plan to have any additional financing finalized prior to the fall fee bill due date of August 1st. </p>
</div><!-- End Page Text -->
<?php
include( $Path . "global_footer.php" );
?>