/* HTML TAGS START */
BODY {
  height:                      100%;
  width:                       100%;
  margin:                      0px;
  padding:                     0px;
  background:                  #474747;
}

H1 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 18px Verdana;
  color:                       #474747;
  letter-spacing:              1px;
  line-height:                 20px;
}

H2 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 18px Verdana;
  color:                       #C4930F;
  letter-spacing:              1px;
  line-height:                 20px;
}

H3 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 14px Verdana;
  color:                       #474747;
  letter-spacing:              1px;
  line-height:                 16px;
}

H4 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 14px Verdana;
  color:                       #C4930F;
  letter-spacing:              1px;
  line-height:                 16px;
}

H5 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 11px Verdana;
  color:                       #474747;
  letter-spacing:              1px;
  line-height:                 16px;
}

H6 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 11px Verdana;
  color:                       #C4930F;
  letter-spacing:              1px;
  line-height:                 16px;
}

HR {
  width:                       100%;
  height:                      1px;
  border:                      0px;
  border-top:                  2px solid #474747;
}

a {
  color:                       #0025C2;
  text-decoration:             underline;
}

a:hover {
  color:                       #0025C2;
  text-decoration:             none;
}

img {
  border:                      0px;
}

/* HTML TAGS END */

/* CUSTOM CSS TAGS START */
.fullscreen {
  width:                       953px;
  height:                      100%;
  margin:                      0px;
  padding:                     0px;
  background-color:            #FFFFFF;
  border:                      0px;
}

.site_spacer {
  height:                      29px;
  margin:                      0px;
  padding:                     0px;
  font-size:                   1px;
  line-height:                 1px;
  background-color:            #474747;
}

.header_spacer {
  height:                      9px;
  margin:                      0px;
  padding:                     0px;
  background-color:            #474747;
  vertical-align:              bottom;
  font-size:                   1px;
  line-height:                 1px;
}
 
.header {
  height:                      77px;
  margin:                      0px;
  padding:                     0px;
  background-color:            #D2D2D2;
}

.menu {
  width:                       150px;
  padding:                     0px;
  margin:                      0px;
  font:                        bold 12px Arial;
  color:                       #C6A870;
  line-height:                 26px;
  border:                      0px;
  border-left:                 1px solid #FFFFFF;
  border-right:                1px solid #FFFFFF;
  background-color:            #D2D2D2;
  vertical-align:              top;
  overflow:                    hidden;
}

.menu_bottom {
  padding:                     0px;
  margin:                      0px;
  border:                      1px solid #FFFFFF;
  border-top:                  0px;
  background:                  #D2D2D2 url(../images/menu-bottom.jpg) no-repeat bottom left;
  text-align:                  center;
  vertical-align:              bottom;
}

.content_spacer {
  width:                       29px;
  padding:                     0px;
  margin:                      0px;
  background-color:            #F9F3E5;
  border-top:                  1px solid #FFFFFF;
  border-bottom:               1px solid #FFFFFF;
}

.content_place {
  width:                       541px;
  height:                      20px;
  vertical-align:              top;
  border:                      0px;
  border-top:                  1px solid #FFFFFF;
  border-bottom:               1px solid #FFFFFF;
  background-color:            #FFFFFF;
}

.content {
  width:                       505px;
  padding:                     0px;
  margin:                      18px;
  font:                        normal 10px verdana;
  color:                       #474747;
  line-height:                 12px;
  background-color:            #FFFFFF;
}

.table_text {
  font:                        normal 10px verdana;
  color:                       #474747;
  line-height:                 12px;
}

.menuright {
  width:                       200px;
  padding:                     0px;
  margin:                      0px;
  background-color:            #D2D2D2;
  border:                      1px solid #FFFFFF;
  background:                  #D2D2D2 url('../images/menu-right_bottom.jpg') no-repeat bottom left;
  vertical-align:              top;
}

