*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
  height: 100%;
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  color: #333;
  background-color: #CDD;
}
form
{
  height: 100%;
}
img
{
  border-style: none;
  display: inline-block;
}
img.photo
{
  float: right;
  margin-top: 5px;
  border: 1px solid #08AB94;
  margin-left: 10px;
}
ul
{
  padding: 0;
  list-style-type: none;
}
ol
{
  padding: 0;
  list-style-type: decimal;
}
li
{
  margin: 0 0 1em 0;
  padding: 0;
}
h1, h2, h3, h4
{
  color: #08AB94;
}
h1
{
  font-size: 1.8em;
  margin-bottom: 0.6em;
  font-weight: lighter;
}
h2
{
  font-size: 1.6em;
  margin-bottom: 1.2em;
  font-weight: normal;
  line-height: 1.1em;
}
h3
{
  font-size: 1.3em;
  margin-bottom: 0.2em;
}
p, ul, ol, table, #mapUK
{
  margin-bottom: 1.2em;
  font-size: 1.2em;
}
a
{
  color: #08AB94;
  text-decoration: none;
}
a:hover
{
  background-color: #08AB94;
  color: #FFF;
}
hr
{
  margin-bottom: 0.5em;
  height: 1px;
  border-style: dotted;
}

/* MAIN DIVS */
#container
{
  width: 860px;
  margin: 0 auto;
  padding: 10px 8px 10px 8px;
  background-color: #FFF;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #CCC;
  -moz-box-shadow: 0 -10px 10px #699;
  -webkit-box-shadow: 0 -10px 10px #699;
  box-shadow: 0 -10px 10px #699;
  min-height: 100%;
}
#header
{
  background-color: #FFF;
  height: 100px;
  text-align: center;
  position: relative;
}
#textSize
{
  position: absolute;
  top: 42px;
  right: 0;
  width: 150px;
  text-align: right;
}
#leftCol
{
  width: 150px;
  float: left;
}
#content
{
  width: 550px;
  padding-top: 4px;
  line-height: 160%;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
}
#rightCol
{
  width: 150px;
  float: right;
  text-align: right;
}
#footer
{
  clear: both;
  width: 100%;
  margin-top: 20px;
  font-size: 0.9em;
  text-align: center;
  color: #08AB94;
  position: relative;
}

/* NAVIGATION BAR */
#nav
{
  font-size: 20px;
}
#nav li
{
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 4px;
  width: 142px;
}
#nav a
{
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 2px 1px 2px;
}

/* OTHERS */
#map
{
  float: right;
  border: 2px solid #08AB94;
  width: 375px;
  height: 264px;
  margin-bottom: 0;
  text-align: center;
}
#mapAnchors a
{
  padding: 10px;
}

#searchcontrol, #searchcontrol div.gsc-control
{
  text-align: left;
  width: 150px;
}
#register
{
  margin: 0 auto;
}
#register th, #register td
{
  padding-bottom: 4px;
}
#register th
{
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
#register td
{
  text-align: right;
  vertical-align: top;
}
.boldInline
{
  font-size: 1.3em;
  font-weight: bold;
  color: #08AB94;
}


