.pager{
 text-align: center;
}

.positioner{
 text-align: left;
 margin: auto auto;
 width: 950px;

}

.outerBox{
 float: left;
 width: 950px;
}


.layoutBox{
  float: left;
  width: 950px;
}

.layoutHeader{
 float:left;
 width: 950px;
 height: 129px;
 background-color: white;
}

.layoutLogo {
  float: left;
  height: 103px;
  width: 180px;
}

.layoutMenuTop {
 float: left;
 height: 26px;
 width: 770px;
}

.layoutContentBg {
 float:left;
}

.layoutMenu{
 clear: left;
 float: left;;
 padding-bottom: 120px;
 width: 180px;
 background: url(../images/menuBg.gif) bottom left no-repeat #d9d9d9;
 
}

.layoutSpace{
  width: 25px;
  float: left;
}

.outerContent{
  float: left;
  width: 770px;
}

.contentBox{
  margin: 7px 25px 25px 25px;
  display: inline; 
  float: left;
}
.footer {
  margin-top: 30px;
}

.newsletterBox {
  width: 160px;
  height: 129px;
  float: right;
  padding: 8px;
}

.newsletterBox h1 {
  margin: 0;
  padding: 0 0 3px 0;
}

.newsletterBox p {
  margin: 0;
  padding: 5px 0;
}

.newsletterBox form {
  height: 1px;
  margin: 0;
}


/* separate Styles -------------------------------------*/

.special_link {
  border: 1px solid #C2CCCD;
  background-color: #E9E9E9;
  color: #000000;
  padding: 4px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  float: left;
  min-width: 100px;
  margin-right: 10px;
}

* html .special_link {
  width: 100px;
}

.special_link:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}

a.button {
  padding: 3px;
}

a.button:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
