/* Copyright 2005, Page Step - www.pagestep.com */

HTML {
  height: 100% ;
}
BODY {
  height: 100% ;
  margin: 0px ;
  padding: 0px ;
  font-family: "Arial", "Helv", "Helvetica", sans-serif ;
  background: #ffffff ;
}
P {
  text-align: justify ;
}
IMG {
  padding: 0px ;
  border-style: none ;
}

/* Main layout TABLE and global TD layout. */
TABLE.sys-main {
  width: 100% ;
  margin: 0px ;
}
TABLE.sys-main TD {
  padding: 0px 0px 0px 0px ;
  border-style: none ; /* usually only set for testing/debugging */
  border-width: 1px ;
  border-color: #0000ff ;
}
TABLE.sys-main TD.logo-top {
  padding: 5px 0px 0px 10px ;
}

IMG.logo {
  margin: 0px 0px 0px 12px ;
}

/* main menu cell */
TABLE.sys-main TD.menu {
  padding: 0px 0px 0px 10px ;
  vertical-align: top ;
  background: #ffffff ;
}

/*
   Main cell for variable content.
   Note: This is where all custom content is placed. Refer to this page's .css
         file for its style definitions.
 */
TABLE.sys-main TD.content {
  width: 80% ;
  padding: 0px 30px 10px 0px ;
  vertical-align: top ;
}

/* START copyright */
TABLE.sys-main TD.copyright {
  height: 1px ;
  margin: 0px 0px 0px 0px ;
  padding: 8px 5px 8px 5px ;
  background: #ffffff ;
  font-size: 12px ;
  font-weight: normal ;
  color: #999999 ;
  text-align: center ;
  vertical-align: top ;
  white-space: nowrap ;
  border-style: solid ;
  border-width: 1px 0px 0px 0px ;
  border-color: #006BAD ;
}
TABLE.sys-main TD.copyright IMG {
  margin: 0px 0px -4px 0px ;
  border-style: none ;
}
/* END copyright */

SPAN.error {
  padding: 2px 5px 2px 5px ;
  font-weight: bold ;
  color: #ffffff ;
  background: #cc0000 ;
}
DIV.topofpage {
  padding: 2px 0px 5px 5px ;
  font-size: 75% ;
  color: #999999 ;
  text-align: left ;
}
