body {
  background: #eee1b7;
  padding-bottom: 40px;
}

#doc {
  margin-top: 10px;
}

#hd {
  background: #463738;
  color: #f2e7e6;
}

#logo, #logo span, #logo span a
{
  width: 755px;
  height: 100px;
}

#logo {
  background: transparent url(/images/logo.jpg) no-repeat left top;
  position: relative;
  overflow: hidden;
}

#logo h1 {
  margin: 0;
  padding: 0;
  margin-left: 1000px;
}

#logo span {
  position: absolute;
  top: 0;
  left: 0;
}

#logo span a
{
  display: block;
}

#bd {
  background: #fff url(/images/bg-bd.jpg) top left repeat-y;
}

#lft {
  width: 162px;
  background: #542421 url(/images/bg-lft.jpg) top center no-repeat;
  color: #dbd8c8; /* f2e7e6; */
  font-size: 85%;
}

#lft a {
  color: #f2e7e6;
}

#lft .nav ul {
  margin: 5px 0 0 5px;
}

#lft .nav ul li {
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

#lft .nav ul li, #lft .nav ul li a {
  width: 153px;
  height: 29px;
}

#lft .nav ul li a {
  width: 149px;
  padding-left: 4px;
  line-height: 25px;
  font-weight: bold;
  color: #fff6c5;
  background: transparent url(/images/nav-off.gif) no-repeat;
}

#lft .nav ul li a:hover {
  color: #fff;
  background: transparent url(/images/nav-on.gif) no-repeat;
}

#lft #search, #lft #location, #lft #medpsych, #lft #misc, #lft .lft {
  margin: 25px 0 0 0;
  padding: 0 5px 15px 6px;
}

#lft #search label {
  font-weight: bold;
}

#lft #search form {
  border: none;
  margin: 0;
  padding: 1px;
}

#lft #search form input#q {
  width: 135px;
}

/* #lft #search form input#sa { width: 50px; } */

#lft span.phone_label {
  float: left;
  width: 40px;
  font-weight: bold;
}

#content {
  min-height: 279px;
  padding: 10px 60px 50px 15px;
  /* font-size: 107%; */
}

#content a {
  font-weight: bold;
  text-decoration: underline;
}

#content a:visited {
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content h3, #content h4 {
  margin-bottom: 2px;
}

#content span.phone_label {
  float: left;
  width: 60px;
  font-weight: bold;
}

#content acronym {
  border-bottom: 1px dotted black;
}

#content form input.tiny {
  width: 40px;
}

#ethics {
  margin: 0;
  padding: 50px 60px 0 15px;
  font-size: 85%;
}

#ft {
  height: 100px;
  background: #463738 url(/images/bg-ft.jpg) bottom left repeat-x;
  color: #292122;
}

#ft a {
  color: #542421;
  margin-bottom: 40px;
}

#copy {
  padding-top: 32px;
  font-size: 85%;
  text-align: center;
}


