/*

       ************************************
      **************************************
     ****                                ****
    ****                                  ****
    ****         READONLY STYLES          ****
    ****                                  ****
    ****                                  ****
    ****        DO NOT EDIT THESE         ****
    ****                                  ****
     ****                                ****
      **************************************
       ************************************

*/



/* Generic classes */
/* =============== */

BODY {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

DIV {
  background:                           transparent;
  position:                             relative;
  display:                              block;
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

DIV.ClearLeft {
  clear:                                left;
  height:                               0px}

DIV.ClearRight {
  clear:                                right;
  height:                               0px}

DIV.ClearBoth {
  clear:                                both;
  height:                               0px}

TABLE {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

TD {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

FORM {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

INPUT {
  margin:                               0px;
  padding:                              0px}

P {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px}

IMG {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

OBJECT {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

EMBED {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

H1 {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px}

H2 {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px}

H3 {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px}

H4 {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px}

UL {
  margin:                               0px;
  border:                               0px}

LI {
  margin:                               0px;
  border:                               0px}



/* Skip to page content link */
/* ========================= */

DIV.TextBrowserSkipToContent {
  height:                               1px;
  overflow:                             hidden}



/* Page layout */
/* =========== */


/* Body - defines the background for the whole site */
BODY {
  background-position:                  center top;
  background-repeat:                    repeat}


/* BodyTop - used to give a top fade or picture which repeats horizontally */
DIV.BodyTop { 
  width:                                100%;
  background-position:                  center top;
  background-repeat:                    no-repeat}


/* BodyTopClearer - used to ensure the body top division expands */
DIV.BodyTopClearer {
  width:                                100%;
  clear:                                both;
  height:                               0px}


/* ************************************************* */


/* PageWrapper - used to locate the page on the screen
                 no background graphics and all attributes set in index */
DIV.PageWrapper {}


/* ************************************************* */


/* PageSpacerTop - used to provide a spacer above the page
                   height is set in the index.php settings,
                   background graphics will be set by Body and BodyTop */
DIV.PageSpacerTop {
  width:                                100%;
  clear:                                both;
  float:                                left}


/* ************************************************* */


/* TopBannerTopLeft - used to display any background graphics for the top banner
                      width is set in the index.php settings */
DIV.TopBannerTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* TopBannerTop - used to display any background graphics for the top banner
                  width is set in the index.php settings */
DIV.TopBannerTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* TopBannerTopRight - used to display any background graphics for the top banner
                       width is set in the index.php settings */
DIV.TopBannerTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* TopBannerLeft - used to display any background graphics for the top banner
                   width is set in the index.php settings */
DIV.TopBannerLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* TopBanner - used to display any background graphics for the top banner
               width is set in the index.php settings */
DIV.TopBanner {
  clear:                                both;
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* TopBannerRight - used to display any background graphics for the top banner
                    width is set in the index.php settings */
DIV.TopBannerRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* TopBannerBottomLeft - used to display any background graphics for the top banner
                         width is set in the index.php settings, */
DIV.TopBannerBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* TopBannerBottom - used to display any background graphics for the top banner
                     width is set in the index.php settings */
DIV.TopBannerBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* TopBannerBottomRight - used to display any background graphics for the top banner
                          width is set in the index.php settings,
                          height is set in the index.php settings */
DIV.TopBannerBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* TopBannerClearer - used to ensure the top banner divisions expand
                      width is set in the index.php settings */
DIV.TopBannerClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* Top menu classes */
/* ---------------- */

DIV.TopMenuBar {}

DIV.TopMenuShowDropDown {
  position:                             absolute;
  display:                              block;
  z-index:                              50}

DIV.TopMenuHideDropDown {
  display:                              none}


/* ************************************************* */


/* TopMenuBlockTopLeft - used to display any background graphics for the top menu block
                         width is set in the index.php settings */
DIV.TopMenuBlockTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* TopMenuBlockTop - used to display any background graphics for the top menu block
                     width is set in the index.php settings */
DIV.TopMenuBlockTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* TopMenuBlockTopRight - used to display any background graphics for the top menu block
                          width is set in the index.php settings */
DIV.TopMenuBlockTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* TopMenuBlockLeft - used to display any background graphics for the top menu block
                      width is set in the index.php settings */
DIV.TopMenuBlockLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* TopMenuBlock - used to display any background graphics for the top menu block
                  width is set in the index.php settings */
DIV.TopMenuBlock {
  clear:                                both;
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* TopMenuBlockRight - used to display any background graphics for the top menu block
                       width is set in the index.php settings */
DIV.TopMenuBlockRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* TopMenuBlockBottomLeft - used to display any background graphics for the top menu block
                            width is set in the index.php settings */
DIV.TopMenuBlockBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* TopMenuBlockBottom - used to display any background graphics for the top menu block
                        width is set in the index.php settings */
DIV.TopMenuBlockBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* TopMenuBlockBottomRight - used to display any background graphics for the top menu block
                             width is set in the index.php settings */
DIV.TopMenuBlockBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* TopMenuBlockClearer - used to ensure the top menu block divisions expand
                         width is set in the index.php settings */
DIV.TopMenuBlockClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */

DIV.TopMenuItemTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuItemTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuItem {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuItemRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuItemBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuItemBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemCurrentTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemCurrentTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuItemCurrentTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemCurrentLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuItemCurrent {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuItemCurrentRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuItemCurrentBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemCurrentBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuItemCurrentBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemActiveTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemActiveTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuItemActiveTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuItemActiveLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuItemActive {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuItemActiveRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuItemActiveBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemActiveBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuItemActiveBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuItemClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */

DIV.TopMenuEndItemTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItem {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuEndItemRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItemBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemCurrentTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemCurrentTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemCurrentTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemCurrentLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItemCurrent {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuEndItemCurrentRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItemCurrentBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemCurrentBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemCurrentBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemActiveTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemActiveTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemActiveTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemActiveLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItemActive {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuEndItemActiveRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuEndItemActiveBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemActiveBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuEndItemActiveBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuEndItemClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */

DIV.TopMenuDropDownTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}

DIV.TopMenuDropDownTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}

DIV.TopMenuDropDownTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}

DIV.TopMenuDropDownLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}

DIV.TopMenuDropDown {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}

DIV.TopMenuDropDownRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}

DIV.TopMenuDropDownBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuDropDownBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}

DIV.TopMenuDropDownBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}

DIV.TopMenuDropDownClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}
  

/* ************************************************* */


/* PageTopLeft - used to display any background graphics for the page
                 width is set in the index.php settings */
DIV.PageTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* PageTop - used to display any background graphics for the page
             width is set in the index.php settings */
DIV.PageTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* PageTopRight - used to display any background graphics for the page
                  width is set in the index.php settings */
DIV.PageTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* PageLeft - used to display any background graphics for the page
              width is set in the index.php settings */
DIV.PageLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* Page - used to display any background graphics for the page
          width is set in the index.php settings */
DIV.Page {
  clear:                                both;
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* PageRight - used to display any background graphics for the page
               width is set in the index.php settings */
DIV.PageRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* PageBottomLeft - used to display any background graphics for the page
                    width is set in the index.php settings */
DIV.PageBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* PageBottom - used to display any background graphics for the page
                width is set in the index.php settings */
DIV.PageBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* PageBottomRight - used to display any background graphics for the page
                     width is set in the index.php settings */
DIV.PageBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* PageClearer - used to ensure the page divisions expand
                 width is set in the index.php settings */
DIV.PageClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* ColumnContainer - used to contain the page contents and side menu column divisions
                     float is set in the index.php settings,
                     width is set in the index.php settings */
DIV.ColumnContainer {}


/* ColumnContainerClearer - used to ensure the page divisions expand
                            width is set in the index.php settings */
DIV.ColumnContainerClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* PageContentsColumn - used to contain the page contents
                        float is set in the index.php settings,
                        width is set in the index.php settings */
DIV.PageContentsColumn {}


/* PageContentsColumnClearer - used to ensure the page divisions expand
                               width is set in the index.php settings */
DIV.PageContentsColumnClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* MenuColumnTopLeft - used to display any background graphics for the menu column
                       width is set in the index.php settings */
DIV.MenuColumnTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* MenuColumnTop - used to display any background graphics for the menu column
                   width is set in the index.php settings */
DIV.MenuColumnTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* MenuColumnTopRight - used to display any background graphics for the menu column
                        width is set in the index.php settings */
DIV.MenuColumnTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* MenuColumnLeft - used to display any background graphics for the menu column
                    width is set in the index.php settings */
DIV.MenuColumnLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* MenuColumn - used to display any background graphics for the menu column
                width is set in the index.php settings,
                float is set in the index.php settings */
DIV.MenuColumn {
  background-position:                  center top;
  background-repeat:                    repeat}


/* MenuColumnRight - used to display any background graphics for the menu column
                     width is set in the index.php settings */
DIV.MenuColumnRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* MenuColumnBottomLeft - used to display any background graphics for the menu column
                          width is set in the index.php settings */
DIV.MenuColumnBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* MenuColumnBottom - used to display any background graphics for the menu column
                      width is set in the index.php settings */
DIV.MenuColumnBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* MenuColumnBottomRight - used to display any background graphics for the menu column
                           width is set in the index.php settings */
DIV.MenuColumnBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* MenuColumnClearer - used to ensure the menu column divisions expand
                       width is set in the index.php settings */
DIV.MenuColumnClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* SideMenuBlockTopLeft - used to display any background graphics for the side menu block
                          width is set in the index.php settings */
DIV.SideMenuBlockTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* SideMenuBlockTop - used to display any background graphics for the side menu block
                      width is set in the index.php settings */
DIV.SideMenuBlockTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* SideMenuBlockTopRight - used to display any background graphics for the side menu block
                           width is set in the index.php settings */
DIV.SideMenuBlockTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* SideMenuBlockLeft - used to display any background graphics for the side menu block
                       width is set in the index.php settings */
DIV.SideMenuBlockLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* SideMenuBlock - used to display any background graphics for the side menu block
                   width is set in the index.php settings */
DIV.SideMenuBlock {
  clear:                                both;
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* SideMenuBlockRight - used to display any background graphics for the side menu block
                        width is set in the index.php settings */
DIV.SideMenuBlockRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* SideMenuBlockBottomLeft - used to display any background graphics for the side menu block
                             width is set in the index.php settings */
DIV.SideMenuBlockBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* SideMenuBlockBottom - used to display any background graphics for the side menu block
                         width is set in the index.php settings */
DIV.SideMenuBlockBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* SideMenuBlockBottomRight - used to display any background graphics for the side menu block
                              width is set in the index.php settings */
DIV.SideMenuBlockBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* SideMenuBlockClearer - used to ensure the side menu block divisions expand
                          width is set in the index.php settings */
DIV.SideMenuBlockClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* SideMenuUnderBlockSpacer - used to separate the menu block from the under menu items
                              width is set in the index.php settings,
                              height is set in the index.php settings */
DIV.SideMenuUnderBlockSpacer {
  clear:                                both;
  float:                                left}


/* ************************************************* */


/* SideMenuItemCurrentTopLeft - used to display any background graphics for the side menu item current
                                width is set in the index.php settings */
DIV.SideMenuItemCurrentTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* SideMenuItemCurrentTop - used to display any background graphics for the side menu item current
                            width is set in the index.php settings */
DIV.SideMenuItemCurrentTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* SideMenuItemCurrentTopRight - used to display any background graphics for the side menu item current
                                 width is set in the index.php settings */
DIV.SideMenuItemCurrentTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* SideMenuItemCurrentLeft - used to display any background graphics for the side menu item current
                             width is set in the index.php settings */
DIV.SideMenuItemCurrentLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* SideMenuItemCurrent - used to display any background graphics for the side menu item current
                         width is set in the index.php settings */
DIV.SideMenuItemCurrent {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* SideMenuItemCurrentRight - used to display any background graphics for the side menu item current
                              width is set in the index.php settings */
DIV.SideMenuItemCurrentRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* SideMenuItemCurrentBottomLeft - used to display any background graphics for the side menu item current
                                   width is set in the index.php settings */
DIV.SideMenuItemCurrentBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemCurrentBottom - used to display any background graphics for the side menu item current
                               width is set in the index.php settings */
DIV.SideMenuItemCurrentBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* SideMenuItemCurrentBottomRight - used to display any background graphics for the side menu item current
                                    width is set in the index.php settings */
DIV.SideMenuItemCurrentBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemCurrentClearer - used to ensure the side menu item current divisions expand
                                width is set in the index.php settings */
DIV.SideMenuItemCurrentClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* SideMenuItemActiveTopLeft - used to display any background graphics for the side menu item active
                               width is set in the index.php settings */
DIV.SideMenuItemActiveTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* SideMenuItemActiveTop - used to display any background graphics for the side menu item active
                           width is set in the index.php settings */
DIV.SideMenuItemActiveTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* SideMenuItemActiveTopRight - used to display any background graphics for the side menu item active
                                width is set in the index.php settings */
DIV.SideMenuItemActiveTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* SideMenuItemActiveLeft - used to display any background graphics for the side menu item active
                            width is set in the index.php settings */
DIV.SideMenuItemActiveLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* SideMenuItemActive - used to display any background graphics for the side menu item active
                        width is set in the index.php settings */
DIV.SideMenuItemActive {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* SideMenuItemActiveRight - used to display any background graphics for the side menu item active
                             width is set in the index.php settings */
DIV.SideMenuItemActiveRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* SideMenuItemActiveBottomLeft - used to display any background graphics for the side menu item active
                                  width is set in the index.php settings */
DIV.SideMenuItemActiveBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemActiveBottom - used to display any background graphics for the side menu item active
                              width is set in the index.php settings */
DIV.SideMenuItemActiveBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* SideMenuItemActiveBottomRight - used to display any background graphics for the side menu item active
                                   width is set in the index.php settings */
DIV.SideMenuItemActiveBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemActiveClearer - used to ensure the side menu item active divisions expand
                               width is set in the index.php settings */
DIV.SideMenuItemActiveClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* SideMenuItemTopLeft - used to display any background graphics for the side menu item
                        width is set in the index.php settings */
DIV.SideMenuItemTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* SideMenuItemTop - used to display any background graphics for the side menu item
                    width is set in the index.php settings */
DIV.SideMenuItemTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* SideMenuItemTopRight - used to display any background graphics for the side menu item
                         width is set in the index.php settings */
DIV.SideMenuItemTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* SideMenuItemLeft - used to display any background graphics for the side menu item
                     width is set in the index.php settings */
DIV.SideMenuItemLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* SideMenuItem - used to display any background graphics for the side menu item
                 width is set in the index.php settings */
DIV.SideMenuItem {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* SideMenuItemRight - used to display any background graphics for the side menu item
                      width is set in the index.php settings */
DIV.SideMenuItemRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* SideMenuItemBottomLeft - used to display any background graphics for the side menu item
                           width is set in the index.php settings */
DIV.SideMenuItemBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemBottom - used to display any background graphics for the side menu item
                       width is set in the index.php settings */
DIV.SideMenuItemBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* SideMenuItemBottomRight - used to display any background graphics for the side menu item
                            width is set in the index.php settings */
DIV.SideMenuItemBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* SideMenuItemClearer - used to ensure the side menu item divisions expand
                        width is set in the index.php settings */
DIV.SideMenuItemClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* SideColumnTopLeft - used to display any background graphics for the side column
                       width is set in the index.php settings */
DIV.SideColumnTopLeft {
  float:                                left;
 background-position:                  left top;
  background-repeat:                    no-repeat}


/* SideColumnTop - used to display any background graphics for the side column
                   width is set in the index.php settings */
DIV.SideColumnTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* SideColumnTopRight - used to display any background graphics for the side column
                        width is set in the index.php settings */
DIV.SideColumnTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* SideColumnLeft - used to display any background graphics for the side column
                    width is set in the index.php settings */
DIV.SideColumnLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* SideColumn - used to display any background graphics for the side column
                width is set in the index.php settings,
                float is set in the index.php settings */
DIV.SideColumn {
  background-position:                  center top;
  background-repeat:                    repeat}


/* SideColumnRight - used to display any background graphics for the side column
                     width is set in the index.php settings */
DIV.SideColumnRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* SideColumnBottomLeft - used to display any background graphics for the side column
                          width is set in the index.php settings */
DIV.SideColumnBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* SideColumnBottom - used to display any background graphics for the side column
                      width is set in the index.php settings */
DIV.SideColumnBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* SideColumnBottomRight - used to display any background graphics for the side column
                           width is set in the index.php settings */
DIV.SideColumnBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* SideColumnClearer - used to ensure the side column divisions expand
                       width is set in the index.php settings */
DIV.SideColumnClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* BottomBannerTopLeft - used to display any background graphics for the bottom banner
                         width is set in the index.php settings */
DIV.BottomBannerTopLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    no-repeat}


/* BottomBannerTop - used to display any background graphics for the bottom banner
                     width is set in the index.php settings */
DIV.BottomBannerTop {
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat-x}


/* BottomBannerTopRight - used to display any background graphics for the bottom banner
                          width is set in the index.php settings */
DIV.BottomBannerTopRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    no-repeat}


/* BottomBannerLeft - used to display any background graphics for the bottom banner
                      width is set in the index.php settings */
DIV.BottomBannerLeft {
  float:                                left;
  background-position:                  left top;
  background-repeat:                    repeat-y}


/* BottomBanner - used to display any background graphics for the bottom banner
                  width is set in the index.php settings */
DIV.BottomBanner {
  clear:                                both;
  float:                                left;
  background-position:                  center top;
  background-repeat:                    repeat}


/* BottomBannerRight - used to display any background graphics for the bottom banner
                       width is set in the index.php settings */
DIV.BottomBannerRight {
  float:                                left;
  background-position:                  right top;
  background-repeat:                    repeat-y}


/* BottomBannerBottomLeft - used to display any background graphics for the bottom banner
                            width is set in the index.php settings */
DIV.BottomBannerBottomLeft {
  float:                                left;
  background-position:                  left bottom;
  background-repeat:                    no-repeat}


/* BottomBannerBottom - used to display any background graphics for the bottom banner
                        width is set in the index.php settings */
DIV.BottomBannerBottom {
  float:                                left;
  background-position:                  center bottom;
  background-repeat:                    repeat-x}


/* BottomBannerBottomRight - used to display any background graphics for the bottom banner
                             width is set in the index.php settings */
DIV.BottomBannerBottomRight {
  float:                                left;
  background-position:                  right bottom;
  background-repeat:                    no-repeat}


/* BottomBannerClearer - used to ensure the bottom banner divisions expand
                         width is set in the index.php settings */
DIV.BottomBannerClearer {
  clear:                                both;
  float:                                left;
  height:                               0px}


/* ************************************************* */


/* PageSpacerBottom - used to provide a spacer above the page
                      height is set in the index.php settings,
                      background graphics will be set by Body */
DIV.PageSpacerBottom {
  width:                                100%;
  clear:                                both;
  float:                                left}



/* ==================== END ==================== */
