* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color:#323D4F;
	background-color:#83B784;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: 106px !important;
	padding: 0;
}

#wrapheader_desc {
	color:#000000;
	font-size:1.3em;
	text-align:right;
	font-weight:bold;
	vertical-align:bottom;
}

#wrapcentre {
	width:950px;
	text-align:left;
	margin: 15px auto 0 auto;
}

#wrapcentre_header {
	font-weight:bold;
	font-family:Arial;
	font-size:1.7em;
	color:#000000;
	text-decoration:none;
}

#wrapcentre_content {
	font-size:1.3em;
	height:110%;
	border:1px outset #247D1F;
	background-color:#D3D3D3; /* #d3eed3; */
	padding: 0px;
}

#wrapcentre_content table {
	height:110%;
}

#wrapcentre_content td {
	vertical-align:top;
}

#wrapcentre_content img {
	border:3px solid #D3D3D3;
}

#wrapcentre_content img:hover {
	border:3px outset #206F1E;
}

#wrapnav {
	height:100%;
}

#wrapnav table {
	width:100%;
	height:250px;
	white-space:nowrap;
}

#wrapnav tr,
#wrapnav td  {
	font-weight:bold;
	text-align:center;
	border:1px solid #247D1F;
	background-color:#D3D3D3; /* #d3eed3; */
}

#wrapnav td:hover {
	background-color:#83B784;
}

#wrapnav a {
	font-size:130%;
	color:#362F70;
	text-decoration:none;
}

#wrapnav a:hover {
	color:#000000;
}

#logodesc {
	height:106px !important;
	background-image: url('./images/header_bg.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 0px 230px;
}

#wraplang {
	font-family: "Arial", Verdana, sans-serif;
	font-weight: bold;
	font-size:105%;
}

#wraplang tr {
	text-align:right;
}

#wraplang td {
	white-space:nowrap;
	text-align:right;
}

#wrapfooter {
	width:100%;
	height:100%;
	text-align:left;
	vertical-align:middle;
	margin-top:3%;
	clear: both;
}

#wrapfooter table {
	width:15%;
	margin:auto;
}

/*  Text
 --------------------- */
h1 {
	font-family: "Arial", Verdana, sans-serif;
	font-weight: bold;
	font-size: 4.5em;
	font-style: italic;
	text-align:left;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}


/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding:2px;
}

/* Links
 ------------ */
a:link {
	color:#000000;
	text-decoration:none;
}

a:active,
a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color: #362F70;
	text-decoration:underline;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

/* Misc
 ------------ */
img {
	border:none;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}
