<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Login</title>
<meta http-equiv="Content-Language" content="en">
<link rel=stylesheet href="/includes/css/style.css" type="text/css">
<script language="javascript" type="text/JavaScript" src=/includes/asp/formlib.js></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function confirmDelete()	{
	if (confirm("Are you sure that you want to permanently delete the selected record?"))
		return true ;
	else
		return false ;
}
//-->
</script>
<script type="text/javascript" src="/includes/js/validate.js"></script></head>
<body>
	<table class="main" cellspacing="0">
	<CAPTION></CAPTION>
	<COLGROUP>
		<col width=5 style="background-color:#7097B4" valign="top">
		<col width=152 style="background-color:#E3EBF0" valign="top" class="leftmenutable">
		<col width=900 style="background-color:#FFFFFF" valign="top">
		<col width=auto style="background-color:#FFFFFF" valign="top">
		<col width=5 style="background-color:#7097B4" valign="top">
	</COLGROUP>
	<THEAD>
		<tr>
		<th colspan="5"> 
			<div style="text-align: right">
			<img src="/images/title.gif" width="269" height="80" alt="ACEwise" style="float: left ">
    		<img src="/images/logo.gif" width="145" height="80" alt="ASE"></div>
		</th>
		</tr>
	<TBODY>
		<tr>
			<td>&nbsp;</td>
			<td>
<!-- START LEFT MENU -->
<div id="ddblueblockmenu">
	<div class="menutitle">Main</div>
	<ul>
		<li><a href="/default.asp">Home</a></li>
		<li><a href="/public/aboutus.asp">About Us</a></li>

		<li><a href="/parent/">Parents</a></li>

		<li><a href="/public/contact.asp">Contact Us</a></li>
	</ul>
</div>
<!-- END LEFT MENU -->
			</td>
			<td>
			<table class="content">
			<COLGROUP>
				<col width="100%" style="text-align: center;" valign="top">
			</COLGROUP>
			<THEAD>
				<tr><th style="height: 20px;">User Login:<br>
						<span style="color: black"><b>(<span style="color: red">*</span>=required field)</b></span><br>
						<span class="errorMessage"></span>
				</th></tr>
			<TBODY class="height">
  				<tr><td>
  				<p style="text-align: left">
				Please enter your username and password to access this area.</p>
  				<form method="post" action="https://www.acewise.org/parent/log.asp" onsubmit="return autocheck(this)">
				<fieldset>
				<legend>Login Information</legend>
					<label for="Username"><span style="color:red">*</span>Username: </label>
					<input type="text" id="Username" name="Username" size="25" onblur="requireValue(this)"><br>
					<label for="Password"><span style="color:red">*</span>Password: </label>
					<input type="password" id="Password" name="Password" size="25" onblur="requireValue(this)"><br>
					<label>&nbsp;</label><span class="dStyle" style="color: red;">Password is case sensitive.</span><br>
					<label for="submit"></label>
					<input id="submit" type="submit" value="Sign in"><br>
					<label>&nbsp;</label><span class="dStyle"><a href="/public/ForgotPasswd.asp" style="color:blue">
					Forgot your password?</a></span>					
					<br><label>&nbsp;</label><span class="dStyle">Afterschool Classroom Enrichment</span><br><label>&nbsp;</label>
						<span class="dStyle">For first time registration, <a href="/parent/join" style="color:blue">click here
					</a></span>
				</a>
				</fieldset>
				</form>				
				</td></tr>
  			</table>
  			</td>
  			<td>&nbsp;</td>
  			<td>&nbsp;</td>
  		</tr>
<!-- START FOOTER -->  		<tr><th style="background: #7097B4;"></th>
			<th colspan="3" style="background: #E3EBF0; text-align:center; border-top: 2px white solid; text-align:center; border-bottom: 5px #7097B4 solid">
  			&copy; Copyright Irvine Public Schools Foundation, 2007<br>Powered by the 
			<a href="http://www.unteam.com/">UNTeam</a></th>
  			<th style="background: #7097B4;"></th></tr>
<!-- END FOOTER -->
  	</table>
</body>
</html>
