body {
  background-color: #d0d0d0;
  padding-top: 20px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
}
.container {
  background-image: url(images/main_bckgnd.gif);
}
#header {
  background-image: url(images/main_bckgnd2.gif);
  background-repeat: repeat-y;
}
#header_logo {
  background-image: url(images/head_bckgnd.gif);
  background-repeat: no-repeat;
}
#logo {
  margin: 26px 0 6px 26px;
}
#links {
  background-image: url(images/links_bckgnd.gif);
  background-repeat: no-repeat;
  text-align: right;
  height: 38px;
  padding-top: 1px;
}
#footer {
  background-image: url(images/main_bckgnd.gif);
}
#footer .copywrap {
  background-image: url(images/footer_bckgnd.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: right;
  font-weight: bold;
  padding: 36px 0;
  color: #cccccc;
}
.copywrap {
  height: 14px;
}
#links ul {
  margin: 6px -12px 15px 6px;
}
#links li {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #999999;
}
#links li a {
  margin: 12px;
  text-decoration: none;
  color: #000000;
}
#links li a:hover {
  color: #a0a0a0;
}
#links li a.active {
  color: #999999;
}
.leftlinks {
  list-style-type: none;
  list-style-position: outside;
  margin: 28px 0 0 0;
}
.leftlinks li {
  text-align: right;
  color: #999999;
  margin: 0 0 0 3px;
}
li.navbartitle {
  margin-right: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}
li.navbarsubtitle {
  margin-right: 20px;
  margin-bottom: -2px;
  margin-top: 12px;
  margin-left:0;
  /*font-weight: bold;*/
}
.leftlinks a {
  width: 247px;
  display: block;
  padding: 12px 20px 12px 0px;
  text-align: right;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.leftlinks a:hover, .leftlinks a.active {
  background: #f1f1f1;
}
#content {
  padding: 32px 12px 0 32px;
}
#content h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
}
#content img {
  margin-bottom: 18px;
}

/* NEW */
a {
  color: #002c5f;
  text-decoration: none;
}
a:hover {
  color: #66809f;
}
a.external {
  font-size: 12px;
  color: #002c5f;
}
a:hover.external {
  color: #66809f;
}
#content p {
  margin-bottom: 32px;
}
table.bordered, table.bordered td  {
  border: 1px solid gray;
}
.tr_0 {
	background-color: #e3e3e3;
}
.tr_1 {
	background-color: #f1f1f1;
}
#content ul {
  list-style-type: disc;
  margin-bottom: 8px;
}
#content ul ul {
  list-style-type: square;
  margin-bottom: 2px;
}
#content ul ul ul {
  list-style-type: circle;
}

