@charset "utf-8";
body {background-color:#B8C58C } /*was *#e3d9a8 */
#header {background-color: #ffffff}
#nav {background-color: #ffffff}
#nap {color:#993300}
#nap a {color:#993300}
#nap a:hover{color:#993302}
#content {background-color: #ffffff}
#badges {background-color: #ffffff}
#footer {background-color: #242424}
#topfooter {background-color: #303030}

body {
    color: #666666;
    font-size: 14px;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
}
body {
    line-height: 1.5em;
}
p a {color:#929f65; /* was#B8C58C;  #75a405 */
    font-weight:bold} 
p a:hover {
    color:black;
    font-weight:bold;
    text-decoration: none}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
h1, h2, h3 {    
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-top: 25px;
}
h1 {
    font-size: 20px;
    color: #929f65; /* was#B8C58C;  #75a405 */
    font-weight: 600;    
}
h2 {
    font-size:18px;
    color:#929f65; /* was#B8C58C;  #75a405 */
    font-weight: 600;
}
h3 {
    font-size:16px;
    color:#929f65; /* was#B8C58C;  #75a405 */
    font-weight: 600;
}
h1.no-span,
h2.no-span{
  display: table;
  white-space: nowrap;
}
h1.no-span:after,
h2.no-span:after {
  border-top: 1px dashed lightgrey;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.6em;
  width: 95%;
}
h1.no-span:before {
  right: 1.5%;
}
h1.no-span:after,
h2.no-span:after {
  left: 1.5%;
}
li a {color:#75a405;
    font-weight:bold} 
li a:hover {
    color:black;
    font-weight:bold;
    text-decoration: none}
.bg-olive {
    background-color: #f8faf2;
    
}
.row {margin-left: 0px; margin-right: 0px}
.shadow {box-shadow: 1px 10px #888888}
.footer {font-size: 12px; color:#999999}
.footer a {color:#999999}
.footer a:hover {color:#ffffff}