.headline {
	background-color:#A90;
}

.menu a, .menu a:visited, .menu a:active {
	background-color: #DC2;
}

.menu a:hover {
	background-color: #BA7; 
}

.menu #selected {
	background-color: #543;
}

body{
	background-color: #178;
}

.edge {
	background-image:url('../img/edge-right-teach.gif');
}

.bottom {
	background-image:url('../img/edge-bottom-teach.gif');
}

.bottomcorner {
	background-image:url('../img/edge-corner-teach.gif');
}

.body a, .body a:visited, .body a:active {
	color: #A90;
}

#teaching, #teaching > ul {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	width: 600px;
}

#teaching > li {
	background: #A90;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

#teaching li > h2 {
	padding: 5px 5px 0;
	font-size: 14pt;
	color: #fff;
}

#teaching li > div {
	padding: 1px 10px 5px;
	background-color: #fff;	
	background-image: none;
}

.body {
	position: absolute;
	left: 25px;
	width: 630px;
}

.rightmargin {
	position: relative;
	top: 385px;	
	left: 0px;
	width: 185px;
}

#navbar {
	display:block;
	padding-top: 15px;	
	width: 600px;
	clear: both;
}

.buttonblock {
	background-color: #444;
	color: #fff;
	margin: 10px;
	padding: 10px;
	box-shadow:inset 2px 2px 2px 0px rgba(0, 0, 0, 0.4), 2px 2px 2px 0px rgba(255, 255, 255, 0.8);
	border-radius:6px;	
}

.buttonblock img {
	cursor: pointer; 
	cursor: hand;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.buttonblock span span {
	font-weight: bold;	
}

#leftblock, #rightblock {
	display: inline;
	width: 300px;
}

#leftblock {
	display: block;
	position: absolute;
	left: 100px;	
}

#rightblock {
	display: block;
	position: absolute;
	left: 310px;	
}

.rightmargin {
	position: relative;
	top: 385px;	
}

#teaching > li > p {
	font-style:italic;
	font-size: 10px;	
}


#ondemand {
	border: 2px solid #666;
	display: inline;
	background-color: #777;
	color: white;
	padding: 5px;
    height: 300px;
    width: 650px;
	position: absolute;
	top: 0px;
	z-index: 102;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#ondemand h1 {
	font-size: 14pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0px;
	line-height: 8pt;	
}

#ondemand .oddetail {
	display: inline-block;
	margin: 5px 5px 5px;
	clear: none;
	width: 615px;	
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}

#ondemand > div > .desc {
	margin: 5px;
	padding: 5px;
	background-color: #fff;
	height: 220px;
	overflow: auto;	
}

#ondemand .close {
	display: inline-block;
	clear: none;
	float: right;
	position: relative;
	top: -30px;
}

.transparent{
	background:rgba(64,64,64,0.75);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1007px;
	height: 1200px;
	z-index: 101;
}

.body {
	height: 900px;	
}