body {
/*	font-family: arial, helvetica, serif;   */
  text-align: center;
  margin: 0;
}

#upMenu #myajaxmenu  {
  padding-top: 15px;
  margin-left: 0;
  padding-left: 15px;
  list-style: none;
}

#upMenu ul#myajaxmenu a {
  color: #676767;
  text-decoration: none;
}

#upMenu ul#myajaxmenu li {
  padding: 0 0 10px 20px;
  background-image: url(images/bluesquare.jpg);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

#upMenu  {
  font-family: sans-serif, helvetica, arial;
  font-weight: bold;
  font-size: .8em;
  float: left;
  background: top url(images/accu_home_menubg.jpg) no-repeat; 
  background-color: #666666;
  width: 298px;
  height: 210px;  / * leaving grey line at bottom  */
}

#wrapper  {
  text-align: left;
  margin: 0 auto;   /* align for good browsers.  these 2 lines work with text-align center in body above  */   
  width: 775px;
}

#header  {
  /* background: url(images/accu_Home_banner.gif) no-repeat; */
/*  background: url(images/accu_Home_grey_banner.jpg) no-repeat; */
background: url(images/accu_Home_blue_fade_banner.gif) no-repeat;
/*  background-color: #000;*/
  background-color: #b0b0b0;
  border-bottom:4px solid #504c6a;
/*  height: 78px; */
  height: 104px;
  width: 775px;
}

#flash  {
  float: left;
  background-color: #666666;
  width: 477px;  /* changed to fit menu in  */
  height: 210px;  / * leaving grey line at bottom  */
}

#menu  {
   text-align: left;
/*  background: center url(images/accu_home_buttons.jpg) no-repeat;   */
  background-color: #d0e5f8;
  width: 775px;
  height: 164px;
}

#menu  img {
  border: 0;
}

#dottie  {
  background: center url(images/accu_home_dash.jpg) no-repeat; 
  background-color: #d0e5f8;
  width: 775px;
  height: 10px;
}

#faq  {
  padding: 14px;
/*  background: top right url(images/accu_home_faq.gif) no-repeat;   */
  background-color: #d0e5f8;
  width: 775px;
  width: 747px;   /* adjusted for padding  */
  height: 221px;
}

#rightie  {
  float: right;
}

#rightie  img {border: 0}

#featured  {
  padding: 0 10px 0 10px;
  background: top url(images/accu_home_feature.gif) no-repeat;   
  background-color: #d0e5f8;
  width: 330px;
  width: 310px;   /* compensate for padding  */
  height: 164px;   /* maybe auto here for content?  */
  height: 36px;
/*  border: solid #666666 1px;   */
}

#underfeatured  {
  padding: 0 10px 10px 10px;
  background-color: #d0e5f8;
  width: 330px;
  width: 308px;   /* compensate for padding, also border  */
  height: 164px;   /* maybe auto here for content?  */
  border: solid #666666 1px;
}


#greyfooter  {
  padding-top: 9px;
  font-family: arial, helvetica, serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
/*  background-color: #666666; */
  background-color: #b0b0b0;
  width: 775px;
  height: 26px;
}

#greyfooter  a {
  color: #fff;
}

.clr  {
  clear: both;
}

