html body
{
  width: 100%;
  height: 100%;
}

body
{
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
}

a
{
  color: #0b004a;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

a img
{
  border: none;
}

form
{
  padding: 0;
  margin: 0;
  display: inline;
}

.pagecontainer
{
  width: 780px;
  background-color: #FFFFFF;
  margin: 0 auto;
}

.home_pagecontainer
{
  width: 800px;
  margin: 0 auto;
}

.header
{
  background-color: #FFFFFF;
  height: 173px;
  z-index: 1;
}

.home_header
{
  position: relative;
  padding-top: 50px;
  padding-right: 25px;
  float: left;
  height: 200px;
  background-color: #FFFFFF;

}

.header_logo
{
  position: top;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.footer
{
  padding-top: 20px;
  font-size: 10px;
  text-align: center;
  clear: both;
}

.home_footer
{
  background-image: url(../images/navbar.gif);
  background-repeat: repeat-x;
  overflow: hide;
  height: 20px;
  width: 764px;
  border: 1px solid #808080;
  float: left;
  padding-top: 8px;
  font-size: 12px;
  text-align: center;
  clear: both;
}

.mainnav
{
  margin-left: 30px;
  margin-top: -7px;
  float: left;
  width: 168px;
  height: 100%;
  z-index:9;
}

.mainnav_button
{

  height: 17px;
  width: 124px;
  float: left;
  clear: right;
  /* margin-left: 21px; */
  padding-left: 21px;
  padding-top: 5px;
  border-left: 1px dotted #8C8C8C;
  border-bottom: 1px dotted #8C8C8C;
  font-size: 10px;
  font-weight: normal;
  display: inline;
  color: #000000;
}
.mainnav_button:hover
{
  /* color: #FFFFFF;
  background: #8C8C8C; */
}
.mainnav_button a
{
  margin-top: 5px;
  color: #000000;
  text-decoration: none;
}
.mainnav_button a:hover
{
  text-decoration: underline;
}

.mainnav_button .sub
{
  padding-left: 12px;
}

.mainnav_spacer
{
  border-bottom: 1px dotted #8C8C8C;
  float: left;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
}

.mainnav_button *
{
  /* float: left; */
  cursor: pointer;
}

.leftnav
{
  background-color: #FFFFFF;
  background-image: url(../images/nav_left_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 162px;
  float: left;
}

.leftnav div div a
{
  width: 99%;
  display: block;
  border: 1px solid #DBDAB8;
}
.leftnav div div a:hover
{
  border: 1px solid #7D2D2A;
  text-decoration: none;
  background: #E2E1C5;
}

.leftnav_header
{
  background: url(../images/nav_left_text_top.jpg) top left no-repeat #FFFFFF;
  padding: 18px 1px 1px 1px;
  width: 150px;
  margin: 0 auto;
}

.leftnav_header div
{
  margin: 5px;
  padding: 5px;
  color: #FFFFFF;
  border: 1px solid #DBDAB8;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.content
{
  font-size: 12px;
  padding: 15px 36px 5px 183px;
  color: #000000;
}

.content2
{
  font-size: 12px;
  padding: 15px 36px 5px 360px;
  color: #000000;
}
.content3
{
  font-size: 12px;
  margin: 21px 30px 20px 70px;
  padding: 10px 10px 10px 10px;
  color: #000000;
  background-image: url(/support/images/portalbox.gif);
  background-color: #EBEBF2;
}

.content_box1
{
  border-left: 1px solid #DBDAB8;
}

.content_box2
{
  background-image: url(/images/box2.gif);
}

.content_header
{
  height: 22px;
  font-weight: bold;
  padding: 0;
  color: #651D1B;
  font-size: 16px;
  margin: 0px 0px 5px 25px;
}

.content_header div
{
  padding: 0px 0px 0px 0px;
}

.content_text
{
  border-left: 1px solid #143e66;
  text-align: justify;
  padding: 10px 100px 10px 25px;
  margin-left: 15px;
}

.homepage_text
{
  border-left: 1px solid #143e66;
  text-align: justify;
  padding: 10px 0px 10px 25px;
  margin-left: 15px;
}
.input_text
{
  border: 1px inset #143e66;
  color: #143e66;
  font-size: 11px;
  background: #d8dde1;
}

.input_button
{
  border: 1px outset #7D2D2A;
  color: #7D2D2A;
  font-size: 11px;
  font-weight: bold;
  background: #E2E1C5;
}

.error_text
{
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
}

.caution_text
{
  color: #CC0000;
}
.caution_text:hover
{
  color: #FF0000;
}

.content_area
{
  background: #DBDAB8;
  border: 1px solid #7D2D2A;
  padding: 3px;
}

.border_light_b
{
  border-bottom: 1px solid #7D2D2A;
}
.border_light_tb
{
  border-top: 1px solid #7D2D2A;
  border-bottom: 1px solid #7D2D2A;
}

.bg_selected
{
  background: #E2E1C5;
}

.active
{
  font-size: 11px;
  color: #00CC00;
  font-weight: bold;
}

.inactive
{
  font-size: 11px;
  color: #808080;
  font-style: italic;
  text-decoration: none;
}
.inactive:hover
{
  font-weight: bold;
}

.float_left_item {
  text-align: right;
  float: left;
  margin: 0px 2px 0px 0px;
}

.float_right_item {
  margin-bottom: 5px;
}


