html {
  margin: 0;
  padding: 0;
  color: #000;
  overflow-y: auto;
}

body {
  background-image: url("../../images/header_bg.png");
  background-repeat: repeat-x;
  background-color: #b6b6b6;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  text-decoration: none;
  color: #314E6C;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #8D1C1C;
}

p, dl {
  color: #555555;
  margin-left: 1em;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: normal;
  line-height: 18px;
}
p.style9, dl.style9 {
  padding: 0;
  margin: 0;
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
p.style10, dl.style10 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  line-height: 40px;
}
p.style11, dl.style11 {
  padding: 0;
  margin: 0;
  color: #555555;
  text-decoration: none;
  font-size: 1px;
  font-weight: bold;
  line-height: 1px;
}

h1 {
  margin: 0px 0px 10px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 18px;
  color: #555555;
}

h2 {
  display: inline;
  padding: 0 0 0 20px;
  font-weight: normal;
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
}

h3 {
  position: relative;
  color: #555555;
  margin: 0 0 0 0;
  background: #fff;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

h4 {
  text-decoration: underline;
  font-size: 14px;
  margin-left: 20px;
}

h5 {
  color: #314E6C;
  font-size: medium;
  font-weight: normal;
  padding: 0 0 0 17px;
  margin: 0;
}

h6 {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#container {
  position: relative;
  min-height: 100%;
  top: 0px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url("../../images/content.gif");
  background-repeat: repeat-y;
}

#navbar-wrap {
  width: 970px;
  margin: 0 auto;
  height: 29px;
  background-image: url("../../images/nav/navbar.png");
  background-position: top left;
  background-repeat: no-repeat;
}

#navbar {
  height: 29px;
  width: 100%;
  padding: 0;
  background-image: url("../../images/nav/navbg.png");
  background-position: top left;
  background-repeat: repeat-x;
  font: 12px Helvetica, Verdana, Arial, sans-serif;
  text-align: center;
  z-index: 9999;
}

#nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 29px;
  z-index: 9999;
}
#nav ul {
  background-color: #F5F5F5;
  background-repeat: repeat-y;
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 29px;
  z-index: 9999;
}
#nav ul.subnav li a {
  font-weight: normal;
  color: #000;
  background-color: #F5F5F5;
  background-position: top left;
}
#nav ul.subnav li a:hover {
  color: #fff;
  background: #3c63a2;
}
#nav ul.subnav li a:hover.more {
  color: #fff;
  background: #3c63a2;
  background: url("../../images/nav/bgmorehover.gif");
}
#nav ul.subnav li a.more {
  background-color: #F5F5F5;
  background: url("../../images/nav/bgmore.gif");
  background-position: top right;
}
#nav a {
  display: block;
  width: 150px;
  height: 29px;
}
#nav a:visited {
  display: block;
  width: 150px;
  height: 29px;
}
#nav li {
  float: left;
  width: 150px;
  z-index: 1000;
}
#nav li ul {
  position: absolute;
  width: 150px;
  left: -999em;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#nav li ul ul {
  position: absolute;
  margin: -30px 0 0 150px;
}
#nav li:hover, #nav li.over {
  position: static;
}
#nav li:hover ul, #nav li.over ul {
  left: auto;
  left: auto;
}
#nav li:hover ul ul, #nav li.over ul ul {
  left: -999em;
}
#nav li li:hover ul, #nav li li.over ul {
  left: auto;
}
#nav li a {
  font-weight: bold;
  color: #555555;
}
#nav li a:hover {
  color: #fff;
  background: #3c63a2;
}

* html #nav li ul, *:first-child+html #nav li ul {
  margin: 0 0 0 -75px;
}
* html #nav li ul ul, *:first-child+html #nav li ul ul {
  margin: -20px 0 0 75px;
}

#banner {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url("../../images/headbg.png");
  background-repeat: repeat-x;
  overflow: hidden;
}
#banner a {
  display: block;
  line-height: 0;
}

#header {
  width: 100%;
  height: 40px;
  background: url("../../images/subnavbg.png");
  background-repeat: repeat-x;
  background-position: top left;
}

#header-wrap {
  width: 970px;
  margin: 0 auto;
}

#header0 {
  float: left;
  padding: 0;
}

#header1 {
  float: left;
  background-repeat: repeat-x;
  background-position: top left;
  width: 400px;
  padding: 0;
  height: 40px;
  margin: 0 0 0 0;
  line-height: 40px;
}
#header1 ul {
  list-style-type: none;
  margin: 0;
  height: 30px;
  padding-left: 10px;
}
#header1 ul li {
  display: block;
  float: left;
  margin: 0;
}
#header1 ul li a {
  padding: 14px 20px 11px;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
}
#header1 ul li a.selected {
  color: #8D1C1C;
  background: url("../../images/subnav_select.png");
  background-repeat: no-repeat;
  background-position: top center;
}

#header2 {
  float: right;
  position: relative;
  text-align: right;
  background: url("../../images/subnavbg.png");
  background-repeat: repeat-x;
  background-position: top left;
  padding: 5px 0;
  height: 30px;
  margin-right: 15px;
}
#header2 a {
  margin: 0;
  padding: 0;
}
#header2 a.font-sizer-right {
  padding: 0 10px 0 0;
}
#header2 a img {
  vertical-align: middle;
}

#header3 {
  float: right;
  position: relative;
  text-align: right;
  background: url("../../images/subnavbg.png");
  background-repeat: repeat-x;
  background-position: top left;
  padding: 10px 0 0 0;
  height: 30px;
}
#header3 a {
  float: right;
}

br.clear {
  clear: both;
}

#content {
  padding: 0 0 15px 0;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #999999;
}

#content-wrap {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
}

#footer-wrap {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
}

#navbottom {
  margin: 0px;
  padding-top: 20px;
  text-align: center;
  color: #334E6C;
  font-size: 14px;
  font-weight: bold;
  background-color: #B6B6B6;
}
#navbottom div#botleftpane {
  font-size: 10px;
  color: #fff;
  width: 300px;
  float: left;
  text-align: left;
}
#navbottom div#botleftpane img {
  padding-right: 20px;
  vertical-align: middle;
}
#navbottom div#botcenpane {
  font-size: 14px;
  color: #334E6C;
  width: 360px;
  float: left;
  margin-top: 10px;
}
#navbottom div#botcenpane .footer {
  font-size: 10px;
  color: #fff;
  padding-top: 10px;
}
#navbottom div#botrightpane {
  font-size: 10px;
  color: #fff;
  width: 300px;
  float: left;
  text-align: right;
}
#navbottom div#botrightpane img {
  padding-left: 10px;
  vertical-align: middle;
}

div#credits {
  text-align: center;
  padding: 5px;
  font-size: 10px;
  color: #999999;
}

#top {
  margin: 0;
  padding: 0;
  width: 970px;
  height: 15px;
  background-repeat: no-repeat;
  font-size: 0;
  background: url("../../images/top.gif");
}

#bottom {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: #B6B6B6;
}

.error-box {
  font-size: small;
  text-align: center;
  width: 500px;
  margin: 30px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #334E6C;
}
.error-box h3 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #f00;
  line-height: 1.5em;
  border: none;
}

strong.important {
  color: red;
}

.iconleft {
  float: left;
}

.iconright {
  float: right;
  margin-left: 10px;
  clear: right;
}

.iconheaders {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.boldlinks {
  font-size: 12px;
  font-weight: bold;
}

.reglinks {
  font-size: 12px;
}
