<html xmlns="http://www.w3.org/1999/xhtml">
  	<head>
	    <title>Problem loading page</title>
	
	    <style type="text/css">
			html{ background:#ECE9D8; font-size:12px }			
			body{ margin:0; padding:0 1em; color:#000; font-family:Verdana,Arial,Helvetica }			
			h1{ margin:0 0 .6em 0; border-bottom:1px solid ThreeDLightShadow; font-size:160%}			
			ul, ol{ margin:0; margin-left:1.5em; padding:0 }			
			ul{ list-style:square }			
			#errorPageContainer{ position:relative; width:60%; margin:4em auto; margin-left:auto; margin-right:auto; border:1px solid #ccc; padding:3em; padding-right:30px; background-color:#FFF; -moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px; }	
			body #errorPageContainer{ background-position:right 0 }			
			#errorTitle{ margin-left:80px }		
			#errorLongContent{ margin-left:80px }			
			#errorLongDesc{ padding-right:3em; font-size:110% }			
			#errorTryAgain{ margin-top:2em; margin-left:80px }			
			body #brand{ right:auto; left:0 }			
			#errorContainer{ display:none }			
			#message{ margin-top:15px }			
			#message #text{ font-family:courier; font-size:11px }
			#message a{ text-decoration:none; color:#000; font-size:11px }		
			img{ border:0 }
	    </style>
    
	    <link rel="icon" type="image/png" href="/images/error-16.png"/>

	</head>

  	<body>
	    <div id="errorPageContainer">
			<img align="left" src="/images/error-64.png" />      
		    <div id="errorTitle">
		      <h1 id="errorTitleText">Sorry there has been a problem</h1>
		    </div>
	
	      	<div id="errorLongContent">
		        <div id="errorShortDesc">
		          <p id="errorShortDescText">
		          	It seems there has been a problem loading the page you requested. This error has been logged.
		          </p>
		        </div>
	
	        	<div id="errorLongDesc">
				    <ul>
				      <li>Check the address for typing errors.</li>
				      <li>The server might currently be experiencing high traffic problems.</li>
				      <li>The server might currently be undergoing maintainance</li>
				      <li>There may be a problem with the application running this website</li>
				    </ul>
	
					
					
				</div>
	    	</div>
		</div>
  	</body>
</html>
