<!-- Begin
// $Id: license1.js,v 1.3 2008/07/16 00:12:44 webadmin Exp $

document.write('<center><span class="title">Maine\'s Driver\'s License</span><br>');
document.write('<span class="subtitle4">Page 1</span></center><br>');
document.write('<table cellpadding="3" cellspacing="2" border="0">');

document.write('<tr>');
document.write('<td width="100%" align="right">');
document.write('Page <b>1</b> | <a href="/license2.html">2</a> | <a href="/license3.html">3</a>');
document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="100%">');

document.write('<p class="just">Driving a motor vehicle on public highways in Maine is a privilege and a serious responsibility.');
document.write('The ability to drive a car, truck or motorcycle widens your horizons. It helps you do your job, visit friends and');
document.write(' relatives, and enjoy your leisure time.</p>');

document.write('<p class="just"> ');
document.write('A motor vehicle used unwisely or carelessly, can be a dangerous weapon. More than 40,000 people die each year in the ');
document.write(' United States because of motor vehicle accidents. To obtain your driver\'s license you must know the rules of the road');
document.write(' and how to safely drive a car or other vehicle in traffic. But becoming a safe, intelligent driver takes time and effort,');
document.write('and the process really only begins when you get your license.</p>');

document.write('<p class="just">');
document.write('</p>');

document.write('<p class="just"> Maine has over 1,000,000 licensed drivers.');
document.write('</p>');
document.write('<br>');
document.write('</tr>');
document.write('</td>');

document.write('<tr>');
document.write('<td width="100%">');

document.write('<span class="title">How Do You Obtain a Permit in Maine?</span><br>');

document.write('<ol class="just">');
document.write('<li>You must be 15 years of age. </li>');
document.write('<li>If under 18 years of age, complete an approved driver education course. ');
document.write('<li>Obtain an instruction permit by successfully completing a driver knowledge examination. An instruction permit, which');
document.write(' allows a person to operate a vehicle when accompanied by a licensed driver who is at least 20 years of age and has held a valid');
document.write(' license for the past 2 consecutive years, is generally valid for 18 months. The accompanying operator must be licensed to drive the');
document.write(' class of vehicle being operated.</li> ');
document.write('<li>Written exams and visual screenings are offered on a "scheduled" basis. Two forms of identification are required. Example:');
document.write(' birth certificate and social security card. Although your social security number will not be displayed on your license, it must be');
document.write(' provided upon application or renewal for a license. Birth certificates are required of applicants up to and including age 22.');
document.write(' Photocopies of birth certificates must have an embossed seal or stamp of an issuing agency. Notarized copies are not acceptable. ');
document.write('</ol></span><br>');

document.write('</tr>');
document.write('</td>');

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

//  End -->
