/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%; 
}
body {
	font: 16px/24px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #fff;
}
#accesslinks {
	height: 0;
	text-indent: -99999px;
}
#maincol a, #footer a {
	color: #355198;
}
#maincol a:hover, #footer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 100;
	padding-top: 24px;
	padding-bottom: 24px;
	color: #2c4577;
}
h2 {
	font: 24px/24px Arial, Helvetica, sans-serif;
	font: inherit;
	font-weight: bold;
	color: #2c4577;
}
p {
	margin-bottom: 24px;
}
#maincol ul {
	list-style: disc url(none) outside;
	margin-left: 18px;
}
#maincol li {
	padding-left: 10px;
	margin-bottom: 24px;
}
fieldset {
	margin-top: 20px;
	padding: 0px 30px 30px 30px;
	border: 1px solid #aaa;
}
form {
	margin-top: 0;
}
input.forminput {
	display: block;
	width: 350px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	font: 16px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #1C2C4A;
}
legend {
	margin-top: 0;
	padding: 0px 5px 0px  5px;
	color: #2c4577;
	font-weight: bold;
	background: #fff;
}
textarea {
	display: block;
	border: 1px solid #ccc;
	margin: 12px 0;
	font: 16px/1.5 Verdana, Arial, Helvetica, sans-serif;	
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #fff;
	background-color: #1C2C4A;
}
#banner {
	height: 230px ;
	background-image: url(../images/banner.gif);
}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #1C2C4A;
	font-size: 14px;
	margin-top: -24px;
	height: 60px;
}
#lhcol {
	float: left;
	position: relative;
	width: 320px;
	text-align: right;
}
#nav { 
	margin-left: 60px;
}
#nav ul {
	list-style: none;
}
#nav li {
	border-bottom: 0.2px solid #C7D2E9;
	padding: 24px 0;
	margin-left: 0;
	display:block;
}
#nav li a {
	color: #fff;
	padding-right: 60px;
}
#nav li.first {
	margin-top: 66px;
	border-top: 0.2px solid #C7D2E9;
}
#maincol {
	float: left;
	background-color: #fff;
	color: #1C2C4A;
	width: 518px;
	margin-right: 2px;
	padding: 18px 60px 38px 60px;
}
p.address {
	margin-bottom: 0;
}
.btn {
	height: auto;
	width: auto;
	padding: 5px 20px;
}
.centretext {
	text-align: center;
	margin-top: 24px;
	padding-bottom: 9px;
}
.clear {
	clear: both;
	height: 0;
}
.error {
	color: #FF0000;
}
.formlabel {
	color: #2c4577;
	margin-bottom: 0;
	padding-bottom: 0;
}
.banner {
	margin-left: 320px;
	color: #1C2C4A;
	font-size: 46px;
}
.bannertext {
	color: #C7D2E9;
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
	margin: 0 60px 0 320px;
	padding-top: 60px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right; 
}
.italic {
	font-style: italic;	
}
li.current {
	background: #20315c url(../images/menu_bkg.jpg) repeat-x ;
}
#maincol li.nospace {
	margin-bottom: 0;
}
.printonly {
	visibility: hidden;
}
@media print {
	#banner{
		background-image:none;
	}
	.printonly {
		visibility: visible;
	}
	#wrapper {
		color: #1C2C4A;;
		background-color: #fff;
	}
	li.current {
		background: #fff none;
	}
	.banner {
		margin-top: 10px;
		height: 0;
	}
	.bannertext {
		color: #1C2C4A;
	}
	#nav li {
		border-bottom: none;
	}
	#nav li.first {
		border-top: none;
	}
	#nav li a {
		color: #2c4577;
}
	p.centretext {
		color: #2c4577;
}