.menuright_button1 {
  width:                       164px !important; /*moz width*/
  width:                       200px;
  height:                      30px;
  padding:                     0px;
  padding-left:                36px;
  margin:                      0px;
  background-color:            #D2D2D2;
  font:                        normal 10px Verdana;
  text-decoration:             none;
  line-height:                 30px;
  color:                       #474747;
  cursor:                      pointer;
}

.menuright_button2a, .menuright_button2b {
  width:                       164px !important; /*moz width*/
  width:                       200px;
  height:                      37px;
  padding:                     0px;
  padding-left:                36px;
  margin:                      0px;
  font:                        normal 10px Verdana;
  text-decoration:             none;
  line-height:                 37px;
  color:                       #474747;
  background:                  #F8F8F8 url('../images/menuright_button.gif') no-repeat top left;
  cursor:                      pointer;
}

.menuright_button2b {
  color:                       #FFFFFF;
  background:                  #F8F8F8 url('../images/menuright_button_over.gif') no-repeat top left;
  cursor:                      pointer;
}

.footer {
  height:                      22px;
  padding-left:                15px;
  background-color:            #D2D2D2;
  font:                        bold 9px Verdana;
  color:                       #003875;
  border:                      1px solid #FEFEFE;
  border-right:                0px;
}

.footer_spacer {
  height:                      22px;
  width:                       29px;
  background-color:            #C3C3C3;
  border:                      1px solid #FEFEFE;
  border-right:                0px;
  border-left:                 0px;
}

.powered {
  height:                      22px;
  font:                        bold 9px Verdana;
  text-decoration:             none;
  text-align:                  center;
  background-color:            #A8A8A8;
  color:                       #D2D2D2;
  border:                      1px solid #FEFEFE;
  border-left:                 0px;
}

.powered a {
  color:                       #D2D2D2;
  text-decoration:             none;
}

.powered a:hover {
  color:                       #D2D2D2;
  text-decoration:             underline;
}

/* CUSTOM CSS TAGS END */

/* LIST MENU STYLES START */
#mainmenu {
  margin:                      0px;
  padding:                     0px;
}

#mainmenu li {
  width:                       150px;
  height:                      23px;
  margin:                      0px;
  padding:                     0px;
  display:                     block;
  list-style-type:             none;
  float:                       left;
  font:                        normal 10px verdana;
  color:                       #474747;
  line-height:                 23px;
  border:                      0px;
}

a.mainitem, a.mainitem:hover, .mainitem_on {
  width:                       150px;
  height:                      23px;
  margin:                      0px;
  padding:                     5px 100px 6px 40px !important;
  padding:                     0px 0px 0px 40px;
  font:                        normal 10px verdana;
  color:                       #474747;
  text-decoration:             none;
  line-height:                 23px;
  background:                  url('../images/menu_button.gif') no-repeat top left;
}

#mainmenu a:hover, .mainitem_on {
  color:                       #FFFFFF;
  background-image:            url('../images/menu_button_over.gif');
}

ul#mainmenu li:hover > ul {
  display:                     block;
  margin:                      -23px 0px 0px 150px;
}

#submenu {
  width:                       150px;
  margin:                      0px 0px 0px -4px;
  padding:                     0px;
  display:                     none;
  position:                    absolute;
}

#submenu li {
  margin:                      0px;
  padding:                     0px;
  display:                     block;
  list-style-type:             none;
  float:                       left;
  font:                        normal 10px verdana;
  color:                       #474747;
  line-height:                 23px;
}

a.subitem, a.subitem:hover, .subitem_on {
  width:                       150px;
  height:                      23px;
  margin:                      0px;
  padding:                     5px 100px 6px 40px !important;
  padding:                     0px 0px 0px 40px;
  font:                        normal 10px verdana;
  color:                       #474747;
  text-decoration:             none;
  line-height:                 23px;
  background:                  url('../images/menu_button.gif') no-repeat top left;
}

#submenu a:hover, .subitem_on {
  color:                       #FFFFFF;
  background-image:            url('../images/menu_button_over.gif');
}

ul#submenu li:hover > ul {
  display:                     block;
  margin:                      -23px 0px 0px 150px;
}

/* LIST MENU STYLES END */
