#mainContent {
  width: 951px;
  padding: 0 4px 0 4px;
  background-repeat: repeat-y;
}
#mainContentBase {
  width: 951px;
  height: 30px;
  background-repeat: no-repeat;
}
#rhsColumn {
  float: right;
  width: 260px;
}
#lhsColumn {
  float: left;
  width: 160px;
  background-repeat: no-repeat;
  padding: 40px 25px 35px 16px;
}
#lhsColumn a {
  color: white;
  font-size: .7em;
}
#lhsColumn a.navOn { text-decoration: underline; }
#lhsColumn ul {
  color: white;
  margin-left: 9px;
  list-style: none;
}
#lhsColumn li { padding-top: 5px; }
#centreColumn {
  margin-left: 207px;
  width: 470px;
  font-size: .8em;
}
#centreColumn h1 {
  width: 390px;
  margin: 0;
  padding: 20px 0 20px 0;
  background-repeat: no-repeat;
  background-position: 0px 20px;
  font-size: 1.2em;
  display: block;
  height: 40px;
}
#centreColumn p, #centreColumn a { font-size: 1em; }
#centreColumn ul, #centreColumn ol {
  font-size: 1em;
  padding-bottom: 10px;
  padding-left: 30px;
}
#centreColumn li { padding-bottom: 5px; }
#StdTable { border: 0px; }
.StdInput {
  border: solid 1px #dad5cf;
  padding: 2px;
  width: 225px;
  font-size: 1em;
}
.rhsBoxPink, .rhsBoxGreen, .rhsBoxBlue {
  float: right;
  margin-right: 30px;
  width: 199px;
}
.rhsBoxTop { height: 30px; }
.rhsBoxBase { height: 40px; }
.rhsBoxContent {
  background-repeat: repeat-y;
  padding-left: 20px;
  padding-right: 20px;
}
.rhsBoxContent h3 {
  font-size: .9em;
  color: white;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  top: -4px;
  width: 152px;
}
.rhsBoxContent a {
  font-size: .8em;
  color: white;
  margin-bottom: 0;
}
.rhsBoxPink .rhsBoxTop { background-image: URL(../images/home/bg_box_p_top.gif); }
.rhsBoxPink .rhsBoxBase { background-image: URL(../images/home/bg_box_p_foot.gif); }
.rhsBoxPink .rhsBoxContent { background-image: URL(../images/home/bg_box_p_main.gif); }
.rhsBoxGreen .rhsBoxTop { background-image: URL(../images/home/bg_box_g_top.gif); }
.rhsBoxGreen .rhsBoxBase { background-image: URL(../images/home/bg_box_g_foot.gif); }
.rhsBoxGreen .rhsBoxContent { background-image: URL(../images/home/bg_box_g_main.gif); }
.rhsBoxBlue .rhsBoxTop { background-image: URL(../images/home/bg_box_b_top.gif); }
.rhsBoxBlue .rhsBoxBase { background-image: URL(../images/home/bg_box_b_foot.gif); }
.rhsBoxBlue .rhsBoxContent { background-image: URL(../images/home/bg_box_b_main.gif); }

