/* CSS Document */
/* HTML Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #535252;
	background-color: #FFF;
	font-size: 12px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/backgrounds/page.jpg);
	background-repeat: repeat-x;
	}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}
h1 {
	color:#162B75;
	letter-spacing:2px;
	font-size: 22px;
	margin:40px 0px 10px 0px;
	padding: 0px 10px 0px 20px;
}
h2 {
	font-weight:bold;
	letter-spacing:2px;
	font-size: 14px;
	margin:7px 0px 10px 0px;
	padding: 0px 10px 0px 20px;
}
p {
	line-height:20px;
	padding: 0px 10px 0px 20px;
	margin: 7px 0px 10px 0px;
	vertical-align:middle;
}
ul {
	line-height:20px;
	padding: 0px;
	margin: 7px 0px 10px 50px; 
}
form {
	padding: 0px;
	margin: 0px;	
}
img {
	border:0px;
}
/* Divs */
#header {
	height:113px;
	width:100%;
}
#headerCont {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
#pageHolder {
	margin: 0px auto 0px auto;
	width:800px;
	float:none;
}
#contentHolder {
	padding:0px 7px 0px 7px;
	width:800px;
	background-image: url(../images/backgrounds/pageBorders.jpg);
	background-repeat: repeat-y;
}
#page {
	width:800px;	
	margin-left:auto;
	margin-right: auto;
}
#lowerBorder {
	height:27px;
	width:100%;
	background-image: url(../images/backgrounds/lowerBorder.jpg);
	background-repeat: repeat-x;
}
#lowerBorderCont {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	float:none;
}
#footerCont {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
#footer {
	background-color: #162B75;
	width: 100%;
	margin-top:10px;
}

#copyright {
	width: 800px;
	padding-top:20px;
	float:none;
	margin:0px auto;
	text-align:right;
}

/* Classes */
.strip {
	width:100%;
}
.split2 {
	width:50%;
	}
.split3 {
	width:33%;
	}
.split4 {
	width:25%;
	}
.disclaimer {
	font-size:10px;
	line-height:normal;
}		
/* Links */
a:link, a:visited {
	color:#162B75;
	font-weight:bold;
	text-decoration: none;
	}
a:hover {
	color:#2549C9;
	text-decoration: underline;	
	}
/* Colours
#162B75	Dark Blue
*/	



