body {
	margin:0;
	padding:0;
	border:0;
	height: 100%;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
.container{
	position: absolute;
	background-color: 	#ffffff;		/*main background colour*/
	width:100%;
	min-height:100%;
	zoom:1
}
#header{
	position: relative;
	width:100%;
	height:auto;
	margin: 0;
}
#banner_image{
	position: absolute;
	width:100%;
	height:100%;
}
#header_content{
	display:flex;
	justify-content:space-between;
	position: relative;
	height:auto;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width:1000px;
}
#header_name_box{
	position: relative;
	width:350px;
    height:100px;
}
#header_name{
	position: absolute;
	color:white;
	font-family: Arial;
	font-size:24pt;
	margin-top: 30px;
	font-weight: normal;
}
#menubar	{
	position: relative;
	width:270px;
	height:100px;
	/*min-width: 280px;*/
}
@media (max-width: 720px)  {
	#header_name_box{
		height:50px;
	    margin: 0 auto;
	}
    #header_name{
    	margin-top: 15px;
    }
	#header_content	{
		display:block;
	}
	#menubar	{
	    display: block;
		height:40px;
		margin-left: auto;
        margin-right: auto;
	}
}
#menubar ul {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
#menubar li {
    font-family:Arial;
	float: left;
}
#menubar li a {
	display: block;
	text-align: center;
	padding: 6px 6px;
	text-decoration: none;
	font-family:Arial;
	font-size: 12pt;
}
#menubar li a:hover {
	background-color: rgba(255, 255, 255, 0.614);
}
a 	{
	font-family:Arial;
}
#menubar a:link {
	color: white;
	text-decoration: none;
}
#menubar a:visited {
	color: white;
    text-decoration: none;
}
#menubar a:hover {
    text-decoration: underline;
}
#menubar a:active {
    text-decoration: underline;
}
#main_column{
	position: relative;
	margin:0 auto;
	max-width:1000px;
	padding-left: 10px;
	padding-right: 10px;
}
#text_header {
	position: relative;
	max-width:100%;
}
#content_column{
	position: relative;
	margin:0 auto;
	max-width:100%;
}
#about_content_column{
	position: relative;
	margin:0 auto;
	max-width:100%;
}
#text_section {
	position: relative;
	float:left;
	min-width:300px;
	/*padding-right: 15px;*/
	padding-bottom: 20px;
}

#text_section p {
    text-align: justify;
}
#about_text_section {
	position: relative;
	float: left;
	min-width:300px;
	/*padding-right: 15px;*/
	padding-bottom: 20px;
}
#about_text_section p {
    text-align: justify;
}
#side_column {
	position: relative;
	width: 300px;
	height: fit-content;
	margin: 0 auto;
	margin-top: 20px;
}
@media (min-width: 660px)  {
	#about_content_column	{
		display:flex;
		justify-content:space-between;
	}
	#side_column {
		float: right;
	    margin-left: 20px;
	}
	#about_text_section {
		width: 75%;
	}
}
#profile_picture {
	position: relative;
	width: 100%;  
	height: auto;
}
#contact_box {
	position: relative;
	width: 245px;
	margin: 0 auto;
	margin-bottom: 40px;
	height: 200px;
	padding-left: 7px;
	/*padding-bottom: 0px;*/
	font-family:Arial;
	color:black;
	border-style:solid;
	border-color:black;
	border-width:2px;
}
#contact_box p {
	font-size: 10pt;
	display: block;
	white-space: pre-line;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contact_box br {
	display: block;
	margin-top: 0px;
}
#footer {
	position: absolute;
	font-family:Arial;
	bottom:0;
	width:100%;
	height: 30px;
    background-color:rgb(0, 153, 115);
    color:white;
    clear:both;
    text-align:center;
}

h1 {
	font-family:Arial;
	color:rgb(37, 37, 37);
}
h2	{
    padding-top: 20px;
	font-family:Arial;
	color:rgb(37, 37, 37);
	font-size: 14pt;
	font-weight: bold;
}
h3	{
	font-family:Arial;
	color:rgb(37, 37, 37);
	font-size: 12pt;
	font-weight: bold;
}
p    	{
	font-family:Arial;
	font-size: 11pt;
	color:rgb(37, 37, 37);
}
a 	{
	font-family:Arial;
	font-size: 11pt;
	color:rgb(37, 37, 37)
	/* color:purple; */
}
a:link {
	color: rgb(0, 153, 115);
    /* text-decoration: none; */
	text-decoration: underline;
}

a:visited {
	color: rgb(0, 153, 115);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
ul {
	position: relative;
	overflow: hidden;
}
li {
    font-family:Arial;
	font-size: 11pt;
}
/*li a {*/
/*	display: block;*/
	/*padding: 14px 12px;*/
/*	text-decoration: none;*/
/*	font-family:Arial;*/
	/*font-size: 12pt;*/
/*}*/
/*li a:hover {*/
/*	background-color: rgba(255, 255, 255, 0.614);*/
/*}*/

/* standard image with caption*/
.imgWcaption	{
	padding:5px;
	background-color:white;
	margin:10px;
}
.imgInCaption{
	float: left;
	max-width:730px;
	margin:0px;
}
.caption    	{
	background-color:white;
	font-family:Arial;
	color:black;
	padding:5px;
}