#title {
font-size: 18pt;
font-family: Georgia, Times New Roman;
color: #ABABAB;
text-align: right;
}

p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: Verdana;
	color: #EDEDED;
	text-align:justify;
} 

div#menubg {
	position: relative; 
	height: 1000px;
	z-index: 1;
}

div#menu {
	width:130px;
	position: absolute; 
	margin-left: 50px;
	margin-top: 140px;
	z-index: 2;

	font-size: 8pt;
	font-family: Arial;
	font-weight: 600;
	color: #ECECEC;
}

a:link { color: #E5E5E5; text-decoration: none; }
a:visited { color: #E5E5E5; text-decoration: none; } 
a:hover { color: white; background-color: black; }

a.image:hover{
background-color: transparent;
}

a.under:link{
text-decoration: underline;
}
a.under:visited{
text-decoration: underline;
}
a.under:hover{
text-decoration: underline;
}

img.floatLeft { float: left; 
margin: 4px; }

img.floatRight { float: right; 
margin: 4px; } 

#popitmenu{
position: absolute;
background-color: #393939;
border:1px solid white;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}