/* .sidenav a[href^="http:"] {
       background: url(/images/icons/external_link_graphic.png) right center no-repeat;
       padding-right: 12px;
}
*/



h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.3em;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.header-nav {
  margin-left: 1em;
  top: 80px;
  left: 150px;
  position: absolute;
  color: white;
  font-size: 1.5em;
  font-style: bold;
}

.banner {
  background: #ffe url('../images/sdmi-banner_g_2.gif') repeat-x;
  height: 112px;
  margin-left: 4px;
}

.banner img {
  border: none;
}

.breadcrumbs {
  margin-left: 1em;
}

h3, h2, strong {
  color: #9CC44D;
  font-style: italic;
}

.caption {
  color: #424242;
  font-size: 70%;
  padding-bottom: 1em;
}

.content h1, h2 {
  margin: 0 0 0.2em 0;
}

  /* <!-- */
  /* General styles */
  body {
    background:#fff;
    font-size:90%;
    font-family: sans-serif;
    color: #424242;
  }

  a {
    color:#996600; /* ddb300 */
    text-decoration: none;
  }

  a:hover {
    color:#996600;
    background:#b0cef2;
    text-decoration:none;
  }
  #layoutdims {
    background:#eee;
  }

  .colleft {
    border-right: 1px solid #698338;
  }
  /* 3 Column settings */
  .threecol {
    /* background:#eee;    /* right column background colour */
  }
  .threecol .colmid {
    right:25%;      /* width of the right column */
    background:#fff;    /* center column background colour */
  }
  .threecol .colleft {
    right:50%;      /* width of the middle column */
    /* background:#f4f4f4; /* left column background colour */
  }

#footer { 
  font-size: 0.7em; 
}         


.sidebar h3 a {
  color: #9CC44D;
}

