/* ------------------------------ DEFAULTS ------------------------------ */

/* Colour shades:
	blue1    #F9F9FF;
	blue2    #F2F2FF;
	blue3    #E6E6FF;
	blue4    #D9D9FF;
	blue5    #CCCCFF;
	green1   #23CC00;
	green2   #1A9900;
	green3   #116600;
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px auto;
	padding: 0;
	border: 0;
	border-width: 0;
	border-style: solid;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	height:99%;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000; /* text colour (black) */
	line-height: normal;
	text-align: left;
}

img {
	border: 1px solid #116600;
	margin: 0px;
	padding: 0;
}

/* ------------------------------ PAGE ARCHITECTURE ------------------------------ */

#wrapper {
	background: #F2F2FF;
   margin-top: 2px;
	border-left: 1px solid #1EAF00;
	border-right: 1px solid #1EAF00;
	width: 95%;
}

#header {
	text-align: center;
}

#horizmenu {
	text-align: center;
	padding-bottom: 5px;
}

#horizmenu ul {
	list-style-type: none;
	padding: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	border-color: #116600;
}

#horizmenu li {
	display: inline;
	margin: 5px;
}


#midder {
  width: 100%;
	display: inline-flex;
}

.col-left { width: 20%; background: #F2F2FF; }

.col-ctr { width: 45%; padding-left: 2%; padding-right: 2%; background-color: #FFFFFF; }

.col-rt {
   float: right;
   width: 20%;
   background: #F2F2FF;
	font-size: 10pt;
   }

.col-rt img {
	border-width: 0;
   }

#footer {
	text-align: center;
	clear: both;
	font-size: 8pt;
	width: 100%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #D9D9FF;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-color: #116600;
}

/* ------------------------------ TEXT STYLES ------------------------------ */

p {
	color: #000000;
	line-height: normal;
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.5em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em;
}
h4, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 0.4em;
}

/* ------------------------------  TABLES  ------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	border: 1px solid brown;
}


/* ------------------------------  PARAGRAPHS AND HEADINGS  ------------------------------ */

.indented {
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
}

li {
	margin-bottom: 0.4em;
}

/* ------------------------------  FONTS AND FONT STYLES  ------------------------------ */

.fs0 {
	font-size: 0;
}
.fs8 {
	font-size: 0.8em;
}
.fs9 {
	font-size: 0.9em;
}
.fs10 {
	font-size: 10pt;
}
.fs11 {
	font-size: 11pt;
}
.fs12 {
	font-size: 12pt;
}
.fs14 {
	font-size: 14pt;
}
.fs15 {
	font-size: 15pt;
}

.caption {
	font-size: 0.8em;
	margin-bottom: 2em;
	text-align: center;
}

hr {
	size: 1px;
	noshade ;
}

td {
	border-color: brown;
	border-style: solid
}

.noborder {
	border-style: none;
}

/* ------------------------------  PROPERTIES  ------------------------------ */

.brown {
	color: #A52A2A;
}

.grey50 {
	color: #7F7F7F;
}

.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}

/* ------------------------------  MEDIA = HANDHELDS (ie max width 800px) --------------------------- */

@media screen and (max-width: 800px) {

.hide4hh {
   display: none;
}

.handheldonly {
      display: inline;
}

p {
	color: #000000;
	line-height: normal;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.col-left {
  display: none;
}

.col-rt {
  display: none;
   }

.col-ctr {
	clear: both;
	width: 98%;
	float: left;
	padding: 1%;
	border: 0 none;
}

}
