/* General formatting */

body {
  font-family: "Arial", sans-serif;
  font-size: 8pt;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

h2 {
  font-size: 10pt;
  text-decoration: underline;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
}

p {
  margin-top: 10px;
}

ul li {
  margin-top: 20px;
}

span {
  font-size: 10pt;
  font-weight: bold;
}


/* Header for content pages */

img.pagehead {
  position: absolute;
  top: 0px;
  left: 120px;
  width: 630px;
  height: 80px;
}

img.pagename {
  position: absolute;
  top: 5px;
  left: 570px;
  width: 175px;
  height: 70px;
  z-index: 2;
}

img.pagenamelong {
  position: absolute;
  top: 5px;
  left: 540px;
  width: 205px;
  height: 70px;
  z-index: 2;
}

div.pagehead {
  position: absolute;
  top: 0px;
  left: 120px;
}

div.pagename {
  position: absolute;
  top: 5px;
  left: 450px;
  z-index: 2;
}

div.pagenameconfirm {
  position: absolute;
  top: 5px;
  left: 420px;
  z-index: 2;
}


/* Left menu area */

div.leftmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 800px;
  width: 120px;
  background: black;
  color: white;
  text-align: center;
}

div.leftmenu1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1300px;
  width: 120px;
  background: black;
  color: white;
  text-align: center;
}

div.leftpad {
  text-align: center;
}

div.copyright {
  position: absolute;
  top: 750px;
  left: 5px;
  width: 110px;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: white;
  background: black;
}

div.copyright1 {
  position: absolute;
  top: 1250px;
  left: 5px;
  width: 110px;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: white;
  background: black;
}

img.lefthead {
  position: relative;
  top: 5px;
  left: 0px;
  width: 110px;
  height: 153px;
}

img.leftcross {
  position: absolute;
  top: 550px;
  left: 5px;
  width: 110px;
  height: 180px;
}

img.leftcross1 {
  position: absolute;
  top: 1050px;
  left: 5px;
  width: 110px;
  height: 180px;
}

a.menu {
  text-decoration: none;
  font-family: "Comic Sans MS", arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: white;
  background: black;
}

a.menu:hover {
  color: yellow;
}

form.search {
  font-family: "Comic Sans MS", arial, sans-serif;
  font-size: 8pt;
  margin-top: 25px;
}

table.search {
  position: absolute;
  left: 5px;
  width: 100px;
}

table.search tr {
  width: 100px;
  text-align: center;
}


/* Main content area */

div.content {
  position: absolute;
  top: 95px;
  left: 135px;
  width: 615px;
  height: 100%;
  font-family: arial, sans-serif;
  font-size: 8pt;
  background: white;
}

div.center {
  margin-top: 5px;
  text-align: center;
}

p.andrew {
  position: absolute;
  top: 0px;
  left: 100px;
  font-size: 17pt;
  font-weight: bold;
  font-family: century gothic;
  color: goldenrod;
}

p.test {
  position: absolute;
  top: 50px;
  left: 200px;
  font-size: 14pt;
  font-weight: bold;
}
