html { 
   background-color: #f5f5f5; 
}
body { 
   font-family: helvetica, arial; 
   font-size: 12px; 
   color:#303030;
   text-align: center; 
}
body A, .body A:visited {color: #A0A0A0; text-decoration:none}
body A:hover, .body A:selected {color: #F0B20F}

.main { 
  background: white; 
  width: 700px; 
  margin-left: auto; margin-right: auto; 
  margin-top: 24px; 
  margin-bottom: 24px; 
  text-align: left; 
}

.main .hd { }

.main .bd {
  border: 3px solid #AABF08; 
  border-bottom: none; 
  padding: 36px 36px 36px 36px;
}

.main .ft { 
  background-color: #0e1e76;
  color: white; 
  padding: 8px; 
  font-size: 11px; 
  text-align: center; 
}

.main h1 {
  color: #878787;
  font-size: 36px; 
}
.main h2 { 
  color: #0e1e76;
  font-size: 18px; 
  font-weight: bold; 
  margin-bottom: 8px; 
}

.main p { 
  line-height: 16px; 
  margin-bottom: 16px; 
}

.main ul { 
  padding-left: 16px;
  margin-bottom: 16px; 
}
.main li { 
  font-size: 11px; 
  line-height: 16px; 
}

.xabout { 
   height: 98px; 
   background-image: url('/images/about.jpg'); 
   background-repeat: no-repeat; 
   background-position: top right; 
}

.label h2 { 
  font-size: 20px; 
  border-bottom: 2px solid #0e1e76; 
  padding-top: 24px; 
  padding-bottom: 8px; 
  margin-right: 90px; 
  margin-bottom: 64px; 
}
.label img { 
  float: right;  
}
.label div { 
   clear: both; 
   xpadding-bottom: 16px;
 }

.contact { padding-top: 16px; }

.logo { float: right; margin-top: 8px; margin-right: 8px; }
.agora { color: #0e1e76 ; text-transform: uppercase }
.reg { font-size: 11px; }
