/* Graphic menu buttons */

img.head {
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 150px;
  border-style: none;
}

img.photo1 {
  position: absolute;
  top: 245px;
  left: 270px;
  width: 200px;
  height: 150px;
  border-style: none;
  z-index: 2;
}

img.mainphoto {
  position: absolute;
  top: 241px;
  left: 211px;
  width: 298px;
  height: 152px;
  border-style: none;
  z-index: 2;
}

img.calendar {
  position: absolute;
  top: 155px;
  left: 15px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.umyf {
  position: absolute;
  top: 155px;
  left: 200px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.connect {
  position: absolute;
  top: 235px;
  left: 50px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.events {
  position: absolute;
  top: 235px;
  left: 25px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.photos {
  position: absolute;
  top: 155px;
  left: 550px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.music {
  position: absolute;
  top: 405px;
  left: 375px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.missions {
  position: absolute;
  top: 155px;
  left: 375px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.involved {
  position: absolute;
  top: 405px;
  left: 15px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.forms {
  position: absolute;
  top: 405px;
  left: 200px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}

img.middle {
  position: absolute;
  top: 230px;
  left: 525px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 2;
}

img.high {
  position: absolute;
  top: 310px;
  left: 525px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 2;
}

img.confirm {
  position: absolute;
  top: 310px;
  left: 25px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 2;
}

img.staff {
  position: absolute;
  top: 405px;
  left: 550px;
  width: 175px;
  height: 70px;
  border-style: none;
  z-index: 3;
}


/* Anchor style */

a.imgmenu {
  text-decoration: none;
}


/* Breaking news area */

img.news { 
  position: absolute;
  top: 480px;
  left: 0px;
  height: 65px;
  width: 65px;
  border-style: none;
  z-index: 2;
}

div.news {
  position: absolute;
  top: 500px;
  left: 0px;
  height: 100px;
  width: 550px;
  background: black;
}

div.newstext {
  position: absolute;
  top: 3px;
  left: 90px;
  height: 95px;
  width: 450px;
  font-family: arial, "courier new", sans-serif;
  font-size: 8pt;
  color: white;
  background: black;
  text-align: left;
  z-index: 3;
}

div.newstext h1 {
  font-size: 10pt;
  font-style: bold;
  margin-bottom: 2px;
  padding-bottom: 0px;
} 

div.newstext ul {
  font-size: 8pt;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 1px;
}

div.newstext ul li {
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


/* Search area */

form.search {
  font-family: "Comic Sans MS", arial, sans-serif;
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}

table.search {
  position: absolute;
  left: 550px;
  top: 500px;
  width: 200px;
  height: 96px;
  text-align: center;
  background: rgb(0,0,153);
}

table.search tr {
  width: 200px;
  text-align: center;
  height: 96px;
}

table.search tr td {
  width: 200px;
  height: 96px;
  text-align: center;
}
