html {
  background: #fafafa;
  color: #1a1a1a;
}
.head_inner, .hd_article {
  width: 960px;
  margin: 0 auto;
}
.the_article .article_inner {
  width: 960px;
  margin: 0 auto;
}
nav ul {
  width: 960px;
  margin: 0 auto;
}
.foot_inner {
  width: 960px;
  margin: 0 auto;
}
.left {
  *display: inline;
  float: left;
}
.right {
  *display: inline;
  float: right;
}
.btn {
  display: inline-block;
  border: 1px solid #000002;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #343738;
  background: -moz-linear-gradient(top, #343738 0%, #070810 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343738), color-stop(100%, #070810));
  padding: 3px 0;
  text-align: center;
  text-shadow: 0px 1px 0px #000000;
  width: 140px;
}
.btn:link { color: #fafafa; }
.btn:visited { color: #f1f1f1; }
.btn:hover {
  color: #fafafa;
  background: -moz-linear-gradient(top, #070810 0%, #343738 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #070810), color-stop(100%, #343738));
  text-decoration: none;
}
a:link {
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px dotted #1a1a1a;
}
a:visited {
  color: #383838;
  text-decoration: none;
  border-bottom: 1px dotted #383838;
}
a:hover {
  color: #6089bf;
  text-decoration: none;
  border-bottom: 1px dotted #555555;
}
.smalltable { border-spacing: 10px; }
.tablebottom {
  width: 960px;
  vertical-align: bottom;
  horizontal-align: left;
}
.tablebottom2 { width: 500px; }
.tablebottom2 td { vertical-align: middle; }
.tablebottom th { vertical-align: middle; }
.memberstable td { vertical-align: middle; }
.memberstabletable th { vertical-align: middle; }
.imggood {
  float: right;
  margin-top: 30px;
  border: 0px;
  margin-left: 5px;
  border-top: 1px solid #a4a2a0;
}
#head { margin-bottom: 24px; }
#head ul li {
  display: -moz-inline-stack;
  display: inline-block;
  margin: 5px;
  zoom: 1;
  display: inline;
  font-weight: bold;
  text-shadow: 0px 1px 0px #ffffff;
}
.IMPlogo { margin-top: 1em; }
.logo { font-size: 4.5em; }
.logo a:link { border-bottom: 0 none; }
.logo a:visited { border-bottom: 0 none; }
.logo a:hover { border-bottom: 0 none; }
.tagline { margin-left: 5px; }
.sec {
  margin-right: 10px;
  font-size: 1.3125em;
}
.hd_article .btn { margin-top: 3px; }
.the_article { background: #fafafa; }
.the_article .article_inner { padding: 24px 0 48px; }
.the_article ul { list-style: square; }
.the_article ol { list-style: decimal; }
.the_article img.left { margin-right: 12px; }
.the_article img.right { margin-left: 12px; }
body.home .hd_article { display: none; }
body.home .the_article { background: none; }
body.home .the_article .posts li {
  border-bottom: 1px dotted #a7a7a7;
  list-style: none;
  margin-bottom: 24px;
  padding-bottom: 6px;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
body.home .the_article .posts li small {
  position: absolute;
  right: 0;
  top: 1px;
}
body.home .the_article .posts li small date { margin-left: 12px; }
body.home .the_article .posts li:last-child { margin-bottom: 0; }
body.text .content {
  *display: inline;
  float: left;
  width: 960px;
}
body.text img {
  border-top: 5px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
body.texttight .content {
  *display: inline;
  float: left;
  width: 960px;
}
body.texttight img {
  border-top: 5px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  display: inline;
}
.pagenation {
  padding: 24px 0;
  overflow: hidden;
  zoom: 1;
}
#foot {
  background: #a4a2a0;
  background: rgba(164, 162, 160, 0.8);
  padding: 0 0 0px;
}
#foot ul {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#foot .baseline { font-size: 0.75em; }
#foot ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#lab-schedule
{
	font-size: 16px;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#lab-schedule th
{
	font-size: 18px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid;
}
#lab-schedule td
{
	padding: 9px 8px 0px 8px;
}
#lab-schedule tbody tr:hover td
{
}


