@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: #F9F2D7;
  color: #000;
}

.page {
  max-width: 800px;
  height: 600px;
  margin: 20px auto;
  background-color: #F3DFC2;
  background-image: url(vmi-cadets-lg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
  float: left;
  left: 460px;
  width: 340px;
  height: 290px;
  padding-top: 40px;
  border: 0px solid #87CEEB;
}

a {
  color: #000;
}

a:hover {
  color: #008000;
}

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

h2 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

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


ul {
  position: relative;
  float: left;
  clear: left;
  left: 460px;
  width: 335px;
  padding-left: 5px;
  text-align: center;
  border: 0px solid #9932CC;
}

li {
  float: left;
  margin-left: 10px;
  width: 150px;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #000;
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #22213F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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