
/* HTML4 named colors */
.black   { color: #000000; }
.silver  { color: #c0c0c0; }
.grey    { color: #808080; }
.white   { color: #ffffff; }
.maroon  { color: #800000; }
.red     { color: #ff0000; }
.purple  { color: #800080; }
.fuchsia { color: #ff00ff; }
.green   { color: #008000; }
.lime    { color: #00ff00; }
.olive   { color: #808000; }
.yellow  { color: #ffff00; }
.navy    { color: #000080; }
.blue    { color: #0000ff; }
.teal    { color: #008080; }
.aqua    { color: #00ffff; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 10%;
  margin-right: 10%;
}

/* Dragonfly */
#dragonfly {
  margin-top: 3em; 
  width: 12em; 
  heigth: 12em;
}

/* Header */
#header {
  color: black;
}

#header #header_image {
  float: right;
}

#header #header_image img {
  width: 6em;
  height: 6em;
  border: 0;
}

#header_main {
  text-align: center;
}

#header h1 {
  margin: 0;
  padding: 0;
  color: black;
}

/* Navigation */
#nav {
}

#nav_main table {
  margin-left: auto;  
  margin-right: auto;  
}

a.nav_link {
  border-bottom:medium none;
  color:#B8D2BE;
  font-family:Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  line-height:11px;
  text-decoration:none;
  text-transform:uppercase;
  word-spacing:normal;
}

a.nav_link:hover {
  color:#136926;
  font-family:Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  line-height:11px;
  text-decoration:none;
  text-transform:uppercase;
  word-spacing:normal;
}

a.nav_link:active {
  color:#136926;
  font-family:Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  line-height:11px;
  text-decoration:none;
  text-transform:uppercase;
  word-spacing:normal;
}


/* Main */
#main {
  font-size: 0.9em;
  margin-top: 2em;
  color: #696969;
}

#main a { 
  color: green;
  text-decoration: none;
}

#main a:hover	{ 
  color: #136926;
  text-decoration: none;
}

#main a:active {
  color: #136926;
  text-decoration: none;
}

/* Content */
#content {
}

.spaced_list li {
  margin-bottom: 1em;
}
