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;
  border-radius: 20px;
  background-color: #FFAA4F;
/*  background-image: url("/imgs/orange_circles_3.jpg"); */
  width: 830px;
  -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 1);
  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;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid navy;
}

div.divNav {
  width: 152px;
  float: left;
}

ul.ulNav {
  list-style: none;
  padding: 0;
  margin: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 1);
  -moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 1);
}

ul.ulNav li a {
  background-color: #CF5200;  /* #B50; */
  border: 1px solid #FB0;
  color: #FB8;
  display: block;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: -1px;
  text-decoration: none;
  width: 130px;
  height: 45px;   /* 50px; */
  line-height: 45px;   /* 50px; */
  text-align: center;
  white-space: nowrap;
}
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;

  border-top-left-radius: 8px;
  border-top-right-radius: 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;

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 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: 160px;
  margin-right: 160px;
  min-height: 625px;  /* 675px; */
  height: auto !important;
  height: 625px;  /* 675px; */
}

div.divContentPhoto {
  margin-left: 160px;
  margin-right: 0px;
  padding-right: 20px;
  min-height: 625px;  /* 675px; */
  height: auto !important;
  height: 625px;  /* 675px; */
}

div.divRightBar {
  float: right;
  width: 140px;
}

div.divRightBarPhoto {
  display: none;
}

div.divFooter {
  height: 50px;
  text-align: center;
  line-height: 50px;
}

h1.h1ContentHeading {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  margin-top: 0px;
}

h2.h2ContentHeading {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 155%;
  font-weight: bold;
  margin-top: 0px;
}

h2.h2ContentAlbumHeading {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 155%;
  font-weight: bold;
  margin-top: 20px;
  padding-top: 8px;
  border-top: solid;
  border-width: 1px;
}

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;
}

div.imgPricingWrapper {
  text-align: center;
}

img.imgPricing {
/*  display: block; */
  text-align: center;
  margin: 8px auto;
}

.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;
}

div.divFacebookLike {
  text-align: center;
  margin-top: 20px;
}
