body  { 
  font-family: arial, helvetica;
  text-align: center;
  font-size: 10pt;
  display:block; 
  z-index:100; 
  padding:0 10px; 
  color:#222; 
  text-decoration:none;
  color: #3C3C3C;
  background-image: url('slash.png');
  background-color: #ffffff;
  background-repeat: repeat;  
}

a  { 
  color:#2f4b5b; 
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  color: #888;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  color: #5387A6;
}

img {
  border-style: none
}

.icon {
  padding-bottom: 2px;
  padding-right: 2px;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.iconsmall {
  padding-right: 2px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

.container {
  padding: 20px 10px 10px 10px;
  border: solid 0px #ffffff;
  background: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 4px; 
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
  background-image: url('banner.png');
  background-repeat: no-repeat;
  background-position: right top;
}

.footer {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  font-size: 10px;
  background-image: url('banner-bottom.jpg');
  background-repeat: repeat-x;
  background-position: top;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}
