body {
	font-family: Arial, sans-serif;
	background-color: #FC0;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
}
*html body {
	font-family: Arial, sans-serif;
	line-height: normal;
	background-color: #FC0;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	background-image: none;
	color: #00F;
	font-size: small;
}
#wrapper {
	background-color: #FFF;
	text-align: center;
	position: relative;
	width: 50em;
	height: auto;
	border: 2px none black;
	font-family: Arial, sans-serif;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding: 1em;
	background-repeat: no-repeat;
	background-position: left top;
}
#centercol {
	background-color: white;
	text-align: left;
	visibility: visible;
	width: 40em;
	height: auto;
	border: 1px blue;
	font-family: Arial, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 125px;
	margin-bottom: 2em;
	top: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header {
	background-color: white;
	text-align: left;
	visibility: visible;
	padding: 0;
	position: relative;
	top: 0;
	left: 15px;
	height: 65px;
	border: 1px silver;
	width: 400px;
	margin-bottom: 1em;
}
p {
	color: #000;
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	line-height: 1.4em;
	text-align: left;
	top: 0;
	height: auto;
	border: 1pt red;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
h1 {
	color: black;
	font-size: 1em;
	font-family: "Lucida Grande", Arial;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	text-indent: 0;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	width: 35em;
	height: auto;
	border-style: none
}
h2 {
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
}
.floatright {
	margin-left: 8px;
	position: relative;
	float: right
}
.floatleft {
	margin-right: 8px;
	padding: 0;
	position: relative;
	top: 0;
	float: left;
	display: block;
}
#cartoonL {
	text-align: right;
	top: 100px;
	left: -40px;
	border-style: none;
	position: absolute;
}
#cartoonR {
	left: 15px;
	position: absolute;
	top: 100px;
}
.example {
	background-color: white;
	text-align: left;
	position: relative;
	left: 50%;
	width: 600px;
	height: auto;
	border: solid 1pt silver
}
.example p {
	color: black;
	font-size: 0.85em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding-left: 0;
	width: 580px;
}
.example h1 {
	color: black;
	font-size: 1em;
	font-family: Verdana;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
	padding-left: 0;
	top: 0;
	left: 0;
	width: 580px;
}
.arc90_imgcaption {
	text-align: center;
	border: 1px solid #666;
	padding: 5px;
	width: auto;
	text-decoration: none;
	top: 0px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}
.arc90_imgcaptionTXT {
	font-size: 0.75em;
	color: #000;
	text-align: left;
	padding-left: 4px;
	padding-right: 6px;
	width: auto;
	font-weight: normal;
	padding-top: 4px;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatl {
	float: left;
	margin-right: 1em;
}
.floatr {
	float: right;
	margin-left: 1em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.help {
	background-color: #FF0;
	font-size: 0.85em;
	font-family: Arial, sans-serif;
}
code {
	color: #000;
	font-size: 1.1em;
	font-family: monospace;
	margin: 0em;
	padding: 0px;
	text-align: center;
}
#formBox {
	text-align: left;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#FF6;
	color:#00F;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.4px;
}

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

a.info span{
	display: none;
	background-color: #FF0;
	font-size: 0.85em;
	font-family: "Lucida Grande", Arial, sans-serif;
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	left:-5em;
	width:15em;
	border:1px solid #000;
	background-color:#FFC;
	color:#000;
	text-align: center;
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	padding: 5px;
}
#header img {
	vertical-align: bottom;
} /* you may use - display: block; - if you prefer */
.   /* \*/
* html .gainlayout {
height: 1%;
}
/* */
