/*---------------------------
 * attention
 *---------------------------*/
#attention{
  width: 90%;
  margin:20px auto 0;
  padding-bottom: 30px;
  text-align: center;
  color:#e2e2e2;
}
#attention H3{
  text-align: center;
}
#attention #attentionBody{
  margin: 0px;
  text-align: left;
}
#attention A{color:#FEDFDF;}
#attention A:hover{color:#FEDFDF;}
/*---------------------------*/
#attention OL LI{
  list-style-type: decimal
}
#attention UL LI{
  list-style-type: disc;
}
#attention LI{
  margin: 0 0 0 20px;
}
#attention UL LI.noMark{
  list-style-type: none;
}
#attention UL.attentionLink{
  margin: 30px 0 0;
}
/*---------------------------*/
#attention #attentionTable{
  margin: 15px auto 20px auto;
  text-align:center;
}
#attention #attentionTable TABLE{
  width: 540px;
  margin:0 auto;
  padding: 0;
  border: solid #e2e2e2;
  border-width: 1px 1px 0px 1px;
}
#attention #attentionTable TH{
  width: 90px;
  _width:100px;
  padding: 5px;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#attention #attentionTable #tablehdr{
  width: 100%;
}
#attention #attentionTable TD{
  width:100%;
  padding: 5px;
  text-align:left;
  vertical-align:middle;
  border-bottom: 1px solid #e2e2e2;
}
#attention #attentionTable TH,
#attention #attentionTable TD{
  color:#e2e2e2;
}
#attention #attentionTable IMG{
  width: 88px;
  height: 31px;
  vertical-align:middle;
}
/*---------------------------*/
#attention .attentionLine{
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 10px auto;
  border-top: 1px dashed #e2e2e2;
}
/*--------------------*/
#attention #attentionBody #media{
  margin: 10px auto;
  text-align: center;
}
#attention #attentionBody #media IMG{
  margin: 0 5px;
}
#attention #attentionBody #signUp{
  margin: 10px 0;
  text-align: center;
}
#attention #attentionBody #signUp IMG{
  margin:0 auto;
}
#attention #attentionBody #PortalLogo{
  margin: 10px auto;
  text-align: center;
}
#attention #attentionBody #PortalLogo IMG{
  margin-bottom: 15px;
}
