<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
	<title>eMuseum</title>
	<link rel="stylesheet" href="../txtStyle.css" type="text/css"/>
</head>


<body onload="document.getElementById('userid').focus();">
<?xml version="1.0" encoding="UTF-8"?>
<!--css inline as very specific to cosmetic banner only and main css file should remain clean-->
<div style="height:157px; width:100%; background-color:#35914A;border:0px;">
	<div style="height:135px;width:100%;background-color:#35914A;overflow:hidden;">
		<div style="float:left;">
			<img src="../images/mvlogo.jpg" />
		</div>
	</div>
	<div style="height:20px;width:100%;background-color:#35914A;margin:0px;border-top: 1px white solid;border-bottom: 1px white solid">
		<div style="float:left;padding-left: 15px;padding-top: 1px;">
			<a href="http://www.mountvernon.org/" style="font-weight:bold; text-decoration:none; color: #FFFFFF; " onmouseover="this.style.color='#FFFFCC'"  onmouseout="this.style.color='#FFFFFF'">George Washington's Mount Vernon</a>
		</div>
		<div style="float:right;padding-right: 15px;padding-top: 1px;">
			<a href="http://www.gallerysystems.com/" target="_blank" style="font-weight:bold; text-decoration:none; color: #FFFFFF; " onmouseover="this.style.color='#FFFFCC'"  onmouseout="this.style.color='#FFFFFF'">Powered by eMuseum</a>
		</div>
	</div>
</div>
	<div id="mainbody">
		<h1>Welcome to eMuseum</h1>
		<div id="logind">
			<form action="login.asp?lgaction=login" method="post" id="logForm">
				<fieldset id="loginbox">
					<legend>Logon</legend>
					<div><label accesskey="u" class="logon" for="userid">Username</label><input class="login" tabindex="1" type="text" name="userid" id="userid" value=""/></div>
					<div><label accesskey="p" class="logon" for="password">Password</label><input class="login" tabindex="2" type="password" name="password" id="password"/><br/></div>
					<div class="submitbutsl">
						<a href="eMuseum.asp?page=home"><input tabindex="3" accesskey="c" class="embutton" type="button" name="cancel" value="Cancel" onclick="window.document.location.href='eMuseum.asp?page=home'"/></a>
						<input tabindex="4" accesskey="l" class="embutton" type="submit" name="Login" value="Logon"/>
					</div>
				</fieldset>
				<div><a tabindex="5" accesskey="s" href="newuser.asp?lang=EN">
				Sign up for an eMuseum account</a></div>
			</form>
		</div>
		
	</div>
</body>
</html>

