body {
	margin: 0px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#1d3e83;
	color: black;
	text-align: justify;
}

#background {
	width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;}
	
#pageContent {
	z-index: 1;
    position: absolute;
	}

a {
	text-decoration: none;
	font-weight: bolder;
}

a:link {
	color: #000099;	
}

a:visited {
	color: #666666;
}

a:hover {
	color: #77ADFF;
}

h1 {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 5px 0;
}

h2 {
	font-size: 14px;
}

h3 {
   font-size: 10px;
   margin: 0px;
}

#container {
  	width: 950px;
  	margin: auto;
  	padding: 0;
  	background: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
}
#header{
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height: 180px;
}
.centred {
	text-align:center;
}

.menu {
	background: #1d3e83;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space:nowrap;
	list-style:none;
}

.menu ul {
	margin-top: 1.5em;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	display: inline;
}
.menu a {
	color: #ffffff;
	background: url('images/bullet.png') no-repeat left 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 8px;
	padding-right:5px;
	padding-top:18px;
	padding-bottom:0;
	margin-left: 0;
	letter-spacing: -0.5px;
}
.menu a:hover {
	color:#77ADFF;
}
#content{
	padding:20px;
}
#footer {
	clear: both;
	margin: 0 auto 0px;
	padding: 10px 0;
	border-top: 2px solid #1d3e83;
	text-align: center;
}
#footer-far-left {
	float: left;
	width: 235px;
	height: 110px;
	padding: 0px;
	margin: 0;
	background-image:url(images/uh.jpg);
	background-repeat: no-repeat;
}
#footer-left {
	float: left;
	width: 110px;
	height: 110px;
	padding: 0px;
	margin: 0;
	background-image:url(images/boc.jpg);
	background-repeat: no-repeat;
}

#footer-centre {
	float: left;
	width: 280px;
	height: 110px;
	padding: 0px;
	margin: 0;
	background-image:url(images/nerc.jpg);
	background-repeat: no-repeat;
}

#footer-right {
	float: left;
	width: 101px;
	height: 110px;
	padding: 0px;
	background-image:url(images/ies.jpg);
	background-repeat: no-repeat;
}

#footer-far-right {
	float: right;
	width: 221px;
	height: 110px;
	padding: 0px;
	margin: 0;
	background-image:url(images/johnrose.jpg);
	background-repeat: no-repeat;
}

#footer a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#footer a:hover {
	background-color: none;
}

#footer p {
	clear: both;
	border-top: 1px solid #1d3e83;
	padding-top: 10px;
	}
	
#footer p a {
  display: inline;
}