* {
	margin: 0 ;
	padding: 0 ;
	font-family: "Verdana", "Helvetica", "Sans", sans ;
}

#head {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120px ;
	background-color: #00a13a ;
	background-position: right ;
	background-repeat: no-repeat ;
	background-image: url('exptlh.png') ;
	font-size: 16px ;
	font-weight: bold ;
	text-align: right ;
}

.logo {
	margin-right: 140px ;
	margin-top: 90px ;
	color: white ;
}

#nav {
	position: absolute ;
	top: 120px ;
	left: 0 ;
	width: 100% ;
	height: 20px ;
}

ul {
	list-style-position: inside ;
}

#nav ul {
	text-align: center ;
	background-color: #ff9900 ;
}

#nav ul li {
	display: inline ;
}

#nav ul li a {
	padding-left: 5px ;
	padding-right: 5px ;
	background-color: #ff9900 ;
	color: white ;
	text-decoration: none ;
	font-size: 14px ;
}

#nav a:hover {
	/*border-bottom: 4px solid white ;*/
	background-color: white ;
	color: #ff9900 ;
}

#nav ul li a span {
	padding-left: 5px ;
	padding-right: 5px ;
}

#content {
	position: absolute ;
	top: 150px ;
	left: 10% ;
	height: 350px ;
	width: 70% ;
	padding-left: 5% ;
	padding-right: 5% ;
	padding-top: 5% ;
	line-height: 175% ;
}

img, p.caption {
	margin: 8px ;
}

p.caption {
	margin-left: 40% ;
	text-align: center ;
}

.left {
	float: left ;
	width: 300px ;
}

.right {
	float: right ;
	width: 300px ;
}

li ol, li ul, li p {
	margin-left: 30px ;
}


span.prompt {
	position: absolute ;
	right: 52% ;
}

#content input, #content textarea {
	position: absolute ;
	left: 52% ;
}

.caption {
	font-size: xx-small ;
}

td {
border: 1px dotted black ;
padding: 5px ;
}
