body {
  margin-top: 20px;
  padding: 0 20px 20px 20px;
  background-color: #100047;
  position: relative;
  color: #000;
  font: 13px "Trebuchet MS", Arial, sans-serif;
}

h1, h2, p {
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
}

p {
  padding: 5px 10px 5px 10px;
  text-align: justify;
}

h1 {
  font-size: 250%;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
}

h2 {
  font-size: 200%;
  line-height: 1;
  color: #002455;
}

h3 {
  font-size: 120%;
  text-align: left;
  color: #000;
  padding-left: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  font-size: 150%;
  color: #000;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
}

h5 {
  font-size: 110%;
  color: #000;
  padding: 0 0 0 10px;
  margin-top: 10px;
}

div#container {
  width: 900px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  background: #5d85a5;
  border: 1px solid gray;
}

div#headertop {
  margin-bottom: 0px;
  width: 900px;
  height: 219px;
  background-color: #9bb6cc;
  border-bottom: 1px solid gray;
  text-align: center;
}

div#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid gray;
}

div#headerleft {
  float: left;
  margin-bottom: 0px;
  width: 550px;
  height: 149px;
  text-align: center;
  overflow: hidden;
}

div#headerright {
  float: right;
  margin-bottom: 0px;
  width: 250px;
  height: 149px;
  text-align: center;
  overflow: hidden;
}

div#nav1 {
  width: 900px;
  background: #e6e1ad;
  border-top: 0px solid #a7a7a7;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}

div#content {
  float: left;
  width: 900px;
  padding: 10px 0;
  margin: 5px 0;
  background: #9bb6cc;
}

div#nav h2 {
  font-size: 120%;
  color: #9e4a24;
}

div#footer {
  clear: both;
  width: 900px;
  height: 18px;
  background: #e6e1ad;
  border-top: 1px solid gray;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

div#box {
  display: inline;
  width: 200px;
  height: 150px;
  float: right;
  background: #a7a7a7;
  font-size: 10px;
  color: #000;
  margin: 0px 10px 0px 10px;
  text-align: center;
  font-weight: bold;
}

div#box2 {
  display: inline;
  width: 200px;
  height: 150px;
  float: right;
  background: #a7a7a7;
  font-size: 10px;
  color: #000;
  margin: 10px 10px 4px 10px;
  text-align: center;
  font-weight: bold;
}

div#js {
  margin: 0;
  background: black;
  width: 900px;
  height: 154px;
}

div#ss {
  margin: 0 0 0 -7px;
}

.left {
  float: left;
  width: auto;
  padding: 10px;
  line-height: 0;
}

.right {
  float: right;
  width: auto;
  padding: 10px;
  line-height: 0;
}

p.nav {
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 2px 0px 2px 2px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: gray;
}

a.b {
  background: #e6e1ad;
  padding: 11px 10px 6px 10px;
  height: 18px;
  width: 190px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  text-align: center;
}

a.b:hover {
  background: #5d85a5;
  color: #fff;
}

a.br{
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  background-color: #e1e1e1;
  text-decoration: none;
  display: block;
  margin-bottom: 1px;
  padding: 2px 0px 2px 2px;
}

a.br:hover {
  color: gray;
  text-decoration: none;
}

a.c {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

a.c:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

a.d {
  text-decoration: none;
  padding-left: 10px;
  color: #000;
}

a.d:hover {
  text-decoration: none;
  color: gray;
}

p.small {
  font-size: 11px;
  text-align: center;
  line-height: 2em;
}

.highslide-caption {
	width: 100%;
	text-align: center;
}

.highslide-close {
	display: none !important;
}

.highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
}

