#content
{
  height: 600px;
}

.content-col
{
  margin: 0px 6px 0px 6px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 180px;
}

.content-section
{
  margin: 10px auto 0px auto;
  border: 1px solid #ccccff;
  padding: 0px 0px 0px 0px;
  width: 170px;
}

.content-heading
{
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  color: #3333aa;
  background-color: #ccccff;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
}


.content-section ul
{
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}


.content-section ul li
{
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 2px 0px 2px 10px;
}


.content-section ul li a
{
  color: #3333aa;
  font-size: 12px;
  text-decoration: none;
}


.content-section ul li a:hover
{
  color: red;
}
