/* XNav header definitions */

#xnav-head {
  background-color: #718da3;
  border-top: thin solid #285a52;
  border-left: thin solid #285a52;
  border-right: thin solid #285a52;
  color: #128072;
  padding-top: 2px;
  padding-bottom: 2px;
}

#xnav-head img {
  border: none;
}

#xnav-head-sep {  
  clear: both;
  height: 1px;
}

.xnav-lhead { 
  float: left;
  margin-left: 15px;
  font-style: oblique;
  font-effect: emboss;
}

.xnav-rhead {
  float: right;
  margin-right: 15px;
  font-style: oblique;
}


/* XNav top navigation definitions */

#xnav-topnav {
  background-color: #429082;
  border: thin solid #285a52;
  color: #f3f8ed;
  padding: 2px;
  height: 1.3em;
}

#xnav-topnav a {
  text-decoration: none;
  border-bottom-style: none;
  border-bottom-width: 2px;
  color: white;
}

#xnav-topnav a:hover {
  background-color: #43998a;
}

.xnav-topnav {
  margin-left: 5px;
}

/* XNav side navigation definitions */

#xnav-sidenav {
  background-color: #429082;
  border: thin solid #285a52;
  border-top: 0px;
  padding: 3px 3px 3px 0px;
  float: left;
  width: auto;
  /* position: fixed; */
}

#xnav-sidenav a {
  color: #f3f8ed;
  text-decoration: none;
  text-align: left;
  display: block;
}

#xnav-sidenav a:hover {
  background-color: #43998a;
}

.xnav-sidenav { 
  margin-left: 6px;
}


/* XNav main body definitions */

#xnav-main {
  text-align: justify;
  margin: 0 0 0 160px;
  padding: 10px 15px 10px 10px;
  border-left: none;
}


/* XNav footer definitions */

#xnav-foot {
  background-color: #718da3;
  border: thin solid #285a52;
  color: #ffcf60;
  margin-top: 1em;
  padding: 0px;
  padding-top: 4px;
}

#xnav-foot img {
  border: none;
}

#xnav-foot a {
  text-decoration: none;
  color: #285a52;
}

#xnav-foot a:hover {
  background-color: #285a52;
}

.xnav-foot-sep {  
  clear: both;
  height: 1px;
}

.xnav-lfoot { 
  float: left;
  margin-left: 15px;
}

.xnav-centre { 
  clear: none;
  text-align: center;
}

.xnav-rfoot {
  float: right;
  margin-right: 15px;
}



/* Other definitions */

body {
  background-color: #f3f8ed;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 85%;
  margin: 0;
}

a {
  text-decoration: none;
  color: #2e5c89;
}

a:hover {
  color: #247cd2;
}

h1 { 
  font-weight: bold;
  font-size: 120%;
  padding-left: 1ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 0ex;
  color: #2e5c89;
  background-color: #429082;
  border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -moz-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -webkit-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
}

h2 { 
  font-weight: bold;
  font-size: 100%;
  padding-left: 1ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 0.8ex;
  color: #2e5c89;
  background-color: #519b8e;
  border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -moz-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -webkit-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
}

h3 { 
  font-weight: bold;
  font-size: 100%;
  padding-left: 1ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 0.8ex;
  color: #2e5c89;
  background-color: #64a79b;
  border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -moz-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
  -webkit-border-radius: 7px 7px 7px 7px / 5px 5px 5px 5px;
}
