HTML, BODY {
      font-size:              13px;
      font-family:            Verdana, Arial, Helvetica, sans-serif;
      background-color:       #252525;
      margin:                 0;
      padding:                0;
}
A, A:link, A:visited, A:active {
      text-decoration:        underline;
      color:                  #252525;
}
A:hover, A:focus {
      text-decoration:        none;
      color:                  #252525;
}


DIV#wrapper {
      width:                  1210px;
      max-width:              1210px;
      min-height:             100%;
      height:                 100%;
      height:                 auto !important;
      overflow:               hidden !important;
      margin:                 auto;
      background-color:       #FFFFFF;
}
DIV.separator {
      width:                  1210px;
      max-width:              1210px;
      background-color:       #050505;
}
DIV.clear {
      float:                  none;
      clear:                  both;
}
DIV.clear30 {
      height:                 30px;
}


DIV#title {
      font-size:              26px;
      text-align:             center;
      float:                  none;
      clear:                  both;
      padding:                35px 0 35px 0;
}
DIV.headLeft {
      background:             transparent url(../img/head-left.png) no-repeat left top;
      width:                  3px;
      max-width:              3px;
      height:                 49px;
      max-height:             49px;
      float:                  left;
      clear:                  none;
}
DIV.headCenter {
      height:                 49px;
      max-height:             49px;
      float:                  left;
      clear:                  none;
      line-height:            49px;
      vertical-align:         middle;
}
DIV.headRight {
      background:             transparent url(../img/head-right.png) no-repeat right top;
      width:                  3px;
      max-width:              3px;
      height:                 49px;
      max-height:             49px;
      float:                  right;
      clear:                  right;
}
DIV#contentWrapper {
      width:                  840px;
      max-width:              840px;
      float:                  left;
      clear:                  left;
      margin-left:            40px;
}
DIV#contentHead {
      background:             transparent url(../img/head-center.png) repeat-x left top;
      width:                  840px;
      max-width:              840px;
      height:                 49px;
      max-height:             49px;
      font-size:              18px;
}
DIV#contentHead DIV.headCenter {
      width:                  800px;
      max-width:              800px;
      margin:                 0 17px;
}
DIV#content {
      border:                 1px solid #C9C9C9;
      border-width:           0 1px 1px 1px;
      width:                  798px;
      max-width:              798px;
      padding:                5px 20px 5px 20px;
}
DIV#menuWrapper {
      width:                  260px;
      max-width:              260px;
      float:                  left;
      clear:                  right;
      margin-left:            40px;
}
DIV#menuHead {
      background:             transparent url(../img/head-center.png) repeat-x left top;
      width:                  260px;
      max-width:              260px;
      height:                 49px;
      max-height:             49px;
      font-size:              18px;
}
DIV#menuHead DIV.headCenter {
      width:                  220px;
      max-width:              220px;
      margin:                 0 17px;
}
DIV#menu {
      border:                 1px solid #C9C9C9;
      border-width:           0 1px 1px 1px;
      width:                  258px;
      max-width:              258px;
}
UL.menuList {
      list-style-type:        none;
      padding:                0;
      margin:                 0;
}
UL.menuList LI {
      line-height:            30px;
      vertical-align:         middle;
      border-top:             1px solid #FFFFFF;
      background-color:       #F4F4F4;
      padding:                7px 0 7px 0;
}
UL.menuList LI.active {
      background:             #DBDBDB url(../img/menu-active.png) no-repeat 5px 33px;
}
UL.menuList LI.menu {
      padding:                0 0 0 25px;
      font-size:              13px;
      font-weight:            bold;
}

UL.menuList LI.submenu_item {
	padding:                0px 0px 0px 45px;
}

UL.menuList LI.menu A {
      text-decoration:        none;
      color:                  #959595;
}
UL.menuList LI.menu A:hover, UL.menuList LI.menu A:focus {
      text-decoration:        underline;
      color:                  #252525;
}
UL.menuList LI.active A {
      color:                  #252525;
}
UL.menuList LI.menu_separator {
      vertical-align:         middle;
      padding:                3px 0px 3px 0px;
}

UL.menuList LI.menu_heading {
	font-size:              15px;
	font-weight:            bold;
	padding:                8px 0px 8px 25px;
}

UL.menuList LI.submenu_item.menu_heading {
      font-size:              13px;
	padding:                8px 0px 8px 45px;
}

DIV#footer {
      padding:                35px 0px 25px 40px;
      font-size:              10px;
}
