/* -------- global ----------- */

/* fonts in em or %, not px or pt */

body {
  font-family: Bookman, Georgia, "Times New Roman", Times, serif;
  background: #eeeeff
}

h1 {
  font-size: 250%;
  line-height: 110%
}

h2 {
  font-size: 190%;
  line-height: 110%
}

h3 {
  font-size: 150%;
  line-height: 110%
}

h4 {
  font-size: 130%;
  line-height: 110%
}

h5 {
  font-size: 110%;
}

small {
  font-size: 80%
}

.title {
  font-size: 130%;
  text-decoration: underline
}

a img { border: none; } 

A:link {text-decoration: none}
A:visited { text-decoration: none}
A:active { text-decoration: none}
A:hover { font-weight:italic }

/* ----------- containers ---------- */

#container {
width: 100%;
background-color: #eeeeff;
color: black
}

#header {
  background-color: black;
  width: 100%;
  padding: .3em
}

#header h1 {
  font-family: Bookman, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 300%;
  color: #ff3333;
  text-align: right
}

#header h3 {
  font-family: Bookman, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 150%;
  line-height: 100%;
  text-align: right;
  color: white
}


span.hleft {
  float: left;
  text-align: left;
  clear: left
  }

span.hright {
  float: right;
  text-align: right;
  clear: right
  }

/* --------- */

#navigation {
  float: left;
  width: 15%;
  margin: 0;
  padding: 1em;
  background: #000066;
  color: #eeeeff
}

#navigation a { 
  font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin: 0 0 1em 0;
  color: #ff9933 
}

#navigation p { 
  font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
  margin: 0 0 1em 0;
  color: #FF9933
 }

#navigation a:link {text-decoration: none; }
#navigation a:visited {color: #ff9933; text-decoration: none; }
#navigation a:hover {color: white; font-style: italic; text-decoration: underline; }
#navigation a:active {color: green; }

#content {
  font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
  margin-left: 20%;
  background: #eeeeff;
  color: black;
  padding: 1em
}

#content h1 { 
  text-align: center
}

#content h2 { 
  text-align: center
}

#content h3 { 
  text-align: center
}

#content h4 { 
  text-align: center
}

#content h5 { 
  text-align: center
}

#content p {
  line-height: 120%
}

#content p.block {
  margin-left: 3em;
  margin-right: 3em;
}

#content p.center {
  text-align: center
}

#content a {
  color: black
}

#content li {
  line-height: 120%;
  margin-bottom: 1em
}
 
#content a:link {text-decoration: none; }
#content a:visited {color: #000033; text-decoration: none; }
#content a:hover { color: #000066; text-decoration: underline; }
#content a:active {color: green; }

#content a.mail { text-decoration: underline; }

#content .floatright {
  float: right;
  margin: 2px 2px 10px 10px;
  clear: right
}

#content .floatleft {
  float: left;
  margin: 2px 2px 10px 10px;
  clear: left
}


#footer {
  clear: both;
  font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
  width: 100%;
  background: #000033;
  color: #eeeeff;
  border-top: 2px black;
  text-align: center
}

#footer a {
  margin: 1em;
  text-align: right;
  color: #eeeeff
}

#footer .small {
  color: #eeeeff;
  font-size: 80%;
  line-height: 150%;
  text-align: center;
  align: center
}
