body {
  font-family: Trebuchet MS, Helvetica, san-serif;
  background: #010101;
  color: #919C60;
  font-size: 12px;
  line-height: 1.60em;
}

h1, h2, h3, h4 {
  color: #ebf3db;
}

p {
  margin: 7px 0;
}

a:link {
  color: #fffffd;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #919C60;
}

#layout-main-menu {
  font-family: Times, serif;
  font-size: 13px;
}

#layout-main-menu ul li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

#layout-main-menu ul li a:hover {
  color: white;
  text-decoration: none;
}

#layout-main-menu ul li.nav-selected a {
  color: white;
  text-decoration: none;
}

#layout-main {
  font-family: Trebuchet MS, Helvetica, san-serif;
  color: #919C60;
  font-size: 12px;
  line-height: 1.60em;
}

#layout-footer {
  color: #919C60;
  font-family: Trebuchet MS, Helvetica, san-serif;
  font-size: 11px;
  line-height: 1.4em;
}

#layout-subnavigation a {
  color: #919C60;
  text-decoration: none;
}

/* CALLOUTS *******************************************************************/
.callout-red, .callout-green, .callout-brown {
  width: 264px;
  font-family: Times, serif;
  font-size: 14px;
  padding: 10px 15px;
  margin: 0 0 5px 0;
  color: #a8ab81;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

.callout-red {
  background-image: url(images/bkg-callout-red.png);
}

.callout-green {
  background-image: url(images/bkg-callout-green.png);
}

.callout-brown {
  background-image: url(images/bkg-callout-brown.png);
}

/* END CALLOUTS ***************************************************************/

.cream-text { color: #ebf3db; }
.green-text { color: #808000; }

