#home_content_prebody p
{
  font-size : 16px;
  /*font-style: italic;*/
  font-weight: bold;
  text-align: center;
  color: rgb(150,0,40);
}

#home_content_body
{
  position: relative;
  left: 0px;
  top: 0px;
  width: 774px;
  height: 575px;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 12px;
  background-image: url('/images/home/body.gif');
  background-repeat: no-repeat;
}

#home_content_body_business
{
  position: relative;
  top: 48px;
  left: 47px;
  float: left;
  width: 178px;
  height: 470px;
  border-left: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff
}

#home_content_body_industrial
{
  position: relative;
  top: 48px;
  left: 89px;
  float: left;
  width: 178px;
  height: 470px;
  border-left: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff
}

#home_content_body_rnav
{
  position: relative;
  top: 48px;
  left: 131px;
  float: left;
  width: 235px;
  height: 470px;
  border-left: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff
}

#home_content_body_rnav_portals
{
  margin: 0 auto;
  padding: 0;
  width: 200px
}

.mcim_home_categories
{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 12px 0px 12px 0px;
  color: rgb(150,0,40)
}

.mcim_home_links a
{
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #24457b;
  text-decoration: none;
  line-height: 30px;
  margin-left: 12px;
  padding: 4px 0px 0px 18px;
  background: url(/images/home/arrow.gif) left no-repeat;
}

.mcim_home_links a:hover
{
  color: #ffffff
}

