body {

    font-family: 'Trebuchet MS';

    color: #3e464b;

    margin: 0;

    cursor: default;

}



#header {

    height: 7em;
    background: url('../images/header.png') no-repeat top;

}

  #header h1 {

      font-weight: normal;

      padding-left: 1em;

      padding-top: .5em;

/*      padding-bottom: .2em; */
		padding-bottom: .7em;
      margin: 0;

  }

  *:first-child+html #header h1 {

      padding-bottom: 0;

  }

  * html #header h1 {

      padding-bottom: 0;

  }

  #header h1 span {

      padding-left: 1em;

      color: #fff;

  }

  #header h1 a {

      text-decoration: none;

      color: #000;

  }

  #header .search {

      height: 2.4em;

      margin-top: .7em;

      padding-left: 1.2em;

      padding-right: 2em;

      background: url('../images/search.png') no-repeat top left;

      float: left;

      width: 12em;

  }

  *:first-child+html #header .search {

      margin-top: -0.05em;

      margin-right: -2em;

      background: url('../images/search_ie7.png') no-repeat top left;

  }

  * html #header .search {

      background: url('../images/search.gif') no-repeat top left;

      width: 13em;

      margin-top: 0;

      margin-right: -.2em;

  }

  #header .search input {

      margin-top: .9em;

      border: 1px solid #a0a0a0;

      padding: .2em;

      background: url('../images/inputbox.gif') repeat-x top;

  }

  *:first-child+html #header .search input {

      margin-top: .5em;

  }

  #header #topmenu {

      margin-top: 1.2em;

      height: 1.9em;

      background: url('../images/topnav.png') repeat-x top;

  }

  *:first-child+html #header #topmenu {

      margin-top: 1.6em;

  }

  * html #header #topmenu {

      margin-top: 1.7em;

  }

  #header #topmenu ul#mainlevel-nav {

      margin: 0;

      padding: 0 2em 0 0;

      position: absolute;

      right: 0;

  }

  #header #topmenu ul#mainlevel-nav li {

      margin: 0;

      padding: 0;

      list-style: none;

      float: left;

      font-size: .8em;

      letter-spacing: .01em;

  }

  #header #topmenu ul#mainlevel-nav a {

      display: block;

      text-align: center;

      text-decoration: none;

      color: #ededed;

      padding: .5em 0 .45em 0;

      width: 7em;

      background: url('../images/topnav_a.png') repeat-x top;

  }

  #header #topmenu ul#mainlevel-nav a:hover {

      background: url('../images/topnav_a.png') repeat-x bottom;

      color: #fff;

  }

  #header #topmenu ul#mainlevel-nav a:active {

      color: #999;

  }



#path_date {

    margin-top: 2em;

    margin-bottom: 2em;

    font-size: .7em;

    border-bottom: 1px dotted #555;

}



#path {

    float: left;

    padding-left: 1em;

    width: 50%;

}

#path a {

    font-weight: bold;

    text-decoration: none;

    color: #222;

}

#path a:link {

    font-weight: bold;

    text-decoration: none;

    color: #222;

}

#path a:hover {

    text-decoration: underline;

    color: #000;

}

#date {

    text-align: right;

    padding-right: 1em;

}



#leftcolumn {

    float: left;

    width: 14em;

    border-right: 1px dotted #555;

    min-height: 40em;

    padding: 1em;

    font-size: .8em;

}

  #leftcolumn .moduletable {

      margin: 1em 0 1em 0;

  }

  #leftcolumn .moduletable h3 {

      margin: .5em 0 .2em 0;

      border-bottom: 1px dotted #555;

  }

  #leftcolumn .moduletable input[type="text"], #leftcolumn .moduletable input[type="password"] {

      width: 10em;

  }

  #leftcolumn a.mainlevel {

      display: block;

      text-decoration: none;

      letter-spacing: .01em;

      color: #3e464b;

      padding: .1em .1em .1em 1.5em;

      margin: .05em;

      border: 1px solid #fff;

      background: url('../images/list.png') no-repeat center left;

  }

  * html #leftcolumn a.mainlevel {

      background: url('../images/list_ie6.gif') no-repeat center left;

  }

  #leftcolumn a.mainlevel:link {

      display: block;

      text-decoration: none;

      letter-spacing: .01em;

      color: #3e464b;

      padding: .1em .1em .1em 1.5em;

      margin: .05em;

      border: 1px solid #fff;

      background: url('../images/list.png') no-repeat center left;

  }

  * html #leftcolumn a.mainlevel:link {

      background: url('../images/list_ie6.gif') no-repeat center left;

  }

  #leftcolumn a.mainlevel:hover {

      color: #222;

      border: 1px solid #ccc;

      background-color: #f5f5f5;

  }

  #leftcolumn a#active_menu {

      border: 1px solid #ccc;

      background-color: #f5f5f5;

  }

  #leftcolumn a {

      text-decoration: none;

      color: #4F8371;  /* MBS 50b2d7 */

  }

  #leftcolumn a:link {

      text-decoration: none;

      color: #4F8371;  /* MBS 50b2d7 */

  }

  #leftcolumn a:hover {

      color: #335147; /* MBS #1e87ae */

      text-decoration: none;

  }



