#kanji {
  position: absolute;
  left: 950px;
  top: 0px;
  width: 160px;
  z-index: 0;
}

#header {
  position: absolute;
  background-color: #ffd6ad;
  top: 0px;
  left: 170px;
  width: 768px;
  height: 105px;
}

#navigation {
  position: absolute;
  left: 5px;
  top: 260px;
  width: 160px;
  height: 500px;
  background-color: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

#navigation a {
  color: White;
  text-decoration: none;
}

#navigation a:hover {
  color: #ffd6ad;
}

#body {
  position: absolute;
  left: 172px;
  top: 800px;
  width: 763px;
  background-color: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11pt;
  z-index: 1;
}

#body a {
  color: #0000CD;
  text-decoration: none;
}

#welcome {
  font-size: 12pt;
  z-index: 1;
}

#journey {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11pt;
  color: #708090;
}

form #contact {
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #999999;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  text-align: right;
}

.input-text {
  width: 18em;
}

.required {
  color: red;
}

label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  font-family: Arial, Sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #191970;
}

.submit input {
  margin-left: 10.5em;
  font-size: 10pt;
}

#bio {
  font-size: 10pt;
  color: black;
}

#backup a {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.schedule a {
  color: #00BFFF;
  text-decoration: none;
}

#schedule thead {
  background: black;
  color: white;
}

#schedule td {
  border-bottom: medium solid #ff0000;
}

img {
  border: 0px;
}

#background {
  position: absolute;
  left: 172px;
  top: 115px;
  width: 760px;
  background-color: transparent;
  z-index: 0;
}

#intro {
  position: absolute;
  left: 200px;
  top: 115px;
  width: 480px;
  background-color: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11pt;
  z-index: 1;
}

#intro a {
  color: #0000CD;
  text-decoration: none;
}

#news {
  position: absolute;
  left: 700px;
  top: 115px;
  width: 210px;
  background-color: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 9pt;
  z-index: 1;
}

#news a {
  color: #0000CD;
  text-decoration: none;
}

#content {
  position: absolute;
  left: 200px;
  top: 115px;
  width: 700px;
  background-color: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 11pt;
  z-index: 1;
}

#content a {
  color: #0000CD;
  text-decoration: none;
}

#bios {
  padding-right: 20px;
}

hr {
	color: #708090;
	height: 1px;
}

#announcements a {
  color: #cdcdcd;
  text-decoration: underline;
  color:blue;
  font-size:10pt;
  font-weight:bold
}

#announcements  td {
  vertical-align: top;
  text-align: left;
}
#announcements  img{
	border: 1px black solid;
	height: 80px;
	width: 100px;
}

#subtext {
  color: #cdcdcd;
  color:black;
  font-size:8pt;
}

#uitn {
  display: inline-block;
  width: 680px;
  vertical-align: top;
  text-align: left;
}

#uitn a {
  color: #cdcdcd;
  text-decoration: underline;
  color:blue;
  font-size:10pt;
  font-weight:bold
}

#uitn  img{
	float: left; 
	border: 1px black solid;
	height: 80px;
	width: 100px;
}

#uitn-subtext {
	position: relative; 
	left:20px; 
  color: #cdcdcd;
  color:black;
  font-size:8pt;
}

