/*******************************************************************
 * ACC 20060321
 * Web redesign 2006
 *
 * Home page content stylesheet
 *******************************************************************/

div#lhs_menu {
  float: left;
  background-color: #100b72;
  color: #ffffff;
  padding: 0 0.5em 0 0.5em;
  font-size: 1em;
  height: 43em;
  width: 95%;
}

div#lhs_menu span.heading {
  font-weight: normal;
  font-size: 0.85em;
}

div#lhs_menu ul {
  margin: 0;
  padding: 1em 0 1em 2em;
  font-size: 0.85em;
}

div#lhs_menu a:link, div#lhs_menu a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

div#lhs_menu a:hover {
  color: #ccddee;
  text-decoration: underline;
  font-weight: normal;
}

div#lhs_menu a:active, div#lhs_menu a:focus {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
