body {
	background-color: #fff;
	color: #000;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	font: 16px/1.5 Verdana;
	text-align: left;
}

h1 {
	background-image: url(images/ic_launcher.png);
  background-position: 0px 20px;
  background-repeat: no-repeat;
  background-attachment: relative;
  text-align: left;
  vertical-align: middle;
  padding-top: 50px;
  padding-left: 160px;
  margin-right:200px;
  padding-bottom: 80px;
}

/* Basic styles */

.noFlow {
	clear: both;
}

.flowLeft {
  display: flex;
  align-items:center;
  column-gap: .5%;
}

  .flowLeft img {
    display: inline-flex;
    width 20%;
  }

.flowLeft h1 {
    display: inline-flex;
    width 80%;
  }

.flowRight {
  display: flex;
  align-items:center;
  column-gap: .5%;
  border-style: outset;
  }
  .flowRight img {
    display: inline-flex;
    width 20%;
  }

.flowRight span {
    display: inline-flex;
    width 80%;
  }
}

.imageCentre {
	vertical-align:middle;
}

h3 {
	background-color: #BCECFC;
	color: black;
	margin-top: 30px;
	border-right: 0px;
	border-bottom: 0px;
	height: 30px;
	text-align: left;
	font-size:1.5em;
}

/* Main div styling */
div#container {
	background-color: transparent;
	color: inherit;
	border-left: 0px;
	border-bottom: 0px;
	text-align: left;
}

h2 {
	margin-top: 40px;
}

div#pageHeader h2 span {
	float: right;
}

div#right-sidebar {
	position: fixed;
	float:right;
	right:0%;
	margin-top: 0px;
	padding: 0px 8px 8px 8px;
	width:240px;
	color: inherit;
}



div#preamble {
	border-bottom: 0px;
	margin-right: 222px;
	color: inherit;
	background-color: inherit;	
	text-align: left;
}

div#preamble p {
	padding-right: 30px;
	margin-left: 20px;
	color: inherit;
	background-color: transparent;
	width: auto;
}

div.explanation {
	text-align: left;
	margin-left: 30px;
	margin-right: 20px;
}

div.footer {
	clear: both;
	font-size: small;
	color: inherit;
	border-top: 1px solid #8F8C4E;
	padding-left: 30px;
  vertical-align: bottom;
	overflow: hidden;
}

