@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #4b448a;
  color: #fff;
}

.page {
  max-width: 300px;
  height: auto;
  margin: 30px auto;
  position: relative;
  background-color: transparent;
  border: 0px solid #000;
}

header {
  max-width: 300px;
  min-height: 240px;
  margin: 20px auto 20px auto;
  background-image: url(iroquoisflag-sm.jpg);
  background-position: center 20px;
  background-repeat: no-repeat;
}

 a {
  color: #fff;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}


ul {
  width: 250px;
  margin: 0px auto;
  height: 470px;
  text-align: center;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 0px;
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

.final {
  margin-bottom: 20px;
  border: 0px solid #000;
}

ul a {
  color: #fff;
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 7px;
  border: 1px solid #675EB0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.15);
  }