/* $Id: style.css,v 1.3 2009/09/19 15:54:38 bjn Exp $ */

html {
  background: #dddddd;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

h1 {
  margin-bottom: 0;
  text-align: center;
}

hr {
  display: none;
}

#header {
  background: #3b5a9a url(/images/gradient.png) repeat-x top left;
  border-bottom: 2px solid gray;
  height: 112px;
  padding-top: 8px;
}

#logo {
  text-align: center;
}

#content {
  background: white;
}
#inside_content {
  border-bottom: 2px solid gray;
}

.nav {
  border-bottom: 1px dotted gray;
  color: black;
  cursor: pointer;
  height: 48px;
  padding: 0;
  text-decoration: none;
}
.navimage {
  background: white;
  float: left;
  text-align: center;
  width: 160px;
}
.navimage img {
  border: 0;
}
.noimage {
  line-height: 48px;
}
.navtext {
  float: left;
  font-size: 16pt;
  line-height: 48px;
  padding-left: 8px;
}
.navtext a {
  color: black;
  text-decoration: none;
}
.nav:hover {
  background: lightskyblue;
}
.navlast {
  border-bottom: none;
}

#footer {
  background: #dddddd;
  border-top: 2px solid gray;
  height: 60px;
  padding: 4px 0 0 12px;
}
