@charset "utf-8";
/* -- Clear Fix -- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
  clear:both;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0px 0px 0px 0px;
  height: 100%;
  font-size: 76%;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
}

#header_l {
  background-image: url(../images/banner2.png);
  background-repeat: no-repeat;
/*  background-position: 850px 0px; */
  background-position: top right;
}

#header_2 {
    display: none;
}

div#wrapper {
  margin-left: auto;
  margin-right: auto;
  min-width: 850px;
  max-width: 1050px;
}

*html #wrapper {
        width:expression(this.offsetWidth>850?1050:850);
}

#leftcolumn {
  padding: 0;
  margin: 0;
  width: 250px;
  float:left;
  background-color: #ffffff;
  text-align: left;
  height: auto;
}

/*
#rightcolumn {
  padding: 0;
  margin: 0;
  width: 776px;
  float:right;
  background-color: #ffffff;
  text-align: left;
}
*/

#maincolumn2 {
  margin-left: 250px;
  float: none;
  /*width: 100%;*/
}

:focus {
  -moz-outline-style: none;
}

.selection {
   background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-left:6px;
}
.selection1 {
  background-color:#B6CFC5;
}

.selection2 {
  background-color:#c8e8d9;
  color: #5A7F6E;
}

.selection3 {
  background-color:#e3ede9;
}

.selection4 {
  background-color:#e3dabd;
}

.selection5 {
  background-color:#f0e7ca;
}

.selection6 {
  background-color:#f5edd8;
}

.selection7 {
  background-color:#fdf7e8;
}
.selection8 {
  background-color:#fef8ce;
}

.selection9 {
  background-color:#E4F3EC;
}

.mainlevel, a.mainlevel:link,  a.mainlevel:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  color: #5A7F6E;
  text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 2em;
  color: #5A7F6E;
  text-decoration: none;
}

a.sublevel2:link, a.sublevel2:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 26px;
  line-height: 2em;
  color: #5A7F6E;
  text-decoration: none;
}

a.mainlevel:hover, a.sublevel:hover, a.sublevel2:hover {
  color: #7E8B86;
  text-decoration: underline;
}

a#activemenu {
  color: #7E8B86;
}

.linkpath {
  font-size: 10px;
  line-height: 25px;
  color: #3F5548;
}