body {
  background-color: #ffffff;
  background-image: url('/images/background.png');
  font-family: 'Arial', sans-serif, serif;
  font-size: 12pt;
}

.banner {
  display: block;
  width: 1024px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  
  border-top: 1px solid #98aeb9;
  border-bottom: 1px solid #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
  
  background-color: #001621;
  background-image: url('/images/rsllc-128.png');
  background-repeat: no-repeat;
  background-position: 852px 50%;
}

.banner
.company {
  display: block;
  color: #d0e7f5;
  font-size: 18pt;
  margin: 32px 32px 2px 32px;
}

.banner
.slogan {
  display: block;
  color: #98aeb9;
  font-size: 14pt;
  margin: 2px 32px 2px 32px;
}

.banner
.domain {
  display: block;
  color: #ffffff;
  font-size: 14pt;
  margin: 8px 32px 32px 32px;
}

.tabs {
  display: block;
  width: 1024px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto 0px auto;
  
  border-top: 1px none #98aeb9;
  border-bottom: 1px none #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
    
  background-color: #001621;
  
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
}

.tabs
a {
  display: inline;
  margin: 0px 4px 0px 4px;
  padding: 4px 8px 4px 8px;
  color: #004263;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  
  border-top: 1px none #98aeb9;
  border-bottom: 1px none #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
  
  border: 1px solid #98aeb9;
  
  cursor: pointer;
}

.tabs
.active {
  color: #ffffff;
  background-color: #98aeb9;
}

.content {
  display: block;
  width: 1024px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  
  border-top: 1px solid #98aeb9;
  border-bottom: 1px solid #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
  
  background-color: #ffffff;
}


.content
p {
  display: block;
  color: #001621;
  padding: 0px 0px 0px 0px;
  margin: 32px 32px 32px 32px;
  text-align: justify;
}

a {
  color: #004263;
  text-decoration: none;
}

.services {
  display: block;
  float: left;
  width: 272px;
  padding: 0px 0px 0px 0px;
  margin: 16px 32px 16px 16px;

  border-top: 1px none #98aeb9;
  border-bottom: 1px none #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
  
  border: 1px solid #98aeb9;
}

.services
.title {
  display: block;
  margin: 0px 0px 4px 0px;
  padding: 4px 8px 4px 8px;
  color: #ffffff;
  background-color: #98aeb9;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  
  border-top: 1px none #98aeb9;
  border-bottom: 1px solid #98aeb9;
  border-left: 1px none #98aeb9;
  border-right: 1px none #98aeb9;
  
  
  cursor: pointer;
}

.services
a {
  display: block;
  margin: 4px 4px 4px 4px;
  padding: 4px 8px 4px 8px;
  color: #004263;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  
  border-top: 1px solid #98aeb9;
  border-bottom: 1px solid #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
  
  cursor: pointer;
}

.footer {
  display: block;
  width: 1024px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto 0px auto;
  
  border-top: 1px none #98aeb9;
  border-bottom: 1px solid #98aeb9;
  border-left: 1px solid #98aeb9;
  border-right: 1px solid #98aeb9;
    
  background-color: #001621;
  color: #98aeb9;
  
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
}
