body {
  background:#e7e7e7 url("page-bg.png") center repeat-y;
  margin:0;
  padding:0;
  width: 100%;
}


.wrapper {
    display: block;
    margin:0px auto 0px auto !important;
    width:896px;
    background:#eee;
}

#top {
    padding:10px 15px;
    border-top:1px solid #fff;
    border-bottom:3px solid #fff;
    height:57px;
    _height: 77px;  /* for the benefit of IE 6 */
    background:#2E4E74 url("top-bg.png") top repeat-x;
    position: relative;
}
  
#top, #top h1 a, #top .selected a {
    color:#fff;
}

#top h1 {
    float:right;
    position:relative;
    margin:0px 86px 0px 0px;
    padding:0;
    text-align:right;
/*     color: transparent; */
}
#top h1 span, #top h1 {
    width:216px;
    height:49px;
    line-height:49px;
}
#top h1 span {
    position:absolute;
    top:0;
    left:0;
    background:url("top-logo.png");
}

#top ul {
    list-style:none;
    padding:0;
    margin:17px 0 0;
}
#top li {
    padding:0 15px;
    float:left;
    height:1.8em;
    line-height:1.8em;
    border-right:1px solid #184A65
}

#top a {
    color: #96A7B9;
    text-decoration:none;
    text-transform:lowercase;
}

#top a:hover {
    color:#fff;
}

#biline {
	position: absolute;
	right: 18px;
  bottom: 5px;
  font-size: 8.5pt;
  width: 286px;
  text-align: left;
}

ul#nav2 {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}
ul#nav2 li {
    padding:0 1.5em 0 0;
    float:left;
    text-transform:lowercase;
}
ul#nav2 a {
    color:#7d7d7d;
    text-decoration:none;
}

ul#nav2 a.selected {
    color:#000;
}

ul#nav2 a:hover {
    color:#000;
}

#content {
    border-top:2px solid #005097;
    background:#fff url('content-bg.png') top repeat-x;
    clear:both;
    padding:10px 15px 1em 30px;
}
#content h2 {
    clear:both;
    margin:0;
    padding:35px 0 .5em;
    zoom:1;
}

#footer {
    padding:1em 15px 1em 30px;
    color:#d5d5d5;
    font-size:.8em;
    overflow:hidden;zoom:1;
}

#footer ul {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
#footer li {
    float:left;
    margin-right:1em;
}
#footer a {
    color:#809BD0;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}
#footer .copyright {
    float:right;
}
