<!-- Begin

// $Id: teen-driving.js,v 1.3 2008/02/11 18:03:49 webadmin Exp $

document.write('<center><img src="picts/cost2.jpg" alt="Only $425"></center>');
document.write('<br>');

// This is the 1st table to go at the top of the grey page

document.write('<table cellpadding="2" cellspacing="3" border="0">');
document.write('<tr>');
document.write('<td width="100%"> ');

document.write('<ul class="justtext">');
document.write('<li>At our Operating under the influence (OUI) session, a Maine State trooper-while in uniform-reviews state laws, demonstrates a field sobriety test, ');
document.write(' arrest procedures, and consequences. </li>');
document.write('<li>OUI session also provides use of \'Fatal Vision Goggles\' that simulate the effects of driving under the influence at various levels<br></li>');
document.write('<li><i>Sharing the Road with Trucks</i> session by the Maine Professional Driver\'s Association<br></li>');
document.write('<li>Each parent is provided with several important handouts</li>');
document.write('<li>We provide each pupil with a class workbook<br></li>');
document.write('<li>One-on-one, Behind-the-wheel Instruction</li>');
document.write('<li>Thirty hours class time</li>');
document.write('<li>Ten hours road time</li>');
// document.write('<li>Permit issued &amp; first road test</li>');
document.write('<li>Permit issued upon successful completion of course</li>');
document.write('</ul>');
document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="100%" align="center">');
document.write('<br><span class="bigtext"><a href="/directions.html">Classes held at Winslow Junior High School, Room #104</a></span>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
// Termination of 1st table

document.write('<br>');

document.write('<table cellpadding="2" cellspacing="3" border="0">');

document.write('<tr>');
document.write('<td width="20%">');
document.write('<span class="bigtext">Payment Schedule:</span>');
document.write('</td>');

document.write('<td width="80%"><span class="times14">');
document.write('Payment of $425.00 can be made at anytime in full by cash, money order or check. <br><center>(Make money orders and ');
document.write('checks out to <b>Benson\'s Driver Education</b>.)</center><br>');
document.write('Payments can be split into three parts, with the first payment made before the course starts, the second third on the <b>SECOND</b> week, and');
document.write(' the final payment on the <b>THIRD</b>. Other special arrangements can be made by calling us.<br>');
document.write('Students <b>will NOT</b> allowed to drive their last four (4) hours of driving until all accounts are paid in full. <br>');
document.write('In some cases, the student will not be allowed to take the final exam until full payment is made.');
document.write('</span>');
document.write('</td>');
document.write('</tr>');

document.write('</table>');

//  End -->
