body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  margin: 0px;
  height: 100%;
  background: White;
}

a {
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  margin: 0px;
  font-size: 1.4em;
}

h2, h3, h4 {
  margin: 0px;
}

#print-logo {
  display: none;
}

.google-ads {
  position: absolute;
  top: 0px;
  right: 0px;
}

#container {
  position: relative;
  width: 892px;
  margin: auto;
  color: White;
}

#top {
  background: url('/images/top.gif');
  height: 137px;
  border-bottom: 2px solid #000000;
}

#content-container {
  background: #8f93c5;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 768px;
}

#leftMenu {
  float: left;
  width: 195px;
  padding: 5px;
}

#leftMenu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #4D5B91;
  border: 1px solid #000000;
}

#leftMenu ul li {
  color: White;
  padding-left: 5px;
}

#leftMenu ul li.selected {
  color: Red;
}

#leftMenu ul li.selected a {
  font-weight: bold;
}

#leftMenu ul li.selected li a {
  font-weight: normal;
}

#leftMenu ul li a {
  text-decoration: none;
}


#leftMenu ul li a:hover {
  color: #EEEEEE;
}

#leftMenu ul ul {
  list-style: none;
  border: none;
  margin: 0px 0px 0px 5px;
}
#leftMenu ul ul ul {
  list-style: none;
  border: none;
  margin: 0px 0px 0px 10px;
}

#content {
  margin: 5px 0px 0px 225px;
  width: 535px;
}

p {
  margin: 5px 5px 10px 5px;
  text-align: justify;
}

#footer {
  background: url('/images/footer.gif') no-repeat;
  height: 24px;
  text-align: center;
  padding: 2px 0px 0px 0px;
}

#footerLinks {
  text-align: center;
  color: #000000;
}

#footerLinks a {
  color: #000000;
}



/***************************
CLASSES
***************************/

#content .container {
  background: #4D5B91;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

#content .title {
  padding: 2px;
  border-bottom: 1px solid #000000;
}

#content .text, #content .galleryList {
  padding: 5px;
}

#content .galleryList .item {
  float: left;
  margin: 0px 10px 0px 0px;
  width: 130px;
}

#content .galleryList .item img {
  border: 2px solid transparent !important;
}

#content .galleryList .item a:hover img {
  border: 2px solid #000 !important;
}

.menuTitle {
  font-size: 1.5em;
  padding: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000000;
}

.spacer {
  clear: both;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
