<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Request Rejected</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<style>
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td,
		article, aside, canvas, details, embed, 
		figure, figcaption, footer, header, hgroup, 
		menu, nav, output, ruby, section, summary,
		time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
		}
		/* HTML5 display-role reset for older browsers */
		article, aside, details, figcaption, figure, 
		footer, header, hgroup, menu, nav, section {
			display: block;
		}
		body {
			font-size: 16px;
			line-height: 24px;
			font-family: 'Montserrat', sans-serif;
			font-weight: 300;
			color: #56585a;			
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		/* end reset */
		
		
		
		/********** general **********/
		p, a, div, fieldset, legend, input, label, select, option, optgroup, textarea, ul, ol, li, th, td {
		    font-size: 1em;
		}
		p, ul {
			margin-bottom: 1em;
		}
		h1 {
		    font-size: 1.7em;
		    font-weight: bold;
		    line-height: 2.5em;
		    color: #123475;
		    margin: 0 auto;
		    text-align: center;
		}
		h2, h3, h4, h5, h6 {
		    font-weight: bold;
		    color: #123475;
		    font-size: 1em;
		}
		a {
			color: #06397a;
			text-decoration: underline;
		}
		a:hover {
			color: #DC0058;
		}
		/********** end general **********/
		
		/********** layout **********/
		
		/***** header *****/
		div#header {
		    height: 100px;
		    width: 1000px;
		    background: #ffffff;
		    margin: 0 auto;
		    padding: 0 0 10px 0;
		}
		/* left header area */
		div#header .block1 {
			position: relative;
			float: left;
			width: 1000px;
			height: auto;
			background: no-repeat top;
			height: 100px;
			padding-top: 36px;
			padding-left: 10px;
		}
		/* right header area */
		div#header .block2 {
			position: relative;
			float: left;
			left: auto;
			width: 0px;
			height: auto;
			background: no-repeat top;
			height: 0px;
		}
		/***** end header *****/
		
		/***** three columns *****/
		
		#wrapper {
			overflow: hidden; /* This hides the excess padding in non-IE browsers */
			background-color: #FFF;
		}
		/* easy clearing */
		#wrapper:after	{
			content: '[DO NOT LEAVE IT IS NOT REAL]'; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		#wrapper {
			display: inline-block;
			margin:0 auto;
			width:1000px;
		}
		/*\*/
		#wrapper {
			display: block;
		}	
		/* end easy clearing */
		
		#block_1 {
			width: 580px;
			padding-top: 50px;
			padding-bottom: 50px;
			background: #ffffff;
			position: relative;
			margin: 0 auto;
		}
		* html #block_1 {
			display: inline;
		}
		#block_2 {
			float: left;
			width: 190px;
			padding-top: 5px; /* was 50 Dave */
			margin-left: -810px;
			background:#ffffff;
		}
		#block_3 {
			float: left;
			width: 190px;
			padding-top: 5px; /* was 50 Dave */
			background:#ffffff;
		}
		/***** end three columns *****/
		
		#block_1 h2 {
			font-size: 1.4em;
			margin-bottom: 0.5em;
		}
		ul li {
			list-style: disc inside none;
		}
		/***** end block_1 *****/
		
		/***** block_2 & block_3 - left & right columns *****/
		.info .header {
		    position: relative;
		    width: 190px;
		    height: 25px;
			background: #123475 no-repeat;
		}
		.info .header h2 {
			color: #ffffff;
			padding: 3px 0 0 10px;
		}
		.info .content {
		    position: relative;
		    top: 0px;
		    border: solid 1px #E3E3E3;
		    border-top: none;
		    width: 188px;
		    height: auto;
		    font-size: 0.9em;
		}
		
		.info .content p {
		    position: relative;
			padding: 10px 5px 5px 5px;
		}
		
		#block_2 .info .content, #block_2 .info .header {
			left: 10px; 
		}
		#block_3 .info .content, #block_3 .info .header {
			right: 10px; 
		}
		/* start document list */
		ul.document {
		    margin: 0.4em 0 0 0;  
		    padding: 0.5em;
		}
		.info ul.document {
		    margin: 0 0 0 0;  
		}
		/* end document list */
		.hide-left {
		    display: none;
		}
		/***** end block_2 & block_3 *****/
		
		
		/********** end layout **********/
		
		
		/********** footer **********/
		#footer	{
			clear: both;
			width: 980px;
			font-size: 0.85em;
		    margin: 50px auto 0 auto;
		    text-align: center;
		    padding: 20px 0 20px 0;
			border-top: 1px solid #d2d0d5;
			font-size: 0.8em;
		}
		.company-name {
			letter-spacing: 2px;
			font-size: 1.05em;
			text-transform: uppercase;
			color: #0c3528;
		}	
		.company-info {
			color: #727578;
		}	
		/********** end footer **********/
	</style>
</head>
<body>
<div id="wrapper" style="padding-top:40px;">
<div id="block_1">The requested URL was rejected. Please <a title="Return to log In" href="/">click here</a> to start again.
<br>
<br>Your support ID is:
1270020959273826480
</div>
<footer id="footer">
<p class="company-name">The Ardonagh Group Limited</p>
<p class="company-info"> Registered in Jersey No. 117710<br>
Registered address: 3rd Floor, 44 Esplanade, St Helier, Jersey JE4 9WG</p>
</footer>
</div>
</body>
</html>