/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color:#666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.graygraytxt {
	color: #CCCCCC;
}

.graytxt {
	color: #FFFFFF;
}

.graytxt:link {
	color:#FFFFFF;
}

.graytxt:active {
	color:#FFFFFF;
}
.graytxt:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.grattxt:visited {
	color: #FFFFFF;
}

.rightpanelquote {
	font-size:10px;
	color: #000000;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
}

.rightpanelquoter:link {
	color: #0000FF;
	text-decoration:none;
}
.rightpanelquoter:hover {
	color: #FF0000;
}

.rightpanelquoter:visited {
	color: #00FF00;
}

li {
	margin-bottom:20px;
	text-align:justify;
}

#mainTextArea {
	margin-right:20px;
	margin-top:20px;
}

.navtooltip{
position: relative;
z-index: 0;
}

.navtooltip:hover{
background-color: transparent;
z-index: 50;
}

.navtooltip span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.navtooltip span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.navtooltip:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 37px;
left: 50px; /*position where enlarged image should offset horizontally */

}

.websiteimg {
	background-color:transparent;
	z-index: 50;
	visibility:visible;
	position: absolute;
	margin-left:75px;
	margin-top:40px;
	}
	.webmenu {
	background-color:transparent;
	z-index: 50;
	visibility:visible;
	position: relative;
	margin-left:0px;
	}