#rightcolumn {

    float: right;

    width: 14em;

    border-left: 1px dotted #555;

    min-height: 40em;

    padding: 1em;

    font-size: .8em;

}

  #rightcolumn .moduletable {

      margin: 1em 0 1em 0;

  }

  #rightcolumn .moduletable h3 {

      margin: .5em 0 .2em 0;

      border-bottom: 1px dotted #555;

  }

  #rightcolumn ul {

      margin: 0 0 0 1.7em;

      padding: 0;

  }

  #rightcolumn ul li {

      list-style-image: url('../images/list_c.png');

      margin: 0;

  }

  * html #rightcolumn ul li {

      list-style-image: url('../images/list_c.gif');

      margin: 0;

      border: 1px solid #fff;

  }

  #rightcolumn ul li a {

      display: block;

  }

  #rightcolumn a {

      color: #4F8371; /* MBS 50b2d7 */

      text-decoration: none;

  }

  #rightcolumn a:link {

      color: #4F8371;

      text-decoration: none;

  }

  #rightcolumn a:hover {

      color: #335147; /* MBS #1e87ae */

  }



#content {

    min-height: 40em;

    margin: 0 18em 0 18em;

    font-size: .8em;

    line-height: 1.5em;

}

* html #content {

    width: 100%;

}

  #content a {

      text-decoration: none;

      padding-bottom: .1em;

      color: #4F8371;  /* MBS 50b2d7 */

      border-bottom: 1px dotted #4F8371; /* MBS 50b2d7 */

  }

  #content a:hover {

      color: #335147; /* MBS #1e87ae */

      border: none;

  }

  #content ul li {

      list-style-image: url('../images/list_c.png');

      padding-top: 0;

  }

  * html #content ul li {

      list-style-image: url('../images/list_c.gif');

  }



  #content .componentheading {

      font-size: 1.2em; /* mbs 2em */

      letter-spacing: .04em;

      padding-bottom: .1em; /* mbs .8em */

  }



  #content .contentheading {

      font-size: 1.5em; /* mbs  1.5em */

      padding-bottom: .1m; /* mbs .5em */

      letter-spacing: .03em;

  }



  #content .small {

      color: #ccc;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .createdate {

      color: #ccc;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .modifydate {

      color: #ccc;

      padding-left: 2em;

      line-height: 1em;

  }

  #content .sectiontableheader {

      font-weight: bold;

      border-bottom: 1px solid;

  }

  #content a.readon {

      padding-left: .4em;

      padding-right: .4em;

      border-left: 3px solid #4F8371; /* MBS 50b2d7 */

      border-bottom: 1px solid #4F8371; /* MBS 50b2d7 */

  }

  #content a.readon:hover {

      background-color: #f8fdff;

      border-left: 3px solid #4F8371; /* MBS 50b2d7 */

      border-bottom: 1px solid #4F8371; /* MBS 50b2d7 */

  }



#footer {

    padding-top: 0.5em;

    height: 3em;

    margin-top: 4em;

    background: url('../images/footer.png') repeat-x top;

    clear: both;

    color: #DDD; /* MBS #999 */

}

  #footer a {

      color: #CCC; /* MBS #666 */

      text-decoration: none;

      font-weight: bold;

  }

  #footer a:link {

      color: #CCC; /* MBS #666 */

      text-decoration: none;

      font-weight: bold;

  }

  #footer a:hover {

      color: #FFF; /* MBS #333 */

      text-decoration: underline;

  }

  #footer #left {

      padding-top: 1em;

      float: left;

      font-size: .7em;

      width: 30%;

      padding-left: 20em;

  }

  #footer #right {

      padding-top: 1em;

      font-size: .7em;

      margin-left: 60%;

  }

  #footer .spreadfirefox {

      display: none;

  }

  * html #footer .spreadfirefox {

      display: inline;

      float: left;

      padding-top: 1em;

      padding-left: 1em;

  }

  *:first-child+html #footer .spreadfirefox {

      display: inline;

      float: left;

      padding-top: 1em;

      padding-left: 1em;

  }







.inputbox {

    border: 1px solid #a0a0a0;

    padding: .2em;

    background: url('../images/inputbox.gif') repeat-x top;

}

label {

    cursor: pointer;

}

label:hover {

    color: #4F8371; /* MBS 50b2d7 */

}

a img {

    border: none;

}

option {

    color: #000;

    font-weight: normal;

    background-color: #fff;

}