body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#container {
	position: relative;
}

#colourblock {
	position: absolute;
	left: 0px;
	top: 315px;
	background-color: #23449C;
	width: 200px;
	height: 130px;
	z-index: 100;
}

#addressblock {
	position: absolute;
	left: 0px;
	top: 500px;
	background-color: #e2e397;
	width: 200px;
	z-index: 100;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#addressblock p {
	border-left: 15px solid #cac939;
	border-right: 15px solid #cac939;
	padding: 9px;
	padding-top: 12px;
	font-family: "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin: 0px;
}

#addressblock a:link, #addressblock a:visited {
	color: #000000;
	text-decoration: none;
}

#addressblock a:active, #addressblock a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav {
	position: absolute;
	width: 200px;
	height: 202px;
	left: 0px;
	top: 109px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #4362b7;
}

/* This is the Tan box model hack to make IE5.x interpret heights correctly */
/* 206 is height we want IE5.x to see */
/* 202 is the height we want IE6+ and IE5.x on a Mac to see. */
/* The backslash placed in the middle of the attribute (but not before an a, b, c, d, e or f) is ignored */
/* by IE6+ and IE5.x on Mac, and so the true height value is reapplied */
* html #nav {
	height: 206px; 
	hei\ght: 202px; 
}

#nav ul {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	margin-top: 35px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	font-family: "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	display: block;
	height: 1.4em;
	color: #e0e0e0;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 20px solid #4362b7;
	padding-left: 5px;
}

#nav a:active, #nav a:hover {
	color: #ffffff;
	text-decoration: none;
	border-left: 20px solid #a2b1dc;
	padding-left: 5px;
}

#header {
	position: relative;
	height: 315px;
	border: 0px;
	border-left: 200px solid #23449C;
	background-color: #f6f6f6;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0px;
}

#heading {
	position: absolute;
	bottom: 0px;
	left: 30px;
}

#contentcontainer {
	position: relative;
	border-left: 200px solid #cac939;
}

#content {
	padding:0 px;
	margin: 0px;
	border: 0px solid #000000;
	padding-top: 20px;
	padding-left: 40px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	/* color: #939393; */
	color: #003366;
	width: 510px;
	background-image: url(images/footer-cutout.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content.homepage {
	background-image: none;
}

#content a:link, #content a:visited {
	/* color: #666666; */
	color: #3399cc;
	text-decoration: underline;
}

#content a:active, #content a:hover {
	color: #003366;
	text-decoration: underline;
}

#prefooter {
	background-color: #ffffff;
}

#prefooter img.homeimage {
	margin-left: 70px;
}

#footer {
	background-color: #f6f6f6;
	border-top: 1px solid #f6f6f6; /*This is rqeuired to make the footer sit tight beneath the prefooter on the home page*/
}

#footer p {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #666666;
	text-decoration: underline;
}
