/* ---------------------------------------------------------------------- */
/* CSS DEFINITIONS */
/* ---------------------------------------------------------------------- */
* {
  margin:           0;
  padding:          0;
}

/*
div {
  border: 1px solid #000000;
}
*/

body {
  margin-left:      10px;
  margin-right:     10px;
  margin-top:       10px;
  margin-bottom:    10px;
  background-color: #FFEDD0;

  font-family:      Helvetica, Arial, Tahoma, Courier;
  text-align:       center;
}

p, span {
  font-size:        0.8em;
}

h1 {
  margin-bottom:    1.4em;
  font-size:        1.2em;
}

h2 {
  margin-top:       1.0em;
  margin-bottom:    0.4em;
  font-size:        1.0em;
}

img {
  border:           0;
}

hr {
  margin-top:       1em;
  margin-bottom:    1em;
  height:           1px;
}

a {
  text-decoration:  none;
  color:            #0000FF;
}

a:hover {
  text-decoration:  underline;
  color:            #0000FF;
}

#frame {
  width:            900px;
  text-align:       left;
}

#header div {
}

#headeraddress {
  float:            left;
  width:            35%;
}

#headerinfo {
  float:            left;
  width:            40%;
  margin-top:       1.2em;
  font-size:        1.3em;
  text-align:       center;
}

#headerlogo {
  float:            right;
  width:            25%;
  margin-top:       0.5em;
}

#content {
  clear:            both;
}

#contenttext {
  float:            left;
  width:            560px;
}

#contentimages {
  float:            right;
  width:            320px;
}

#contentimage1 {
  width:            320px;
}

#contentimage2 {
  float:            left;
  margin-top:       20px;
  width:            150px;
}

#contentimage3 {
  float:            right;
  margin-top:       20px;
  width:            150px;
}

#footer {
  clear:            both;
  text-align:       center;
}

.texthighlight {
  font-weight:      bold;
}

.textdiscrete {
  font-size:        0.7em;
  color:            #999999;
}

.textdiscrete a {
  color:            #999999;
}

.textdiscrete a:hover {
  color:            #999999;
}

















