body {
	font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #222;
	width: 100%;
	font-size: 1.1em;
	margin: 0;
	background: #fff;
}


#welcome {
	font-family: 'Calligraffitti', cursive, fantasy;
}
img.left.anlp {
	max-height: 100px;
	margin-top: -40px;

}
p.anlp {
    	padding-top: 40px;
}


.eft {
	min-height: auto;
}

a:visited, a:link, a:active, a.top:visited, a.top:link, a.top:active {
	font-weight: bold;
	color: #222;
}

img {
	border-style: none;
	border-width: 0;
	max-width:100%;
}

img.head {
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
}

img.left, img.right {
	float: none;
	display: block;
	margin: 10px auto;
}

img.height {
	max-height:190px;
}
p, ul {
	margin: 0.5em 0.5em 0.5em 10px;
	margin-left: 10px;
}

li {
	margin: 0 0.5em;
}

ul.noblt {
	list-style-type: none;
}

.bdr {
	border: 2px solid #222;
}

.cnt {
	text-align: center;
}

.clear {
	clear: both;
}

.clearr {
	clear: right;
}

.clearl {
	clear: left;
}

.cont {
	font-weight: bold;
}

.errorlabel {
	font-weight: bold;
	font-Size: small;
	color: #604;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.last {
	margin-bottom: 20px;
}

.left {
	text-align: left;
}

.nodisplay {
	display: none;
}

.qt {
	font-style: italic;
	text-align: center;
	font-size: smaller;
}

.right {
	text-align: right;
}

.smaller {
	font-size: smaller;
}

.small {
	font-size: small;
}

#APP {
	font-size: x-large;
	text-align: left;
}

#enq {
	text-align: left;
	margin-left: 1em;
}

#content {
	margin: 0 auto;
	padding-bottom: 1em;
	z-index: 1;
	background: #fff;
}

p {
	margin: 0 2em 2em 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 20px;
}

h1 {
	margin-top: 0;
	text-align: center;
	padding: 10px;
	font-size: xx-large;
}

h2 {
	margin: 3em 2em 0 2em;
	text-align: center;
	font-style: italic;
	padding-bottom: .25em;
}

h3 {
	margin: 0.5em 1em 0 1em;
	padding-top: 1.5em;
}

h4 {
	margin: 1em;
	clear: both;
}

h5 {
	font-size: 1em
}

p.preUL {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#cssmenu {
	float: right;
	margin: 1em;
}

#document {
	width: 100%;
	margin-bottom: 10px;
	min-height: auto;
}

@media ( min-width : 650px) {
	#document {
		min-height: 308px;
		float: left;
	}
	img.left {
		float: left;
		border-style: none;
		border-width: 1em;
		margin-right: 2em;
	}
	img.right {
		float: right;
		border-style: none;
		border-width: 1em;
		margin-left: 2em;
	}
	img.rwide {
	float: none;
	}
	.eft {
		min-height: 190px;
	}
	.eft p img {
		margin-right: 2em;
	}
}

@media ( min-width : 680px) {
	img.rwide {
		float: right;
	}
}
/* Main menu */
nav {
	margin: 0 auto;
}
/* Add a black background color to the main navigation */
.mainMenu {
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.mainMenu a, .mainMenu a:visited {
	float: left;
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

/* Change the color of links on hover */
.mainMenu a:hover {
	background-color: #ddd;
}

/* Add an active class to highlight the current page */
.mainMenu a.active {
	background-color: #04AA6D;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.mainMenu .icon {
	display: none;
}

/* When the screen is less than 1005 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 650px) {
	.mainMenu a:not(:first-child) {
		display: none;
	}
	.mainMenu a.icon {
		float: right;
		display: block;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 650px) {
	.mainMenu.responsive {
		position: relative;
	}
	.mainMenu.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.mainMenu.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

/* index page settings */
.flex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.flex-container div img {
	max-height: 190px;
	max-width: 90%;
}

.flex-container div {
	width: 100%;
	min-width: 250px;
}

@media screen and (min-width: 500px) {
	.flex-container div {
		width: 49%;
	}
}

@media screen and (min-width: 750px) {
	.flex-container div {
		width: 32%;
	}
}

@media screen and (min-width: 1000px) {
	.flex-container div {
		width: 24%;
	}
}

@media screen and (min-width: 1250px) {
	.flex-container div {
		width: 19%;
	}
}

.flex-container a, .flex-container a:visited {
	text-decoration: none;
	font-weight: normal;
}

.flex-container a:hover {
	font-weight: bold;
}

div.flex-container p {
	margin: 0.5em 1em;
	text-align: center;
}

.flex-container div p.cnt {
	height: 200px;
}

div.flex-container div a h2 {
	height: 2.5em;
}

/*---print---*/
@media print {
	body {
		font-size: 11pt;
		color: black;
	}
	a {
		color: black;
		background: none;
	}
	#content {
		font-family: "times new roman", times, serif;
		margin-right: 2em;
		color: black;
	}
	nav, #cssmenu {
		display: none;
	}
	#content p.centre {
		display: none;
	}
}