#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
body {
	background-image: url(images/bglogo.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	font-weight: bold;
}
div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}
.smdesc {
     font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}
.ref {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.vetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.veref {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.linkdesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
