body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}
a:link {
	text-decoration: none;
	color: #177eb0
}
a:visited {
	text-decoration: none;
	color: #6f1cc5
}
a:hover {
	text-decoration: underline;
	color: #000000
}
a:active {
	text-decoration: underline;
	color: #177eb0
}
#fullheight {
	height:100%
}
#hometableheight {
	height:629px
}
.copyright {
	font-size: 10px;
}
.fonts {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.bulletfonts {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.titles {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}
.smallfonts {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.listings {
	font-size: 12px;
	color: #000000;
	list-style-image: url(../images/bulletpoint.gif);
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
line-height:16px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f7941d;
}
