/* CSS SET UP */ /* ELEMENTS */
BODY {
  background-image: url(bg_gradient.gif);
  background-repeat: repeat-x;
  background-color: #004C80;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
}

#container {
  width: 800px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

#headingBox {
  height: 66px;
}

#contentBox {
  padding: 13px;
}

#footerBox {
  width: 800px;
  background-color: #003663;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 9px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Side Content Box Elements */
#rightBox {
  background-color: #F0F0F1;
  width: 134px;
  float: right;
  height: 100%;
  background-image: url(menu_bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#leftBox {
  background-color: #F0F0F1;
  width: 134px;
  float: left;
  height: 100%;
  background-image: url(menu_bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#tabTitle {
  margin-top: -17px;
  padding-left: 9px;
  color: #FFFFFF;
  font-weight: bold;
}

#textContainer {
  padding: 7px 9px 10px 9px;
}

#newsContainer {
  padding: 7px 8px 10px 8px;
  line-height: 15px;
}

#newsContainer a {
  color: #003663;
  text-decoration: none;
}

#newsContainer a:hover {
  color: #004D8A;
  text-decoration: underline;
}

#leftBox .nav {
  color: #003663;
  line-height: 20px;
  font-weight: bold;
}

#leftBox .nav a {
  color: #333333;
  text-decoration: none;
}

#leftBox .nav a:hover {
  color: #004D8A;
  text-decoration: underline;
}

#rightBox #textContainer {
  padding: 7px 8px 10px 8px;
}

#rightBox .nav {
  color: #1E6EA6;
  line-height: 20px;
  font-size: 9px;
}

#rightBox .nav a {
  color: #1E6EA6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#rightBox .nav a:hover {
  color: #004D8A;
  text-decoration: underline;
}

/* Center Content Box Elements */
#contentBox TD {
  font-size: 11px;
  vertical-align: top;
  height: 100%;
}

#centerBox {
  height: 100%;
  border: 1px solid #FFFFFF;
}

#centerBox #textContainer {
  padding: 0px 8px 10px 9px;
}

#textContainer h6 {
  font-size: 24px;
  margin: -46px 0px 30px 10px;
  color: #FFFFFF;
  font-weight: lighter;
}

/* #bodyCopy P{ line-height:16px; } */
h5 {
  color: #003663;
  font-size: 16px;
  margin: 0px 0px -8px 0px;
}

h4 {
  color: #000000;
  font-size: 14px;
  margin: 6px 0px 12px 0px;
}

a {
  color: #333333;
}

a:hover {
  color: #004D8A;
}

.listTitle {
  font-weight: bold;
}

ul {
  line-height: 20px;
  margin-left: 0px;
}

li {
  list-style-type: none;
  margin-left: 10px;
  color: #333333;
}

li a {
  color: #333333;
}

li a:hover {
  color: #336699;
}

#reeferList ul {
  line-height: 14px;
  margin-left: 0px;
}

#reeferList li {
  list-style-image: url(listDot.gif);
  margin-left: 20px;
  vertical-align: text-top;
}

.thumbCol {
  padding-left: 25px;
}

.caption {
  text-align: center;
  width: 93px;
}

.legal {
  font-size: 9px;
}

img {
  border: none;
}