body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	max-width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFE8;
}
h1 {
	font-family: Times, Optima, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 14px;
	margin-left: 10px;
}
h2 {
	font-family: Times, Optima, sans-serif;
	font-size: 15px;
	color:#666666;
	margin-left: 10px;
}
#p ul li {
	display: none;
	list-style: square url(none);
	text-align: left;
}
h3 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #666666;
	margin-left: 10px;
}
h4 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #666666;
	margin-left: 15px;
	word-spacing: 60px;
}
p {
	color: #333333;
	margin-right: 10px;
	margin-top: 5px;
	font: 14px/normal "Times New Roman", Times, serif;
	margin-left: 10px;
}
#wrapper {
	width: 760px;
	border: 1.5px solid #FFF476;
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	overflow: visible;
}
#banner {
	text-align: left;
	width: 760px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1.5px solid #FFF476;
	border-left: 0px;
	background: #E3F7E2;
}
#nav {
	width: 760px;
	text-align: left;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1.5px solid #FFF476;
	border-left: 0px;
}
#leftpanel {
	width: 250px;
	text-align: center;
	float: left;
	margin: 0px 20px 0px 0px;
	height: 300px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 10px;
	border-right: 1px solid #FFF476;
}
#secondaryleftpanel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	float: left;
	width: 230px;
	padding-top: 10px;
	border-right: 1px solid #FFF476;
	margin-right: 20px;
}
#content {
	width: 500px;
	float: left;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	height: 300px;
	margin-top: 5px;
	background-repeat: no-repeat;
}
#footer {
	width: 760px;
	text-align: right;
	clear: both;
	border-top: 1px solid #FFF476;
	background: #FFF476;
}
ul {
	text-align: left;
	display: block;
}
li {
	font: 14px "Times New Roman", Times, serif;
	color: #333333;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#000000;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    background-color:#FFFFFF;
    text-align: center}
