.stickytooltip{
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display:none;
	position:absolute;
	display:none;
	border:5px solid black; /*Border around tooltip*/
	background:white;
	z-index:3000;
	font-family: "Lucida Console", Monaco, monospace;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

h3 a
{
	color:#300;
	text-decoration:none;

}

h3 a:hover{
	text-decoration:underline;
}
h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #600;
}
h3 {
	font-family: Arial, Tahoma, Verdana;
}
#wrapper #contentwrapper #rightcontent h4 em {
	color: #374153;
}
#wrapper #contentwrapper #rightcontent h4 em a{
	color: #374153;
	text-decoration:none;
}
#wrapper #contentwrapper #rightcontent h4 em a:hover{
	color: #374153;
	text-decoration:underline;
}
#wrapper #contentwrapper #leftcontent p strong {
	font-size: 16px;
	color: #300;
	font-style: italic;
}
