.TextHeading {
  margin : 10px 10px 0px 0px;
  font-size: 12px;
  font-weight: 900;
  color: 003664;

}

BODY {
  margin : 0px;
  padding : 0px;
  background: #c7dee5 url(Images/backshade.jpg);
  background-repeat: repeat-x;
}

.Txt {
  color: black;
  font-weight: 500;
  text-decoration:none;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Footer {
  color: #747474;
  font-weight: 500;
  text-decoration:none;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Strapline {
  color: #fdb900;
  font-weight: 500;
  text-decoration:none;
  font-size: 16px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.HomePageText {
  font-size: 14pt;
  font-family : Arial, sans-serif;
  text-align: center;

}

A, .MenuItem, .TextRef {
  font-size: 12px;
  font-family: verdana, Arial, sans-serif;
  text-decoration: none;
  font-weight: 500;
  color: #007ac3;

}

a:hover {
  color: #007ac3;
  background-color: #eaeeee;
}


.TopPageIndexRef {
  font-size: 12px;
  font-family: verdana, Arial, sans-serif;
  text-decoration: none;
  font-weight: 500;
  color: #fffebb;

}

a.TopPageIndexRef:hover {
  color: #fffebb;
  background-color: gray;
}


.ParentMenuText {
  font-size: 12px;
  font-family: verdana, Arial, sans-serif;
  text-decoration: underline;
  font-weight: 900;
  color: black;

}

.TopPageIndexStatic {
  font-family: verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: black;
  font-weight: 900;

}

.PageContentsRef {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  line-height: 130%;

}

.PageHeading {
  font-family: Arial;
  font-size: 20;
  color: white;
  font-weight: 900;
  text-align: center;
}

.TableHeading {
  font-family: Arial;
  font-size: 16;
  color: white;
  background-color: gray;
  font-weight: 900;
  text-align: center;
}

.MenuHeading {
  font-family: Arial;
  font-size: 12;
  color: black;
  font-weight: 900;

}

.SiteTitleHeading {
  font-family: Arial;
  font-size: 14;
  color: black;
  font-weight: 900;
  font-style: italic;
  padding-bottom: 10px;

}

.StyleControl {
  color: black;
  font-size: 11pt;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.TableLabel {

  font-weight: 900;

}

.TableBreak {

    border-bottom: 1px solid #899999;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25%;
    margin-right: 25%;
}



ul.contact { list-style: none; }
.contact_dotted  {
    border-top: 1px dotted #999;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contact_dotted_last  {
    border-top: 1px dotted #999;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #999;
}

.featureBox, .natureBox {

    float: left;
    width: 300px;
    margin: 5px;
    margin-left: 20px;
    padding: 0px;
    background: #eaeeee;
    border: 1px solid gray; /* YCC: color & properties of the left-borderline */
    border-left: 5px solid black; /* YCC: color & properties of the left-borderline */
    color: black;

}

.natureBox {

    width: 630px;

}

div.featureBox:hover, div.natureBox:hover {color: white; background-color: #ca0016; cursor: pointer;}


.featureText {

    float: left;
    font-family: Arial;
    font-size: 14;
    font-weight: 900;
    padding: 10px;

}

.notice {

    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 500;

}

.displayBox {

    border: 1px solid black; /* YCC: color & properties of the left-borderline */
    background: white;
    padding: 10px;

}

.themes {text-align: left; width: 180px; margin: 10px; border: 1px solid black; padding: 10px; color: white; background: URL("Images/themes.background.jpg"); font-size: 14pt; font-family: Arial, Helvetica, sans-serif;}
