﻿
#welcome {
  float: left;
  width: 380px;
}
#misc {
  float: right;
  width: 350px;
  margin-left: 20px;
}
.newsletter {
  margin-top: 10px;
}
.newsletter h3 {
  margin: 10px 0;
  background-color: #C2D3E4;
  color: #003366;
  text-align: center;
  padding: 4px;
  border: 1px solid #8CAECF;
}
.newsletter ul {
  list-style: none;
  margin: 1em 0;
}
.newsletter ul li {
  margin: 0;
  padding: 0 0 0 19px;
  background: url(../images/icons/ico-pdf.gif) no-repeat left top;
  text-align: left;
  font-size: 11px;
  float: left;
  width: 155px;
}
