html{
font-size: 100%;
} 
body    {
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #CCC;
}
#wrapper
      {
	font-family: "Lucida Grande", Arial, sans-serif;
	background-color: #fff;
	background-image: none;
	padding: 0;
	width: 50em;
	min-width: 760px;
	border: 1px solid #333;
	height: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	color: #000;
	margin-top: 1em;
}
#content {
	background-color: #FFF;
	height: auto;
	width: 50em;
}
#header {
	margin: 0px;
	height: auto;
	width: 50em;
}
#navLinks {
	height: 1.5em;
	margin-bottom: 1em;
	font-size: 0.85em;
	padding-left: 1.5em;
	margin-top: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.bbbLogo {
	position: absolute;
	right: 0em;
	top: 0em;
	height: 6em;
	width: 4em;
}
h1      {
	color: #000;
	font-size: 1em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 1em;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	position: relative;
}
h2        {
	color: #000;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-left: 1.5em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	line-height: 1.4em;
	width: 48em;
}
h3     {
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin: 0.5em 0 0;
	padding-left: 1.5em;
	color: #333;
}
p      {
	font-size: 0.85em;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.4;
	margin-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: 0px;
	padding-top: 0px;
}
#footer
		      {
	font-family: "Lucida Grande", Arial, sans-serif;
	background-color: #000;
	text-align: center;
	height: 2.5em;
	clear: both;
	border-top: 1px none #333;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.arc90_imgcaptionTXT   { color: #666; font-size: 0.7em; font-family: "Lucida Grande", Arial, sans-serif; text-align: left; margin: 0; padding: 0 }
p.arc90_imgcaptionALT  { font-size: 0.65em; font-family: "Lucida Grande", Arial, sans-serif; text-align: left; margin-top: 2px; margin-bottom: 6px }
span.arc90_imgcaptionALT  { color: #fff; font-family: "Lucida Grande", Arial, sans-serif; background: #888; padding: 2px 4px }
.arc90_imgcaption    { font-family: "Lucida Grande", Arial, sans-serif; text-align: left; margin: 0.25em 0 0; padding: 1em; width: 9em; border: solid 1px gray }
.floatl  {
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-right: 1em;
	float: left;
	margin-left: 0em;
}
.floatr  { font-family: "Lucida Grande", Arial, sans-serif; margin-left: 1em; float: right }
ol   { font-size: 0.85em; font-family: "Lucida Grande", Arial, sans-serif; line-height: 1.4; list-style-type: decimal; margin: 0 0 1em 40px; width: 46em }
ul {
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	color: #000;
	padding: 0px;
	font-size: .85em;
	margin-left: 4em;
	list-style-type: square;
}
ol li   { font-family: "Lucida Grande", Arial, sans-serif; line-height: 1.4 }
a:link   { color: blue; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-decoration: none }
a:visited    { color: navy; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-decoration: none }
a:hover   { color: purple; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-decoration: underline }
a:active  { color: red; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; text-decoration: underline }
.clearboth { width: 100%; clear: both }
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#FF6;
	color:#000;
	text-decoration:none;
	font-family: "Lucida Sans Regular", Arial, sans-serif;
}

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

a.info span{
	display: none;
	background-color: #FF0;
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	width:auto;
	border:1px solid #000;
	background-color:#FFC;
	color:#000;
	text-align: center;
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	padding: 2px;
	left: 10px;
	font-size: 0.85em;
	font-weight: normal;
	height: auto;
}

