/*** PALLETTE
 * Dark border: #005866
 * Dark background: #005866;
 * Highlight: #d1e7ed
 * Purple header: #993366
 * Green header: #8CB171
 */



/**** primary content ****/
#primary {
  margin:0;
  padding:10px 15px 24px;
  border:0px;
}

/* nav */
#secondary {
  float:left;
  border-bottom:1px solid #005866;
  border-right:1px solid #005866;
  width:201px;
  height:210px;
  font-size : 11px;
  background:url(/images/resources_2.jpg) no-repeat right top;
  display:none;
}

#footer-wrapper {
  border-top:1px solid #005866;
  padding-top:22px;
  background-color:#d1e7ed;
  position:relative;
  top:-1px;
  clear:both;
}