@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0px;
  color: #00005c;
  font-family: Trebuchet MS;
  font-size: 13px;
  line-height: 18px;
}
body {
  background-image: url(bg.gif);
}
body a {
  text-decoration: none;
}
body a:link {
  color: #e47a01;
}
body a:hover {
  color: #f80;
}
body a:visited {
  color: #e47a01;
}
.cell {
  width: 1024px;
  min-height: 480px;
  margin-top: 20px;
  background: #eefbff;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 3px 3px 10px 3px rgba(00, 00, 60, .8);
  box-shadow: 3px 3px 10px 3px rgba(00, 00, 60, .8);
  -webkit-border-radius: 0px 0px 20px 0px;
  border-radius: 0px 0px 20px 0px;
}
h1 {
  color: #00003c;
  padding-bottom: 12px;
  font-size: 36px;
  line-height: 42px;
  text-shadow: 3px 5px 5px #f70;
  filter: dropshadow(color=#f70, offx=3, offy=5);
}
h2 {
  color: #00003c;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
}
h3 {
  color: #00003c;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}
/* Header */
.top {
  height: 125px;
}
.top .logo {
  display: inline;
  float: left;
  height: 125px;
  width: 125px;
}
.top .header {
  display: inline;
  height: 125px;
  width: 899px;
}
.top .header .banner {
  height: 100px;
}
/* Navigation */
.top .nav {
  text-decoration: none;
  height: 25px;
  background-color: #00005c;
}
.top .nav ul a:visited {
  color: #e47a01;
}
.top .nav ul li {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #2928a5;
  border-right: 1px solid #00003c;
  list-style-type: none;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  display: inline-block;
  height: 30px;
  white-space: nowrap;
}
.top .nav ul li a {
  padding-top: 3px;
}
.top .nav ul li ul {
  position: absolute;
  left: 0px;
  border-top: #00003c;
  background-color: #00005c;
  -webkit-border-radius: 0px 0px 12px 0px;
  border-radius: 0px 0px 12px 0px;
}
.top .nav ul li ul li {
  border-top: 1px solid #2928A5;
  border-left: none;
  border-right: none;
  display: block;
  margin-top: 1px;
  padding-left: 0px;
}

.cell .footer {

}

