/* orange site */

a:hover div.backgrounddiv {
  background: #FAE2A3;       /* higher saturation */
  /* background: #BE5303; */ /* a very dark orange */
  /* background: #FAE8B8; */ /* a light orange */
  /* background: #66CC66; */ /* green */
  /* background: #A2B8DF; */
  width: 125px;
}

td.selmenucell div.backgrounddiv {
  color:      #333333;
  background: #FAE2A3;       /* higher saturation */
  width:      125px;
}

a:hover div.homediv div.backgrounddiv {
  background: #A2B8DF; /* blue */
  width: 125px;
}

/*
td.seplinecolor_blue {
  background-color: #034EA2;
}
*/

.titleline {
  font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:       8pt;g
  color:           #FFFFFF;
  text-decoration: none;
  padding-top:     1px;
  padding-left:    2px;
  padding-right:   2px;
  padding-bottom:  1px;
}

.headfootrow { 
  background: #FAE8B8;
  /* background: #66CC66; */ /* green */
  /* background: #33D233; */
  /* background: #009900; */ /* this is too dark */
}
.titlerow { /* the very top row which contains the headline picture */
  background:          #FAE8B8;
  border-width:        1px; 
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
}

td.middleheadercell {
  width:             799px;
  height:            24px;
  vertical-align:    top;
  background-image:  url(../images/middle_banner_empty_orange.png);
  background-repeat: no-repeat;

  padding-top:       2px;
  padding-right:     2px;
}
.middleheadertext {
  text-align:        right;
  text-decoration:   none;
  font-size:         16px;
  font-weight:       bold;
/*  color:             #33CC33; */
/*  color:             #66CC66; */
/*  color:             #AAAAAA; */ /* gray */
  color:             #BE5303;
  padding-left:      2px;
  padding-top:       2px;
}

td.contentwrappercell {
  text-align:         left;
  vertical-align:     top;
  width:              100%;
  border-width:       1px;
  border-top-color:   #BE5303;
  border-right-color: #BE5303;
  border-top-style:   solid;
  border-right-style: solid;
}
.contentsection {
  text-align: left;
}

div.sidesection {
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
  border-width:        1px;
}

div.newssection {
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
  border-width:        1px;

  letter-spacing:   0.5pt;
  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:        8pt;
  line-height:      12pt;
  color:            #000000;
}
div.newsdate {
  letter-spacing:   0.5pt;
  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:        8pt;
  line-height:      12pt;
  color:            #000000;
}

div.sectionheader {
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
  border-width:        1px;
}
div.line {
  width:               100%;
  height:              1px;
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
  border-width:        1px;
}

h4 {
  width:               100%;
  border-bottom-color: #BE5303;
  border-bottom-style: solid;
  border-width:        1px;
}

pre {
  width:      95%;
  padding:    1em;
  border:     1px solid #BE5303;
  color:      black;
  background: #FAE8B8;
}
