@import url("blue-adv.css");

/* basic body styling */
body {
  background: url("../i/bg.gif") fixed no-repeat bottom right #557;
  color: #eee;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
}

/* cache the silly image so rollovers are faster */
.cache {
  visibility: hidden;
  display: none;
}

/* link colors */
a {
  color: #fc6;
  text-decoration: none;
}

a:visited {
  color: #fc6;
}

a:active {
  color: #fc6;
}

a:hover {
  text-decoration: underline;
}

/* logo / home link */
p#logo {
  margin-left: 33%;
  width: 67%;
  margin-bottom: 2%;
  text-align: center;
}

/* nav */
ul#nav {
  padding-left: 0;
  margin-left: 33%;
  width: 67%;
  text-align: center;
}

ul#nav li {
  margin: 0 0 0 1em;
  padding: 3px;
  text-align: left;
  list-style: url(../i/bullet.gif);
}

ul#nav li.current {
  color: #000;
  background: #fc6;
}

/* appearance stuff */
p#motto {
  color: #999;
  letter-spacing: 2px;
  font-size: 1.2em;
}

address {
  clear: both;
  color: #ccc;
  letter-spacing: 1px;
  background: #446;
  font-size: 1.2em;
  text-align: center;
  font-style: normal;
}

h1 {
  font-size: 1.8em;
  letter-spacing: 2px;
  font-family: palatino, georgia, times, serif;
}

h2 {
  font-size: 1.4em;
  text-align: right;
  margin: -3px -3px 0 -3px;
  padding-right: 3px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

div.section {
  border: 1px solid #557;
  padding: 3px;
  margin: 5px 0;
}

th, td {
  vertical-align: top;
  border-bottom: 1px solid #446;
}

img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div#navigation {
  font-size: 1.2em;
}

div#main {
  font-size: 1.2em;
}

div#announcements {
  font-size: 1.2em;
}

* html h2 {
  background: #446;
  font-size: 1.6em;
}

* html th, * html td {
  font-size: 1.2em;
}
