/* 2 equal columns in main content - based upon Benefits page */

#u_main {

  position: relative;

  margin-top: 0.5em;

}



#u_main h3{

  padding-top: 1em;

  margin-right: 0;

  margin-bottom: 0.2em;

  font-size: 90%;

}



#u_first {

  float: left;

  position: relative;

  margin-left: 1%;

  width: 48%;

}



#u_first p {

  margin-top: 0.5em;

}



#u_second{

  position: relative;

  margin-left: 51%;

  top: 0;

  width: 48%;

}



#u_first p, #u_second p {

  margin: 0 0 1em 10px;

  padding: 0 0 0 10px;

  /*line-height: 130%;*/

}



#u_first p.noindent, #u_second p.noindent{

  margin-left: 0;

  line-height: 140%;

}



#u_first p.m_perf {

  margin: 0 0 0 10px;

}



#u_first p.altern {

  font-size: 70%;

  color: #c00;

}

