html { padding-top: 15px; padding-bottom: 15px; }
html, #hd { background-color: #555; }

#bd, #ft { background-color: #fff; }

p { margin-bottom: 1em; }

ul { margin-bottom: 15px; }

li { margin-bottom: 2px; }

input, textarea {border: 1px solid #cecece;}
label {font-weight: bold;}

h2 {
  font-size: 138.5%;
  font-weight: bold;
  color: #bd0000;
  margin-bottom: 10px;
}

h3 {
  font-size: 108%;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}

em { font-style: italic; }

a {
  color: #c09b08;
  font-weight: bold;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.class th, .class td {
	padding: 5px;
	width: 5%;
	border-right: 1px solid #aaa;
}
.class th.last, .class td.last {
	border-right: none;
}
.class th {
	font-weight: bold;
	text-align: center;
}
.class td {
	border-top: 1px solid #aaa;
	vertical-align: top;
}

.t-loc {
	font-weight: bold;
}
.t-desc {
	margin-top: 5px;
}

.yui-b { padding: 5px 5px; }

/* header */
#hdl, #hdr {
  width: 100px;
  height: 100px;
  display: block;
  background: #000 url('/img/logo100.gif') no-repeat center center;
}

#hdl { float: left; margin-left: 5px; }

#hdr { float: right; margin-right: 5px; }

#hd a { color: #fff; }

#hd { 
	color: #fff;
	background-color: #000;
	padding: 5px 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#hd h1 {
  font-size: 197%;
  font-weight: bold;
  padding-top: 0.1em;
  text-align: center;
}

#hd h2 {
  font-size: 153.9%;
  font-weight: bold;
  padding-top: 0.1em;
  color: #fff;
  text-align: center;
}

#hd ul {
  padding: 7px 5px;
  margin-left: 115px;
  margin-bottom: 0;
  height: 8px;
  text-align: center;
}

#hd li a { 
  color: #c09b08;
  text-decoration: none; 
}

#hd li a:hover { text-decoration: underline; }
#hd a:hover { text-decoration: none; }

#hd li {
  list-style-position: none;
  list-style-type: none;
  display: block;
  float: left;
  margin-right: 20px;
  color: #fff;
}

/* body */

#bd { font-size: 93%; }

#yui-main{ font-size: 100%; }

.pic {
  margin-bottom: 10px;
  border: 1px solid #000;
}

.map {
  width: 320px;
  height: 200px;
}

div.sched { margin-bottom: 50px; }

p.quote { 
  color: #666; 
  font-size: 116%;
  padding: 5px 10px;
  margin: 0 10px;
  text-indent: 20px;
  font-weight: 600;
  line-height: 1.5em;
  background-color: #eee;
}

img.monitor { border: 1px solid #000; }

#snav dl { margin-bottom: 1em; }

#snav dt {
  font-weight: bold;
  text-decoration: underline
}

#snav h2 { font-size: 123.1%; }

/* footer */
#ft {
  font-size: 77%;
  color: #555;
  text-align: center;
  padding: 10px 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

