/*sets background colour, fonts*/
body {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  background-color: #bee0df;
  background-position: 0px 0px;
}
/*heading formats*/

h1 {
  font-size: 30px;
  color: #1859a5;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  color: #1859a5;
  font-weight: normal;
  line-height: 75%;
  text-align: left;
  text-decoration: underline;
}

h3 {
  font-size: 20px;
  color: #1859a5;
  font-weight: normal;
  line-height: 75%;
}
/*sets position of ravsmall*/

#ravsmall {
  background-image: url(ravsmall.jpg);
  background-repeat: no-repeat;
  height: 110px;
  width: 150px;
  left: 0px;
  top: 0px;
  background-position: 10px 10px;
  position: absolute;
}
/*sets position of 4star symbol*/

#fourstar {
  background-image: url(fourstar.png);
  background-repeat: no-repeat;
  height: 110px;
  width: 100px;
  left: 150px;
  top: 0px;
  background-position: 10px 10px;
  position: absolute;
}
/*sets position of address*/

#address {
  top: 5px;
  left: 250px;
  width: auto;
  text-align: center;
}
/*sets position of emblems*/

#emblems {
  background-image: url(walkcycle.jpg);
  background-repeat: no-repeat;
  height: 120px;
  width: 200px;
  background-position: 10px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* places page title*/

#pagetitle {
  top: 110px;
  left: 40px;
  position: absolute;
}

#pagetitle h1{
  color: #1859a5;
}
/*sets vertical navigation bar*/

#navv li {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  float: left;
}

#navv {
  top: 200px;
  left: 5px;
  font-weight: bold;
  width: 9em;
  position: absolute;
  line-height: 2em;
}

#navv a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  background-color: #1859a5;
  padding: 2px 2px 2px 3px;
  width: 100px;
  margin-left: 2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  font-weight: normal;
  margin-bottom: 2px;
}

#navv a:hover {
  background: #99ffff;
  border-right: 2px solid #1859a5;
  border-bottom: 2px solid #1859a5;
  color: black;
}

#navv a:visited {
  color: #f9c7c2;
}
/*descriptivetext*/

#destext {
  top: 180px;
  left: 200px;
  width: auto;
  text-align: left;
  position: absolute;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  padding: 10px;
}
/*footer definition*/

#footer {
  bottom: -50px;
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #1859a5;
  border-top: 2px solid #1859a5;
}
/*menu definition*/

#menu {
  text-align: center;
  line-height: 100%;
  list-style-type: square;
}

#menu li{
  list-style-type: none;
}