div.divContent A:link {
  text-decoration: none;
  color: #0E0046;
}
div.divContent A:visited {
  text-decoration: none;
  color: #0E0046;
}
div.divContent A:active {
  text-decoration: underline;
  color: #0E0046;
}
div.divContent A:hover {
  text-decoration: underline;
  color: #0E0046;
}

body {
  background-color: #FB6;
  color: #0E0046;
  text-align: center;
}

div.divPage {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: url("/imgs/orange_circles_3.jpg");
  width: 800px;
  -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 1);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.divHeader {
  text-align: center;
  height: 160px;
  line-height: 160px;
  font-weight: bold;
  font-size: 300%;
  font-family: 'Monotype Corsiva', 'Comic Sans MS', Arial, Helvetica, sans-serif;
  background-image: url("/imgs/logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F17C0E;
  color: #0E00416;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  margin-bottom: 20px;
}

div.divNav {
  width: 122px;
  float: left;
}

ul.ulNav {
  list-style: none;
  padding: 0;
  margin: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 1);
}

ul.ulNav li a {
  background-color: #B50;
  border: 1px solid #FB0;
  color: #FB8;
  display: block;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: -1px;
  text-decoration: none;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
ul.ulNav li:first-child a {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;

  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
ul.ulNav li:last-child a {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;

  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}
ul.ulNav li a:active,ul.ulNav li a:hover {
/*
  background-color: #E80;
  color: #FB0;
*/
  background-color: #0E0046;
  color: #FF9900;
}

div.divContent {
  margin-left: 130px;
  margin-right: 160px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

div.divContentPhoto {
  margin-left: 130px;
  margin-right: 0px;
  padding-right: 20px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

div.divRightBar {
  float: right;
  width: 140px;
}

div.divRightBarPhoto {
  display: none;
}

div.divFooter {
  height: 50px;
}

h1.h1ContentHeading {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold;
  margin-top: 0px;
}

p.pContent {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-align: justify;
}

.imgThumb {
  margin-bottom: 6px;
}

.emphasis {
  font-weight: bold;
}

img.imgEmbedLeft {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.txtLogo {
  display: none;
}

/* Image table */
td.image {
    color: #000000;          padding-top: 2px;
/*    background: #78509C;*/     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}
