html {
  background:#fff;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  font-size:small;
  font-family:sans-sarif;
  text-decoration:none;
  }
body {
  margin:0;
  padding:0;
  }
.header { 
  background:#DAE0D2 repeat-x bottom; 
  width:100%;
  margin:0;
  padding:0;
  }
#header-text { 
  text-align:right;
  float:right;
  width:80%;
  height:68px;
  border:thin;
  }
#header-logo { 
  float:left; 
  width:20%;
  height:68px;
  }
#tabs {
  float:left;
  width:100%;
  background:#DAE0D2 url("/images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("/images/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
.headertab a {
  float:left;
  display:block;
  width:.1em;
  background:url("/images/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#765;
  white-space:nowrap;
  }
#tabs > ul a { width:auto; }
#tabs a { float:none; }
#tabs a:hover { color:#333; }
#home #nav-All, #nav-A, #nav-B, #nav-C, #nav-D, #nav-E, #nav-F, #nav-G, #nav-H, #nav-I, #nav-J, #nav-K, #nav-L, #nav-M, #nav-N, #nav-O, #nav-P, #nav-Q, #nav-R, #nav-S, #nav-T, #nav-U, #nav-V, #nav-W, #nav-X, #nav-Y, #nav-Z {
  background-position:0 -150px;
  border-width:0;
  }
#home #nav-All a, #nav-A a, #nav-B a, #nav-C a, #nav-D a, #nav-E a, #nav-F a, #nav-G a, #nav-H a, #nav-I a, #nav-J a, #nav-K, #nav-L, #nav-M a, #nav-N a, #nav-O a, #nav-P a, #nav-Q a, #nav-R a, #nav-S a, #nav-T a, #nav-U a, #nav-V a, #nav-W, #nav-X, #nav-Y, #nav-Z a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#tabs li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#tabs li:hover a {
  background-position:100% -150px;
  }
#col1-data {
  padding:10px;
  margin:10px;
  float:left;
  width:60%;
  }
.data-maint {
  position:absolute;
  left:1em;
  width:3em;
  margin:0;
  float:left;
  }
.data-name {
  position:absolute;
  left:7em;
  width:20em;
  margin:0;
  float:left;
  }
.data-email {
  position:absolute;
  left:27em;
  width:20em;
  margin:0;
  float:left;
  } 
#ajax-loader {
  float:left;
  padding:0px;
  margin:0px;
  background:#fff;
  width: 24px;
  }
#col2-contact {
  float:left;
  padding:10px;
  margin:10px;
  width:200px;
  border: 2px solid #d7ae56;
  background: #fcffdf;
  }
#col2-maint-links {	
  font-size:8px; 
  }
#footer {
  float:left;
  text-align:center;
  width:98%;
  background:#fff;
  }
#footer a { 
}
#alertbox {
  float:left;
  margin-top: 10px;
  padding: 10px 10px 0;
  border: 2px solid #d7ae56;
  background: #fcffdf;
  color: #333;
  font-size: 11px;
  line-height: 150%;
  }
input.textfield {
  width: 334px;
  padding: 4px;
  border: 2px solid #ddd;
  background: #fff;
  color: #777;
  font-family: Arial, Verdana, sans-serif;
  font-size: 120%;
  }
input.textfield:focus {
  border: 2px solid #9fd2ff; 
  color: #333;
  }
label {
  /*margin-top: 5px;*/
  color: #4d5762;
  font-weight: bold;
  }
label span.required, .required { 
  color: #f00;	
  }