/* GLOBALS: definitions used by and affecting the BASS COMPANY PUBLIC site
                                        defines global containers and the main menu  */
body, table, div, span, td, tr {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     font-weight: bold;                 /* basically used only by the pages */
     color: #000000;                    /* in the root directory of the site */
     background: #ffffff;
     margin: 0;
     padding: 0;
     border: 0 0 0 0;
}

#outer {                                /* defines and displays the "outer box" */
     border: 3px outset #0080FF;
     width: 760px;
     height: 490px;
     margin: auto;                      /* centers it in viewers screen */
}

#content {                              /* the container for page content */
     height: 364px;
     width: 760px;
     text-align: center;
}

#spacer {                               /* eliminates problems when first content <div> */
     width: 470px;                      /* uses a margin for downward location */
     height: 40px;                      /* also assures uniformity of location */
     margin: auto;
}

.subcont {                              /* standard text content cell */
     width: 470px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     text-align: left;
}

#footer {                               /* contains the copyright */
     height: 30px;
     width: 760px;
     font-size: 10px;                    /* fixed size for copyright */
     font-weight: normal;
     color: #0000B0;
     text-align: center;
}


form {
     margin: 0;
}






div.menuBar {
     background-color: transparent;
     text-align: left;
}

div.menuBar a.menuButton {
     position: relative;
     left: 0px;
     top: 0px;
     margin: 0 15px 0 0;
     border: 0 0 0 0;
     padding: 0 0 0 0;
     background-color: transparent;
     cursor: default;
     z-index: 100;
}

div.menuBar a.menuButton:hover {
     border: 0 0 0 0;
     background-color: transparent;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
     background-color: transparent;
     color: transparent;
}
.menubutton img {
     vertical-align: bottom;
}

* html div.menu {             /* hack for IE moves menu up to bottom of button */
     margin-top: 3px;
}
div.menu {
     position: absolute;
     margin-top: -3px;
     left: 0px;
     top: 0px;
     border: 3px solid #0080FF;
     background-color: #FFFFFF;
     padding: 1px 1px 1px 1px;
     visibility: hidden;
     z-index: 101;
}














div.menu,
div.menu a.menuItem {
     font-style: normal;
     font-size: 15px;
     color: #FFFFFF;
}

div.menu a.menuItem {
     font-size: 15px;
     color: #000077;
     cursor: default;
     display: block;
     padding: 0 0 0 0;
     text-decoration: none;
     white-space: nowrap;
     text-align: left;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
     background-color: #9BAECC;
     color: #FFFF00;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
     margin-right: -9px;
}

div.menu div.menuItemSep {
     border: 1px inset #FFFFFF;
     margin: 4px 2px;
}
