
.columns
{
  overflow:hidden;
  position:relative;
  _zoom: 1;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}
.columnLeft
{
  width: 610px;
  float: left;
  margin-right: 14px;  
}
.blockColumns
{
  overflow: auto;
  _zoom: 1;
}
.blockColumnLeft
{
  float: left;
  width: 298px;
  margin-right: 14px;
}
.blockColumnRight
{
  float: left;
  width: 298px;
}
.columnRight
{
  width: 336px;
  float: left;
}

a
{
  text-decoration: none;
  color: #0c4d91;
}

a:hover
{
  text-decoration: underline;
  color: #e57b00;
}

.blockListLink:hover
{
  background-color: #f1f7ff !important;
}

.blockListLink:hover .blockListItemTitle
{
  text-decoration: underline;
  color: #e57b00;
}

