body {
	width: 850px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#73A0C5; 
/*	background-image: url('images/background.png');
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	font-family: "Arial", "Helvetica", sans-serif;
}


.banner {
	width: 850px;
	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: 10px;
	margin-right: auto;
	padding: 0px;
	vertical-align: middle;
}
.navMenu {
	width: 850px;
	height: 19px;
	background-color: #002A51;
       	border-top: solid;
	border-left: solid;
	border-right: solid;
	padding: 0px;
	margin: 0px;
}
.navMenu ul {
	list-style-type : none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.navMenu li {
	float: left;
	color: #73A0C5;
/*	background-image: url('images/navBackground.gif');
	background-repeat: repeat-x;	*/
/*	width: 12.4%;93.75px;*/
	padding: 0px;
	margin: 0px;
	text-align: center;
/*	border-left: 0.1px;
	border-right: 0.1px;
	display: block;  
	border-right: solid; 
	vertical-align: top;*/
}
.navMenu a {
	color: #73A0C5;
	text-decoration: none;
	font-weight: bold;
}
.navMenu a:link {
	color: #73A0C5; 
}
.navMenu a:visited {
	color: #73A0C5;
}
.navMenu a:hover {
	color: #FFFFFF;
}
.contentArea {
	width: 850px;
	font-size: 13px;
	text-align:justify;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

.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:580px; 
/*	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: 850px;
	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;
}
