@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: 495px;
  height: 520px;
  margin: 20px auto;
  background-color: transparent;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
  float: left;
  width: 346px;
  height: 520px;
  background-color: #f6ead2;
  background-image: url(vmi-cadets-med.jpg);
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-top: 0px;
  border: 0px solid #ff0000;
}

a {
  color: #000;
}

a:hover {
  color: #008000;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 350px;
  border: 0px solid #000;
}

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

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


ul {
  position: relative;
  float: left;
  clear: none;
  width: 145px;
  height: 515px;
  padding-top: 5px;
  text-align: center;
  border: 0px solid #9400D3;
}

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

ul a {
  color: #000;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 10px;
  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);
  }