body
{
  background-color: #e0e0e0;
}

.header
{
  border-style: none none solid;
  font-size: xx-large;
  color: #861324;
  font-family: Arial,Helvetica,sans-serif;
}

.dhcs_logo
{
  margin-right: 2px;
  clear: right;
  z-index: 1;
  position: relative;
  float: right;
  width: 128px;
  height: 128px;
}

.left_nav {
  border-bottom: 1px solid rgb(0, 0, 0);
  position: fixed;
  margin: 0%;
  padding: 0%;
  width: 128px;
  list-style-type: none;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

.left_nav li
{
  border-top: 1px solid rgb(0, 0, 0);
  padding-left: 5px;
  background-color: #861324;
}

/* Load in IE fixes for li mouseovers. */
.left_nav li
{
  behavior: url('/css/ie_fixes.htc');
}

.left_nav li a
{
  color: rgb(255, 255, 255);
  font-family: Times New Roman,Times,serif;
  text-decoration: none;
  display: block;
  width: 128px;
}

/* .left_nav li.hover applies fixes for li mouseovers. */
.left_nav li:hover, .left_nav li.hover
{
  background-color: #376fb9;
}

.event_right_bar {
  border: 1px solid #000000;
  margin: 10px 2px 0px;
  padding: 0px;
  background-color: #ffffff;
  clear: right;
  z-index: 2;
  position: relative;
  float: right;
  width: 126px;
}

.event_right_bar .subhead {
  margin: 0px;
}

.event_right_bar ul {
  margin: 10px 0px;
  padding: 0px;
  list-style-type: none;
}

.event_right_bar ul li.event_date {
  font-size: smaller;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
}

.event_right_bar ul li.event_link {
  font-size: smaller;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 20px;
  margin-top: 2px;
}

.event_right_bar ul li.event_link a {
  color: #894958;
}

/* Deprecated.  Google ad removed. */
.google_ad
{
  clear: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 4px;
  z-index: 2;
  position: relative;
  float: right;
}

/* IE fix for unsupported min-height.  All browsers apply this rule. */
.content
{
  height: 500px;
  margin-left: 138px;
  padding-top: 10px;
  font-family: Arial,Helvetica,sans-serif;
}

/* IE fix for unsupported min-height.  All browsers except IE apply this */
/* rule.                                                                 */
html > body > .content
{
  min-height: 500px;
  height: auto;
}

.content a
{
  color: #861324;
}

.footer
{
  border-top-style: solid;
  margin-top: 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  color: #861324;
}

