body { 
  margin: 0;
  padding: 0;
  text-align: center;
  background-color:#FFFFFF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 90%;
  color: #000000;
} 

h1 { 
  font-size: 105%;
}  

h2 { 
  font-size: 95%;
} 

h3 { 
  font-size: 90%;
} 

a, a:active, a:visited {
  color: #000000;
}
#footer a, a:active, a:visited, p a, a:active, a:visited  {
  color: #000000;
}


#page {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}
/*start: header-styles*/
#header {
  background-color:#E6E2BF;
  height:120px;
  padding:0;
  margin:0;
}
#logo {
  float:left;
  width:120px;
}
#headercontent {
  float:left;
  width:880px;
  height:120px;
}
#serviceNavigation {
  margin-top:0;
  padding-top:0;
  padding-left:40px;
  height:100px;
}
#serviceNavigation ul {
  display:none;
}
#serviceNavigation h1{
  padding-top:10px;
  margin-top:0;
  color: #005A91;
}
#serviceNavigation h2{
  padding:0;
  margin:0;
  color: #005A91;
  line-height:50%;
}
#mainNavigation {
  display:none;
}
/*end: header-styles*/


#navigation {
  display:none;
}

#teaser {
  display:none;
}

#content {
  position:relative;
  width:1000px;
  float:left;
  margin-top:30px;
  margin-bottom:30px;
}

#footer {
  clear:both;
  border-top: solid 1px #000000;
  padding-top:20px;
  margin-top:20px;
  height: 60px;
  text-align:center;
  font-size:80%;
  
}

.seminarbox {
	border:1px solid #005A91;
	margin-bottom:15px;
}
.seminarbox p {
	padding-left:3px;
  line-height:40%;
}
.seminarbox h3 {
	margin:0;
	color:#FFFFFF;
	padding:3px;
	height:15px;
	background-color:#005A91;
	border-bottom:1px solid #005A91;
}

.footnote {
  font-size:80%;
}

.classestable {
  border: 1px solid #000000;
  margin-bottom:15px;
}

.classestable tr th.headerCell{
  border-top: none;
  border-right:none;
  background-color:#005A91;
  color:#FFFFFF;
}

.classestable th, td {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.classestable tr td.lastCell, th.lastCell {
  border-top: 1px solid #000000;
  border-right: 0px solid;
}






