#title h1 a:link, #title h1 a:visited {
  text-decoration: none;
}
#hmenu {
  width: 100%;
  height: 20px;
  clear: both;
}
#hmenu ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#hmenu li {
  display: block;
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
//  width: 240px;
  width: 33.3%;
  height: 100%;
  font-size: 9pt;
  letter-spacing: 6pt;
}
#hmenu a:link, #hmenu a:visited, .smenu a:link, .smenu a:visited {
  text-decoration: none;
}
#hmenu_study {
/*  background: url(images/bg_hmenu_1.png) no-repeat bottom; */
  background-color: #83b9ff;
}
#hmenu_edu {
/*  background: url(images/bg_hmenu_2.png) no-repeat bottom; */
  background-color: #fff180;
}
#hmenu_misc {
/*  background: url(images/bg_hmenu_3.png) no-repeat bottom; */
  background-color: #98f983;
}
.smenu {
/*  width: 160px; */
/*  width: 25%; */
/*  float: left; */
}

#smenu_study {
/*  background: url(images/bg_smenu_study.png) no-repeat bottom; */
  background-color: #83b9ff;
}
#smenu_edu {
/*  background: url(images/bg_smenu_edu.png) no-repeat bottom; */
  background-color: #fff180;
}
#smenu_misc {
/*  background: url(images/bg_smenu_misc.png) no-repeat bottom; */
  background-color: #98f983;
}

.smenu ul {
  margin: 0;
  padding: 0;
}
.smenu li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

#body {
/*  width: 560px; */
/*  width: 70%; */
  width: 100%;
/*  float: left; */
}
#body .content {
  font-size: 10pt;
}
#body .content h3 {
  font-size: 14pt;
  border-left: 8px solid #666;
  padding-left: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#body .content h4 {
  font-size: 12pt;
  border-left: 8px solid #666;
  padding-left: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.description {
  font-size: smaller;
  border-left: 4px solid #fc6;
  padding-left: 1em;
}

.gthesis-schedule {
  font-size: smaller;
}

.gthesis-schedule th {
  text-align: center;
}

.gthesis-schedule th, .gthesis-schedule td {
  padding: 2px;
  background-color: #cfc;
  text-align: center;
}

.gthesis-schedule td.recentItem {
  background-color: #ffc;
}

.gthesis-schedule .date {
  text-align: right;
}

.inpagenav {
  display: none;
}
