html, body {
	margin: 0px;
}
body {
	background-color: #ffffff;
/*	background-image: url(images/page-background.jpg);*/
	background-repeat: no-repeat;
	background-position: 25px 9px;	
}
#navigation {
	position: absolute;
	z-index: 3;
	width: 155px;
	border: solid 0px #005c80;
	top: 199px;
	left: -1px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	width: 115px;
	padding: 3px;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
}
#page {
	height: 610px;
	border-left: solid 18px #005c80;
	width: 962px;
	margin-bottom: 40px;
}

#page {
	background-repeat: no-repeat;
	background-position: 155px 125px;	
}

.column {
	border: solid 0px #000000;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
#column_one {
	width: 160px;
}
#column_two {
	width: 335px;
}
#column_one, #column_two {
	height: 393px;
	margin-top: 213px;
}
#column_three {
	width: 182px;
	background-color: #105d81;
	height: 610px;
	height: 363px;
	padding-top: 247px;
	margin-left: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/side-title.gif);
	background-repeat: no-repeat;
}
#column_four {
	width: 200px;
	height: 610px;
	overflow:hidden;
}

.clr {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

#footer {
	height: auto;
	visibility: visible;
	margin-left: 160px;
	width: 335px;
	border-top: solid 1px #105d81;
	text-align: right;
}
#footer p {
	margin-top: 0px;
}

/*colours and fonts */

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #105d81;
	font-weight: bold;
}

#navigation a:hover {
	color: #8d0e27;
}

#navigation a.current {
	color: #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #105d81;
	border-left-width: 0px;
	padding-left: 30px;
}
#navigation a.current:hover {
	background-color: #8d0e27;
	color: #ffffff;
	border-left-width: 0px;
	padding-left: 30px;
}

body,p,input,td,th,textarea,h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	line-height: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-transform:uppercase;
}
strong {
	font-size: 12px;
	color: #105d81;
	text-transform:uppercase;
}
a {
	color: #8d0e27;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#column_one, #column_two {
	color: #000000;
}

#column_three, #column_three p, #column_three td {
	color: #bdd2e1;
	font-size: 9px;
}
#column_three a {
	color: #FFFFFF;
}
#footer, #footer p {
	color: #5e8eb1;
	font-size: 9px;
}

#column_two a {
	font-weight: bold;
}

#column_three h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: 1px;
	color: #ffffff;
}
#column_three input.text, #column_three textarea {
	border: none;
	padding: 3px;	
	color: #105d81;
	margin-bottom: 1px;
	width: 175px;
}
#column_three form p {
	margin-top: 0px;
	margin-bottom: 5px;	
}

#column_three input.button {
	border: solid 1px #ffffff;
	color: #ffffff;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;	
	background-color: #105d81;
}
