@import url("twocol.css");

body {
  background: #036;
  margin: 0; padding: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

:link, :visited {
  color: #036;
  border-bottom: 1px dotted #036;
  text-decoration: none;
}
:link:hover, :visited:hover, #toplinks li :link:hover, #toplinks li :visited:hover, #bottomlinks li :link:hover, #bottomlinks li :visited:hover {
 background-color: #eee;
 border-bottom: 1px solid;
}

#toplinks li a:link, #toplinks li a:visited, #bottomlinks li :link, #bottomlinks li :visited {
  color: #036;
  text-decoration: none;
}

p, li {
  line-height: 150%;
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; }

img { border: none; }

blockquote.front {
  color: #036;
  font-style: italic;
  font-family: serif;
  font-size: 130%;
}

img.illustration, img.portrait {
  display: block;
  border: 1px solid #036;
  padding: 4px;
}
img.illustration {
  float: right;
  margin: 1em 0 1em 1em;
}
img.portrait {
  float: left;
  margin: 0 1em 1em 0;
}
div.email {
  margin: 1em 0;
}

.navlinks {
  display: inline;
  list-style: none;
  margin: 0;
  padding: .3em 0;
}
.navlinks li {
  display: inline;
  margin: .3em 0;
  border-left: 1px solid #036;
  padding: 0;
}
.navlinks li > * { margin: .2em .5em }

.navlinks li:first-child {
  border-left: none;
  padding-left: 0;
}

#topbar {
  background: white;
  padding: 1.5em;
  border-bottom: 2px solid #036;
}
/* IE win hack \*/
* html #topbar { height: 1%; }
/* */
#topbar :link, #topbar :visited, #bottombar :link, #bottombar :visited { border-bottom: none; }
#topbar :link:hover, #topbar :visited:hover { background: transparent; }

#toplinks {
  float: right;
}
#toplinks li {
  text-transform: uppercase;
}
#wrapper {
  margin: 0 70px;
}

#content {
  background: white;
  border: none;
  font-size: smaller;
}
#main {
  padding: 1em;
}

#bottombar {
  position: relative;
  bottom: 0px;
  background: #ccc;
  padding: 1em;
  clear: both;
  border-top: 2px solid #036;
  color: #036;
}

/* IE win hack \*/
* html #bottombar { height: 1%; }
/* */
#bottomlogo { float: right; }
#bottomlinks { font-size: smaller; }

#legal {
  padding-top: .2em;
  color: #69b;
  clear: both;
  font-size: x-small;
}

@media print {
  #toplinks, #bottombar { display: none; }
  #wrapper { margin: 0 }
}

.casetitle { font-style: italic; }
