body {
  background-color: #030369;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #0033FF;
}

a:hover {
  text-decoration: underline;
  color: #CC0000;
}

#Alert {
  display: none;
}

.skiplinks {
  display: inline;
  float: left;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.preloadImg {
  display: none;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 775px;
  background: url('images/back_bar.jpg') repeat-y;
}

#header {
  background: url('images/header.jpg') no-repeat;
  width: 775px;
  height: 150px;
}

#content_back {
  background: url('images/back_bar.jpg') repeat-y;
  width: 721px;
  padding-left: 27px;
  padding-right: 27px;
}

#content {
  width: 560px;
  padding-left: 12px;
}

#footer {
  background: url('images/footer.jpg') no-repeat;
  width: 775px;
  height: 70px;
  text-align: center;
  padding-top: 5px;
}

.link a, .link a:link, .link a:visited {
  width: 142px;
  height: 17px;
  display: block;
  background-image: url('images/link_off.jpg');
  font-size: 13px;
  font: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 4px;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.link a:hover {
  background-image: url('images/link_on.jpg');
}