* {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  color: #000000;
}

#positioning_container{
  margin: 0 auto;
  width: 1000px;
}

#container {
  position: relative;
  float: left;
  width: 1000px;
}
#header {
  float: left;
  width: 1000px;
  height: 90px;
  padding-bottom: 8px;
}
#header_left {
  float: left;
  width: 262px;
  height: 90px;
}
#header_right {
  float: left;
  width: 728px;
  height: 90px;
  padding-left: 10px;
  background-image: url(../images/header_right_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
#menu_container {
  float: left;
  width: 1000px;
  height: 31px;
  background-image: url(../images/menu_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  margin-bottom: 8px;
}
#menu_left {
  float: left;
  width: 721px;
  height: 31px;
}
#menu_right {
  float: left;
  width: 249px;
  height: 24px;
  padding: 7px 15px 0px 15px;
  color: #FFFFFF;
  text-align: right;
}
a.menu_button, a.menu_button:visited {
  float: left;
  display: block;
  height: 25px;
  padding: 6px 16px 0px 16px;
  border-right: solid 2px #FFFFFF;
  background-image: url(../images/menubutton_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  font-size: 14px;
  color: #DDDDDD;
  text-decoration: none;
}
a.menu_button:hover {
  background-image: url(../images/menubutton_bg_hover.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

#account_container {
  float: left;
  width: 1000px;
  height: 31px;
  background-image: url(../images/account_container_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  margin-bottom: 16px;
}

div.submenu {
  position: absolute;
  top: 129px;
  z-index: 200;
}
a.submenuItem, a.submenuItem:visited {
  float: left;
  display: block;
  background-image: url(../images/submenubutton_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  text-decoration: none;
  width: 110px;
  height: 21px;
  padding: 4px 16px 0px 16px;
  color: #DDDDDD;
  z-index: 201;
  font-size: 12px;
}
a.submenuItem:hover {
  background-image: url(../images/submenubutton_bg_hover.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}


#content_container {
  float: left;
  width: 1000px;
}

#footer {
  float: left;
  width: 1000px;
  height: 31px;
  padding-top: 8px;
  font-size: 11px;
  background-image: url(../images/footer_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #CCCCCC;
  margin-top: 24px;
  text-align: center;
}

#footer a, #footer a:visited {
  font-size: 11px;
  color: #CCCCCC;
}
#footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#disclaimer {
  float: left;
  width: 1000px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 11px;
  color: #999999;
  text-align: center;
}

#disclaimer a, #disclaimer a:visited {
  font-size: 11px;
  color: #999999;
  text-decoration: none;
}
#disclaimer a:hover {
  color: #333333;
}

a, a:visited {
  font-size: 12px;
  color: #000080;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

th {
  font-size: 12px;
  font-weight: bold;
  background: #444444;
  padding-top: 4px;
  padding-bottom: 5px;
  color: #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}
td {
  padding-top: 1px;
  padding-bottom: 2px;
}

h1 {
  width: 1000px;
  font-size: 14px;
  font-weight: bold;
  color: #162584;
  padding-bottom: 3px;
  border-bottom: solid 1px #BBBBBB;
  margin-top: 0px;
  margin-bottom: 16px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #162584;
  margin-bottom: 4px;
}

ul {
  margin-top: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
}
li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
