
body {
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}

h2 {
  font-weight: bold;
  font-size: 25px;
  font-style: oblique;
}

h4 {
  text-align: center;
  color: blue;
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0px 15px 0px;
}

p {
  margin: 15px 0px 5px 0px;
}

#head {
}

#banner {
  background-image: url(images/top_background.gif);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.5em;
  height: 20px;
}

#divider {
  background-image: url(images/header_bar1.gif);
}  

#navigation {
  width: 193px;
  vertical-align: top;
  background-color: #000000;
}

#navigation a {
  padding-left: 10px;
  height: 24px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: block;
  color: #FFFFFF;
  background: url(images/nav_button.gif) repeat-x right top;
  background-color: #0000FF;
  overflow: hidden;
}

#nav_tag {
  text-align: center;
  padding-top: 15px;
  color: #FFFFFF;
  font-family: arial;
}

#content {
  vertical-align: top;
  padding-left: 10px;  
}

/* Page Specific Tags */

#au_list {
  width: 100%;
}

#au_list li {
  color: blue;
  margin-left: 25px;
  list-style-type: square;
}

#mailform {
  border: 0px;
  height: 650px;
  width: 500px;
}

.noshow {
width:5px;
visibility:hidden;
}

.linklist ul li {
  margin-left: 25px;
  list-style-type: disc;
}
