HTML, BODY {
      font-size:              14px;
      font-family:            Tahoma;
      background:             #3A4A57 no-repeat center top;
      color:                  #cdcdcd;
      margin:                 0;
      padding:                0;
      min-height:             100%;
      height:                 100%;
      height:                 auto !important;
}
DIV#content A, A:link, A:active {
      text-decoration:        underline;
      color:                  #71b6e1;
}
DIV#content A:hover, A:focus {
      text-decoration:        none;
      color:                  #71b6e1;
}


DIV#wrapper {
      width:                  1038px;
      max-width:              1038px;
      min-height:             100%;
      height:                 100%;
      height:                 auto !important;
      margin:                 0 auto 0 auto;
      position:               relative;
      overflow:               visible;
}
DIV#title {
      width:                  998px;
      max-width:              998px;
      height:                 63px;
      max-height:             63px;
      line-height:            63px;
      overflow:               hidden;
      background:             transparent url(../img/head.png) no-repeat left top;
      position:               relative;
      top:                    50px;
      color:                  #ffffff;
      font-size:              20pt;
      padding:                0 20px;
}
DIV#header {
      width:                  1038px;
      max-width:              1038px;
      height:                 302px;
      max-height:             302px;
      overflow:               hidden;
      background:             transparent url(../img/header.png) no-repeat left bottom;
      position:               relative;
      top:                    70px;
}
DIV#contentWrapper {
      width:                  1038px;
      max-width:              1038px;
      float:                  none;
      clear:                  both;
      position:               relative;
      top:                    70px;
      background-color:       #000000;
      padding:                20px 0 20px 0;
}
DIV#menu {
      width:                  230px;
      max-width:              230px;
      float:                  left;
      clear:                  left;
      margin-left:            10px;
}
DIV#menuHead {
	color:                  #cdcdcd;
      width:                  200px;
      max-width:              200px;
      height:                 40px;
      max-height:             40px;
      line-height:            40px;
      vertical-align:         middle;
      float:                  none;
      clear:                  both;
      background:             #265472;
      font-size:              22px;
      padding:                0 10px 0 20px;
}
UL#menuList {
      width:                  230px;
      max-width:              230px;
      margin:                 0;
      padding:                0;
      list-style-type:        none;
}
UL#menuList A {
      color:                  #ffffff;
      text-decoration:        none;
}
UL#menuList LI {
      line-height:            28px;
      vertical-align:         middle;
      padding:                5px 20px 5px 20px;
}
UL#menuList LI.menu_heading {
      font-size:              16px;
      font-weight:            bold;
      padding:                10px 20px 10px 20px;
      background:             none !important;
}
UL#menuList LI.menu_separator {
      vertical-align:         middle;
      padding:                20px 0;
      background:             none !important;
}
UL#menuList LI.menu_item.active,
UL#menuList LI.submenu.active,
UL#menuList LI:hover {
      background:             transparent url(../img/menu_active.png) left top;
      background-size:        cover;
}

UL#menuList a:hover {
      color:                  #aaa;
}

UL#menuList LI.submenu_heading {
      font-size:              14px;
      font-weight:            bold;
      margin-left:            12px;
      background:             none !important;
}
UL#menuList LI.submenu_separator {
      vertical-align:         middle;
      padding:                20px 0;
      margin-left:            8px;
      background:             none !important;
}
UL#menuList LI.submenu_item A {
      padding-left:           12px;
}
UL#menuList LI.submenu_item.active {
      background:             transparent url(../img/menu_active.png) no-repeat 20px center;
}

DIV#content {
      width:                  778px;
      max-width:              778px;
      float:                  left;
      clear:                  right;
      margin-left:            10px;
}
div#contentContent {
	padding:                0px 15px 0px 15px;
}
DIV#contentHead {
	color:                  #cdcdcd;
      height:                 40px;
      max-height:             40px;
      line-height:            40px;
      padding:                0px 10px 0px 15px;
      background:             #327097;
      font-size:              22px;
}
DIV#footer {
      width:                  1038px;
      max-width:              1038px;
      height:                 100px;
      max-height:             100px;
      background:             transparent url(../img/footer.png) repeat-x left top;
      float:                  none;
      clear:                  both;
      position:               relative;
      top:                    70px;
}
