@charset "utf-8";
/* CSS Document */
body, html {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
}
/* Logo */
#header {
  text-indent: -5000px;
  background: url(../img/header.png) no-repeat center;
  height: 302px;
  width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}

h1 {
  font-family: Lucida Console, Verdana, sans-serif;
  text-align: right;
  vertical-align: text-top;
  padding-right: 60px;
  font-size: 16px;
  color: #C8C800;
  font-weight: bold;
  width: 740px;
  margin-top: 10px;
  margin-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #C8C800;
  border-bottom-width: thin;
}
h2 {
  font-family: Lucida Console, Verdana, sans-serif;
  text-align: left;
  vertical-align: text-top;
  padding-left: 60px;
  font-size: 18px;
  color: #C8C800;
  font-weight: bold;
  width: 260px;
  margin-top: 10px;
  margin-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #C8C800;
  border-bottom-width: thin;
}
p,a {
  font-family: Lucida Console, Verdana, sans-serif;
  color: #C8C800;
}
img {
  border: 0px;
}
#content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  padding: inherit;
  margin: auto;
  min-height: 350px;
}
#content p {
  width: 800px;
  height: auto;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  text-align: justify;
  padding-left: 0px;
  padding-right: 6px;
  padding-top: 10px;
  margin-left: 0px;
}
#navbar {
  width: 800px;
  height: 75px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.radio {
  width: 600px;
  height: 120px;
  background-color: #333333;
  color: #C8C800;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.radio p {
  margin-left: 10px !important;
    text-align: center !important;
	width: 600px !important;
}
.bio {
  min-height: 205px;
}
.bioimg {
  padding-top: 15px;
}

#footer {
  border-top-style: solid;
  border-top-color: #C8C800;
  border-top-width: thin;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.footertext {
  text-align: center;
  width: 800px;
  height: auto;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  padding: 0px;
  margin-bottom: 10px;
}

/* Schedule */
.background
{
  background-color: #ccccff;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.required{
   border: 1px solid #666;
   background-color: white;
   font-size: 9pt;
   font-family: verdana;
}

.tentative{
   border: 1px solid #666;
   background-color: #dddddd;
   font-size: 9pt;
   font-family: verdana;
}

.weeklabel{
   border: 1px solid #000;
   font-family: verdana;
   font-size: 9pt;
   height: 16px;
   background-color: #ccff99;
}

table.schedule{
   border: 1px solid #000;
   background-color: #ccff99;
   margin: 0px;
   padding: 0px;
}

td.schedule{
   font-size: 9pt;
   font-family: verdana;
   width: 20%;
}