body {
  background: white url("images/bg_hh.png") repeat-x top left;
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

#container {
  position: relative;
  width: 220px;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  background: url("images/header_hh.png") no-repeat top left; 
}

#header {
  height: 40px;
  margin: 0px auto;
  padding: 0px;
}

#header h1 { margin: 0px; }
#header h1 span { display:none; }

#csswarning  { display:none; }

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

a:hover {
  text-decoration: underline;
}

#menu {
  width: 95%;
  margin: 0px 3px;
  text-align: center;
  font-size: 10px;
  text-transform: lowercase;
  
  background: white;
  border: 1px solid #2E5C76;
  padding: 3px;
}

#menu ul {
  list-style: none; 
  margin: 0px;
  text-indent: 0;
  padding-left: 0px;
}
#menu li {
  margin: 0px;
  display: inline;
  padding-right: 3px;
}

.red {
  color: #89180c;
}

#footer {
  padding-top: 5px;
  text-align: center;
  text-transform: lowercase;
  font-size: 10px;
  letter-spacing: 8px;
  height: 50px;
}

#content {
  padding: 10px;
  text-align: justify;
  line-height: 140%;
  letter-spacing: 1px;
}

dt {
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  color: #23576d;
  letter-spacing: 2px;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 14px;
}

dd {
  margin-left: 5px;
}

ul {
  padding-left: 0px;
}

h2 {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: 18px;
  color: #89180c;
  letter-spacing: 3px;
  font-variant: small-caps;
}

h3 {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  color: #89180c;
}

th {
  text-align: center;
}

#regform {
  margin: 0px auto;  
  text-align: center;
}

#registered {
  margin: 0px auto;  
  width: 80%;  
}

input,select {
  width: 300px;
}

.timetable {
  width: 500px;
}

.timetable th {
  border-bottom: 1px solid #2E5C76;
}

.timetabletime {
  width: 70px;
}

#overlay {
  font-size: 10px;
  text-align: center;
}

#overlay a {
  color: #7BD7EF;
}
hr {
	color: #89180C;
	height: 1px;
	border-top: 1px dashed;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#map {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

img {
  border: 0px;
}