body{
  background-image: url(../images/water.jpg);
  background-repeat: repeat;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  margin: 0;
  border: 0;
  text-align: center;
}

hr{
  border-top: solid #114479 1px;
  clear: both;
}

div{
  margin: 0;
  border: 0;
  padding: 0;
}

img{
  border: 0;
  margin-right: 6px;
}

h1{
  color: #114479;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  border: 0;
  padding: 0;
}

h2{
  font-size: 125%;
  font-weight: bold;
}

a{
  color: #114479;
  text-decoration: underline;
}

.alignleft{
  text-align: left;
}

.alignmiddle{
  text-align: center;
}

.alignright{
  text-align: right;
}

#pagewrap{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
}

#top{
  background-image: url(../images/head.png);
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 12px 0 12px 0;
  border: 0;
  padding: 0;
}

#logo{
  text-align: center;
  padding-bottom: 8px;
}

#logo img{
  border: 0;
  margin: 0;
}

#logo p{
  margin: 0 0 8px 0;
  color: #114479;
  font-weight: bold;
}

#mid{
  background-image: url(../images/top.png);
  background-position: top;
  background-repeat: repeat-y;
  margin: 12px 0 0 0;
  border: 0;
  padding: 0;
}

#content{
  text-align: left;
  padding: 12px;
}

#footer{
    clear: both;
  background-image: url(../images/bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 4px 12px;
  text-align: center;
}

#footer p{
  color: #114479;
  font-size: 80%;
  border-top: solid #114479 1px;
  padding-top: 2px;
}

#nav{
  margin-top: 4px;
}

#nav a{
  background-image: url(../images/menu_bubble.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #114479;
  padding: 0 8px 0 17px;
  text-decoration: none;
}

#nav a:hover{
  text-decoration: underline;
}