body {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
line-height:110%;

	padding: 0px;
	background-color:#73A0C5; 
/*	background-image: url('images/background.png');
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	font-family: 12px, Verdana, Arial, Helvetica, sans-serif;

}


.banner {
	width: 900px;
	border-top: solid;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #FFFFFF; 

}
.banner img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	padding: 0px;
	vertical-align: middle;
}

.contentArea {
	width: 900px;
	font-size: 13px;
	text-align:justify;
	border-top: 0px;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
border-right-color: navy;
border-left-color: navy;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
min-height:800px;
}

.contentArea a {
	
color: #002A51;
	background-color: #FFFFFF;
/*	text-decoration: none;*/
}
.contentArea a:hover {
	color: #FFFFFF;	
background-color: #002A51;
}
.contentArea #leftColumn {
	float: left;
	width: 150px;
	padding-top: 10px;
	margin-left: 1px;
}
.contentArea #leftColumn p {
	padding: 0px 0px 10px 10px;

/*	margin: 5px 0px 0px 0px;*/
}
.contentArea #leftColumn img {
	margin: 10px 0 4px 10px;
}
.contentArea #rightColumn {
/*	padding-left: 180px; */
	margin-left: 160px;
	width:630px; 
/*	padding:0px 40px 40px 0px; */
}

.contentArea #centralColumn {
/*	padding-left: 180px; */
	width:700; 
	margin-left: 30px;
	margin-right: 30px;
	
/*	padding:0px 40px 40px 0px; */
}

.contentArea #rightColumn img {
	border: 0px;
}
.footer {
	width: 900px;
	border-bottom: solid;
	border-right: solid;
	border-left: solid;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.footer img {
	display: block;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
p.copyright {
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.profileBox {
	width: 550px;
/*	border-style: dashed;*/
	margin-bottom: 10px;
	margin-right: 10px;
}
.profileBox .photo {
	float: left;
	width: 120px;
	padding-top: 5px;
	text-align: center;
/*	border-style: dashed;*/
	margin: 0px;
}
.profileBox .info {
	width: 425px;
	padding-left: 5px;
    margin-left: 130px;
	text-align: justify;
	vertical-align: text-top;
/*	border-style: dashed;*/
}
.mugShot {
	float: left;
	width: 110px;
	margin-bottom: 5px;
}
.mugShot .photo {
	width: 110px;
	height: 140px;
	vertical-align: text-bottom;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
}
.mugShot .name {
	width: 110px;
	height: 40px;
	text-align: center;
}
.projectSummary {
	width: 510px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.projectSummary .logo {
	float: left;
	width: 110px;
	text-align: center;
}
.projectSummary .info {
	margin-left: 115px;
	width: 380px;
	text-align: justify;		
}
.projectInfoCentred {
	width: 550px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.projectInfoJustified {
	width: 550px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

