html, body {
  padding:          0;
  margin:           0;
  color:            black;
  background-color: #c3bdbd;
  font-family:      Helvetica,Arial,sans-serif;
}
img { 
  border: 0px;
}
a {
  font-weight: bold;
  color: black;
}
div#line {
	border: 1px 
	solid #000000;
}
div#topCell {
  position:          relative;
  margin-left:       0px;
  margin-top:        0px;
  background-image:  url(design/top_bg.jpg);
  background-repeat: repeat-x;
  height:            96px;
}
div#topCellBanner {
  padding:             0px;
  width:               500px;
  height:              95px;
  float:               left;
  position:            absolute;
  top:                 1px;
  left:                1px;
  background-image:    url(design/top_left.jpg);
  background-repeat:   no-repeat;
  background-position: left top;
}
div#redLineMiddle {
  position:          absolute;
  left:              0px;
  top:               96px;
  height:            1px;
  background-color:  #000000;
  background-repeat: repeat-x;
  width:             100%;
}
div#naviCell {
  position:          relative;
  left:              0px;
  top:               0px;
  background-image:  url(design/mainnav_bg.jpg);
  background-repeat: repeat-x;
  height:            17px;
  width:             100%;
  font-size:         13px;
  white-space:       nowrap;
  text-align:        right;
}
div#greyLineMiddle {
  position:          relative;
  margin-left:       0px;
  margin-top:        0px;
  background-color:  #8a7476;
  background-repeat: repeat-x;
  width:             100%;
  line-height:       1px;
  font-size:         1px;
}
div#naviLeft {
  position:  relative;
  margin-left: 0px;
  margin-top:  0px;
  width: 160px;
  height: 600px;
  background-color: #efe6e7;
  border: 1px solid #8a7476;
  text-align:left;
}
div#menu {
  margin-top:  10px;
  margin-left: 10px;
  font-size:   13px;
}
div#content {
  position: relative;
  margin-top: -600px;
  margin-left: 175px;
  text-align:left;
}
div#pageDesc {
  text-align:left;
}