* {margin:0;padding:0;}
body {
	background:#fff url(bg-body.png) top repeat-x;
	font:16px/1.6 helvetica, arial, sans-serif;
	color:#000;
	}

a:link, a:visited {color:#333;}
a:hover, a:active {color:#f60;text-decoration:none;}

h3, h4 {clear:both;}

.feature:after,
.col-half:after
{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

#header h1 {
	height:70px;
	font-size:1em;
	}
#header h1 img {
	position:absolute;
	top:15px;
	left:38px;
	height:97px;
	width:85px;
	border:0;
	z-index:99;
	}
#header h2 {
	height:37px;
	margin:0 7% 0 18%;
	padding:20px 20px 0;
	background:url(bg-pagetitle.png) top repeat-x;
	color:#fc0;
	font-weight:normal;
	}

#content {
	min-height:300px;
	margin:0 7% 0 18%;
	padding:20px;
	background:#fff url(bg-page.png) top repeat-x;
	}
	
#contentmenu {
	position:absolute;
	top:70px;
	left:0;
	min-height:325px;
	width:16%;
	padding:70px 1% 10px;
	background:url(bg-pageleft.png) top right no-repeat;
	text-align:right;
	}
	
#additional {
	position:absolute;
	top:70px;
	right:0;
	min-height:325px;
	width:5%;
	padding:70px 1% 10px;
	background:url(bg-pageright.png) top left no-repeat;
	}
	
#footer {
	clear:both;
	margin:10px 160px 0 200px;
	padding:10px 0;
	border-top:1px solid #ccc;
	color:#aaa;
	font-size:10px;
	}

/* SITE NAVIGATION -------------------------------------------------- */
#sitenav {
	position:absolute;
	top:4px;
	right:20px;
	list-style:none;
	}
#sitenav li {
	float:left;
	}
#sitenav a:link, #sitenav a:visited {
	display:block;
	padding:15px 20px;
	background:url(nav-indicator.png) top center no-repeat;
	color:#000;
	text-decoration:none;
	}
#sitenav a:hover, #sitenav a:active {
	background-image:url(nav-indicator-on.png);
	color:#fff;
	}
#sitenav .current_page_item a {
	background-image:url(nav-indicator-on.png);
	}
	
	
/* DROPDOWN MENUS ----------------------------------------------------- */


.navbar {
  overflow: hidden;
  background-color: #ffd11a;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 18px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  background:url(nav-indicator.png) top center no-repeat;
	color:#000;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#ffd11a;
  background-image:url(nav-indicator-on.png);
	color:#fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffd11a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



/* CONTENT MENU ----------------------------------------------------- */
#contentmenu ul {
	list-style:none;
	}
#contentmenu a:link, #contentmenu a:visited {
	display:block;
	padding:0.5em;
	border-bottom:1px solid #bbb;
	color:#000;
	text-decoration:none;
	}
#contentmenu a:hover, #contentmenu a:active {
	background-color:#c7c7c7;
	color:#fff;
	}
#contentmenu a.active {
	background-color:#ed8;
}




/* CONTENT --------------------------------------------------------- */
.feature {
	clear:both;
	margin:0 0 2em;
}
.col-half {
	float:left;
	width:48%;
	margin-right:2%;
}

#content h3,
#content h4 {
	margin-top: 2em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.25em;
	font-weight: bold;
	}

#content p {
	margin:0 0 1em;
	}

#content ul {
	margin:0 0 1em 2em;
	}
#content li {
	margin:0.5em 0;
	}

#content ul.latest-news,
#content ul.latest-updates,
#content .latest-news li,
#content .latest-updates li
{
	margin:0;
	padding:0;
	list-style:none;
}
#content .latest-news h4 {
	margin:0;
}

#centertext {
	text-align: center;
}


table {
	margin:0 0 1em;
	font-size:1em;
	}
th {
	padding:0.2em 0.4em 0.1em;
	border:0.05em solid #000;
	background:#fd0 url(bg-cell-th.png) top repeat-x;
	font-weight:bold;
	text-align:left;
	}
td {
	padding:0.2em 0.4em 0.1em;
	background:#eee url(bg-cell-td.png) bottom repeat-x;
	border:0.05em solid #000;
	}

/* framed images */
	
	img.fr75x75 {
		width:75px;
		height:75px;
		padding:10px;
		border:none;
	}	
	img.fr150x100 {
		width:150px;
		height:100px;
		padding:10px 10px;
		border:none;
	}	
	img.fr600x361 {
		width:600px;
		height:361px;
		padding:10px 10px;
		border:none;
	}
	img.left {
		float:left;
		margin:0 1em 1em 0;
	}
	img.right {
		float:right;
		margin:0 0 1em 1em;
	}
	
	img.center {
        float:none;
		margin:0 0 1em;
	}

/* row of images */

	.imagerow {
		display: flex;
		justify-content: space-between;
	}
