/*******************************************************************
 * ACC 20060321
 * Web redesign 2006
 *
 * Sciences stylesheet
 *******************************************************************/

/* modified hex 99cc66 */
/* hex: 999966 */
/* non-websafe lighter colour #eeefc5 */
/* non-websafe block colour #bcbe7d */

div#rhs div#splashimage {
  background-color: #bcbe7d;
  height: 406px;
  width: 300px;
}

div#rhs div#splashimage span.deptheading {
  font-size: 3em;
  display: block;
  color: #ffffff;
  text-align: right;
  padding: 0;
}

div#lhs_menu {
  float: left;
  background-color: #eeefc5;
  color: #606000;
  padding: 0 0.5em 0 0.5em;
  font-size: 1em;
  height: 43em;
  width: 95%;
}

div#lhs_menu span.heading {
  font-weight: bold;
  font-size: 0.85em;
}

div#lhs_menu ul {
  margin: 0;
  padding: 1em 0 1em 2em;
  font-size: 0.85em;
  list-style-image: url('/images/framework/raquosmallsciences.gif');
}

div#lhs_menu a:link, div#lhs_menu a:visited {
  color: #606000;
  text-decoration: none;
  font-weight: bold;
}

div#lhs_menu a:hover {
  color: #990239; /*#9a303e;*/
  text-decoration: none;
  font-weight: bold;
}

div#lhs_menu a:active {
  color: #606000;
  text-decoration: none;
  font-weight: bold;
}

div#main table#mainhome {
  color: #100b72;
  border-collapse: collapse;
  border: 0;
  font-size: 1em;
}

div#main table#mainhome td.m h1 {
   /* Use same font size as for spacer in lhs_menu div */
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em 0 1em 0; 
  color: #990239;
  margin: 0;
}

div#main table#mainhome td.m h2 {
  font-size: 1em;
  font-weight: bold;
  color: #5d4488;
  padding: 0;
  margin: 0;
}

div#main table#mainhome td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

div#main table#mainhome td.r {
  width: 300px;
}

