
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title>System Error Message</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf8" />

	<style type="text/css">
	
		html { height: 100%; }
		body { background: #eee; color: #888; font: 18px Helvetica, Arial, Verdana, sans-serif; }
		h1 { color: #4ea8dc; font-size: 36px; font-weight: bold; margin: 0 0 27px; }
		a { color: #000; font-weight: bold; text-decoration: none; }
		p { font-weight: normal; line-height: 24px; margin: 0 0 24px; }
		div#system-error-message { margin: 10% auto 0; }
		div#system-error-message, div.sem-cap-top, div.sem-cap-body, div.sem-cap-bottom { width: 480px; }
		div.sem-cap-top { background: url("/CatalystImages/sem-cap-top.png"); height: 36px; }
		div.sem-cap-body { background: url("/CatalystImages/sem-cap-body.png") repeat-y; padding: 5px 54px 1px;}
		div.sem-cap-bottom { background: url("/CatalystImages/sem-cap-bottom.png"); height: 40px; }

	</style>

</head>

<body>
	
<div id="system-error-message">
	<div class="sem-cap-top"></div>
	<div class="sem-cap-body">
		<h1>
            An Error Occurred</h1>
		<p>
            An error occurred processing your last request.<br />
            Please <a href="javascript:history.back(1);">go back</a> and try again.
		</p>
	</div>
	<div class="sem-cap-bottom"></div>
</div>

</body>

</html>