body{
  color: #000000;
  font-family: verdana;
}

body.design{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-family: verdana;
}

a{
  color: #376983;
  text-decoration: none;
}

p{
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}

a:hover{
  text-decoration: underline;
}

input,textarea,button,select,option{
  font-size: 8pt;
  font-family: verdana;
  color: #333333;
}

input, textarea, button, select{
  border: solid 1px #000000;
}

td,p,span,div{
  font-size: 8pt;
  color: #333333;
}

h1{
  font-size: 12pt;
  color: #376983;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}

h1.pageheadline{
  font-size: 12pt;
  color: #376983;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  border-bottom: solid 1px #000000;
}

h2{
  font-size: 10pt;
  color: #376983;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}

h3{
  font-size: 9pt;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}

h4{
  font-size: 8pt;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
}


td.top{
  height: 27px;
}

td.header_top{
  height: 16px;
}

td.header_middle{
  height: 21px;
  background-image: url(/images/content/header_middle_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

td.header_bottom{
  height: 24px;
  background-image: url(/images/content/header_bottom_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

td.content_left{
  width: 5px;
  background-image: url(/images/content/content_left.gif);
  background-repeat: repeat-y;
  background-position: top right;
}

td.content{
  width: 660px;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

td.content_right{
  width: 5px;
  background-image: url(/images/content/content_right.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

td.menu_bg{
  width: 185px;
  background-image: url(/images/content/menu_bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
  border-right: solid 1px #C7C7C7;
}

td.footer_bg{
  height: 10px;
  background-image: url(/images/content/footer_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  width: 815px;
}

td.footer_right{
  height: 10px;
  background-image: url(/images/content/footer_right.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 5px;
}

td.footer_left{
  height: 10px;
  background-image: url(/images/content/footer_left.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 5px;
}

#PageSysCtrl{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
}


ul.LevelMenuLi{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none outside;
}

ul.LevelMenuLi li{
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  float: left;
  display: table-cell;
}

ul.LevelMenuLi li a{
  height: 21px;
  font-size: 10pt;
  color: #6d6d6d;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  display: table-cell;
  font-weight: bold;
}

ul.LevelMenuLi li.LevelMenuLiCurrent a, ul.LevelMenuLi li.LevelMenuLiParent a, ul.LevelMenuLi li.LevelMenuLiInPath a{
  height: 21px;
  color: #376983;
}


/****************************************************/
/*                                                                                       */
/****************************************************/

/* First Level */
#SubTreeMenuLi ul{
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 150px;
}

#SubTreeMenuLi li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  list-style: none outside;
  text-decoration: none;
  float: left;
  display: table-cell;
  width: 150px;
}

#SubTreeMenuLi li a{
  color: #376983;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial;
  font-size: 10pt;
  white-space: nowrap;
  display: block;
  width: 150px;
  padding-bottom: 12px;
}



/* Second Level */
#SubTreeMenuLi ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 150px;
}

#SubTreeMenuLi li ul li{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  float: left;
  display: table-cell;
  width: 150px;
}

#SubTreeMenuLi li ul li a{
  color: #376983;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding-bottom: 0px;
  width: 150px;
}


/* Third Level */
#SubTreeMenuLi li ul li ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 132px;
}

#SubTreeMenuLi li ul li ul li{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  list-style: none outside;
  float: left;
  display: table-cell;
  width: 132px;
}


#SubTreeMenuLi li ul li ul li a{
  color: #6d6d6d;
  padding-left: 14px;
  padding-right: 4px;
  background-image: url(/images/content/bullet_01.gif);
  background-repeat: no-repeat;
  background-position: center left;
  text-decoration: none;
  display: block;
  width: 132px;
}

/* Forth Level */
#SubTreeMenuLi li ul li ul li ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 117px;
}

#SubTreeMenuLi li ul li ul li ul li{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 14px;
  list-style: none outside;
  float: left;
  display: table-cell;
  width: 117px;
}

#SubTreeMenuLi li ul li ul li ul li a{
  color: #376983;
  padding-left: 14px;
  padding-right: 4px;
  background-image: url(/images/content/bullet_02.gif);
  background-repeat: no-repeat;
  background-position: center left;
  text-decoration: none;
  display: block;
  width: 117px;
}


/* Fifth Level */
#SubTreeMenuLi li ul li ul li ul li ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 102px;
}

#SubTreeMenuLi li ul li ul li ul li ul li{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 14px;
  list-style: none outside;
  float: left;
  display: table-cell;
  width: 102px;
}

#SubTreeMenuLi li ul li ul li ul li ul li a{
  color: #6d6d6d;
  padding-left: 14px;
  padding-right: 4px;
  background-image: url(/images/content/bullet_03.gif);
  background-repeat: no-repeat;
  background-position: center left;
  text-decoration: none;
  display: block;
  width: 102px;
}


#SubTreeMenuLi a:hover{
  text-decoration: underline;
}

#SubTreeMenuLi li ul li.SubTreeMenuLiCurrent a{
  text-decoration: underline;
}

#SubTreeMenuLi li ul li.SubTreeMenuLiCurrent li a{
  text-decoration: none;
}

/* Begin Page Specific CSS */

/* End Page Specific CSS */
