body {
  margin: 0px auto;
  margin-bottom: 0px;
  background: #5db5e7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 70%;
  color: #000000;
}

a {
  color: #0095da;
}

a:hover {
  color: #39b54a;
}

h1 {
  font-size: 140%;
  margin: 0px;
  margin-bottom: 10px;
  color: #5db5e7;
}

h2 {
  font-size: 130%;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #5db5e7;
}

label {
  float: left;
  display: block;
  width: 130px;
  text-align: left;
  margin-bottom: 3px;
}

.error {
  border: 1px solid #f00;
  background: #ffffe1 url('../assets/icon_error.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.info {
  border: 1px solid #cdcdcd;
  background: #ffffe1 url('../assets/icon_info.jpg') no-repeat 3px 3px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 3px;
}

.srch_field {
  border: 1px solid #000000;
}

.srch_btn {
  background: #0084b5;
  color: white;
  border: 1px solid #000000;
}

.formfield {
  background-color: #fff;
  border: 1px solid #000000;
  margin-bottom: 3px;
  font-size: 95%;
}

.fielderror {
  background-color: #efaeb7;
}

.formbutton {
  color: #fff;
  background: #0084b5;
  border: 1px solid black;
  font-size: 90%;
}

.cleaner {
  clear: both;
}

#header {
  width: 978px;
  height: 100px;
  background: url( '../assets/header_bg.jpg' ) no-repeat;
  overflow: hidden;
  position: relative;
  border-bottom: 6px solid #0095da;
}

#top_nav {
  position: absolute;
  right: 0px;
  top: 3px;
}

#top_nav ul {
  margin: 0px;
  padding: 0px;
}

#top_nav li {
  display: inline;
  list-style-type: none;
}

#top_nav li a {
  color: black;
  text-decoration: none;
  padding-right: 5px;
}

#top_nav img {
  border: 0px;
}

#flag_box {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#flag_box a {
  color: black;
  text-decoration: none;
}

#flag_box a:hover {
  text-decoration: underline;
}

#srch_bar {
  position: absolute;
  right: 10px;
  bottom: 40px;
}

#logo {
  position: absolute;
  left: 10px;
  top: 10px;
}

#logo img {
  border: 0px;
}

#footer {
  width: 978px;
  margin: auto;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: right;
  font-size: 90%;
}

#footer a {
  color: black;
}

#footer a:hover {
  color: #fcfcfc;
}
