body {
  background: #FFF;
  font: normal small Arial, sans-serif;
  color: #000;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  color: #256;
}
h1 { font-size: 200%; margin-top: 0em; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

li, li ul, li ol {
     margin-top: 0.3em;
  margin-bottom: 0.3em;
}

p, ul, ol {
     margin-top: 0.8em;
  margin-bottom: 0.8em;
}

#content ul li { list-style: url('../images/globe_bullet.png'); }

a { text-decoration: underline; }
a:link { color: #00F; }
a:visited { color: #404; }
a:active,
a:hover { color: #F00; }

acronym, abbr, .help { border-bottom: 1px dashed #AAA; cursor: help; }

h1, h2, h3, h4, h5, h6,
hr, a { background: transparent; }

hr { color: #AAA; height: 0px; }

small, .small, sub, sup, #footer { font-size: 80%; }
big, .big { font-size: 120%; }

img.photo { border: 1px solid #000; }

@media screen {

html, body {
  height: 100%;
  width: auto;
}

html { overflow: hidden; }
body { overflow: auto; }

#navi {
  position: absolute;
  top: 150px;
  z-index: 3;
  text-align: right;
  font-size: 14px;
}

#navi li {
  list-style: none;
  margin: 10px 0px;
}

#navi li a {
  padding: 2px 25px;
  background: transparent url('../images/globe_on-off.png') scroll no-repeat right 1px;
  font-weight: bold;
  text-decoration: none;
}

#navi li a:hover {
  background: transparent url('../images/globe_on-off.png') scroll no-repeat right -30px;
}

#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#niceic {
  position: absolute;
  bottom: 10px;
  right: 35px;
  cursor: help;
}

} /* end @media screen */


@media screen, print {

#content {
  margin: 100px 200px 50px 30px;
}

#footer {
  padding: 7px 30px;
  width: 75%;
  background: #FFF;
}

#header, #footer { border-top: 2px solid #256; }

#header, #borderTop {
  position: absolute;
  left: 0px;
  width: 100%;
}

#header {
  top: 50px;
  z-index: 5;
}

#borderTop {
  top: 0px;
  background: #FFF;
  height: 50px;
  z-index: 4;
}

#globe, #navi { right: 50px; }

#globe {
  position: absolute;
  top: 14px;
  z-index: 10;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}

}


@media print {
  #footer { width: 70% ! important; }
  #navi { display: none; }
  #niceic {
    float: right;
    margin: -20px 20px 0px 0px;
  }
}