body {
  margin: 0 auto;
  padding: 0;
  font-family: "Trebuchet MS", arial, sans-serif;
  color: #000;
  background: #000040;
  min-width: 900px;
  max-width: 960px;
}

h1, h2, h3, h4, table, ul, ol {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: Arial, Helvetica;
  color: #000;
}

ul {
  text-align: justify;
}

#frame {
  width: 960px;
  margin: 0 auto;
}

#top {
  height: 190px;
  max-width: 960px;
  background: #35fffd url(images/sdt4.png) repeat 0 0;
  border-top: 2px solid #487cb6;
  border-left: 2px solid #487cb6;
  border-right: 2px solid #487cb6;
  overflow: hidden;
}

#buttons {
  float: right;
  width: 956px;
  background: #39fffd;
  border-right: 2px solid #487cb6;
  border-top: 2px solid #487cb6;
  border-bottom: 2px solid #487cb6;
  border-left: 2px solid #487cb6;
  padding: 8px 0;
  margin: 0 auto;
}

#intro {
  float: right;
  width: 956px;
  background: #e7ffff;
  border-right: 2px solid #487cb6;
  border-left: 2px solid #487cb6;
  padding: 8px 0 0 0px;
  margin: 0 auto;
}

#intro h5 {
  padding: 10px 0 10px 10px;
}

#maincontent {
  text-align: left;
  padding: 10px;
  margin: 0 auto;
  background: #e7ffff;
  border-left: 2px solid #487cb6;
  border-right: 2px solid #487cb6;
}

#footer {
  background: #39fffd;
  margin: 0 auto;
  padding-top: 8px;
  height: 30px;
  width: 956px;
  border-left: 2px solid #487cb6;
  border-right: 2px solid #487cb6;
  border-top: 2px solid #487cb6;
  border-bottom: 2px solid #487cb6;
}

div#form {
  margin-left: 300px;
  overflow: hidden;
  padding: 0;
}

.box {
  display: inline;
  float: right;
  margin: 5px 0 5px 15px;
}

.left {
  float: left;
  margin-left: 10px;
  width: auto;
  margin-top: 0px;
}

.right {
  float: right;
  margin-right: 10px;
  width: auto;
}

.center{
  text-align: center;
}

.center > div{
  margin: 0 auto;
}

p {
  text-align: justify;
  color: #000;
  font-size: 14px;
  margin: 15px 0;
  padding: 0;
}

a {
  color: #000040;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

a:hover {
  color: #3c3c72;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

a.b {
  font-size: 14px;
  font-weight: bold;
  color: #131854;
  background: #39fffd;
  padding: 8px 15px;
  text-decoration: none;
  overflow: hidden;
}

a.b:hover {
  background: #030b35;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 12px 15px 10px 15px;
}

a.c {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

a.c:hover {
  color: #f00;
  text-decoration: none;
}

#newsticker {
  background: transparent;
  height: 30px;
  margin: 20px 0 10px -10px;
  position: relative;
  color: #fff;
}

#newsticker ul {
  list-style: none;
  min-height: 1.6em;
  padding: 5px 0 10px 15px;
  padding-right: 30px;
}

* #newsticker ul {
  height: 1.6em;
  overflow: visible;
}

#newsticker li.error {
  color: #f00;
}

#newsticker #togglenewsticker {
  background: #000040 url("close-news.png") no-repeat 0 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  right: 5px;
  top: 12px;
  width: 12px;
  height: 14px;
  text-indent: 20px;
  outline: none;
}

.news {
  font: 900 20px 'Trebuchet MS';
  color: #fff;
}

#mb {
  display: block;
  width: 62px;
  height: 35px;
  background: url("images/mb4.png") no-repeat 0 0;
}

#mb:hover {
  background-position: 0 -35px;
}

#mb span {
  display: none;
}

.ext {
  margin: 0 2px 1px 2px;
  width: auto;
  overflow: hidden;
}