body {
	background-color: #b1b1b1;
	border-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bgtable { 
	background-image:url(gfx/bgtable.gif);
	background-color:#CCCCCC;
}

#footer {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-image:url(gfx/footer.gif);
	background-color:#C0C0C0;
}

#bgmenu a, #bgmenu a:visited , #bgmenu a:active {display: block;
color:#000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-decoration:none ;
font-size: 12px;
line-height:25px;
height:25px;
text-align:center;
background-color:#d5d5d5;
letter-spacing: 2px;
}

#bgmenu a:hover {
color:#e43f14;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
background-color:#c3c3c3;
letter-spacing: 2px;
}

.legend {
	letter-spacing: 3px;
	word-spacing: 2px;
	color: #440000;
}

a:link {
	color: #e43f14;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #e43f14;
}

a:hover {
	text-decoration: underline;
	color: #e43f14;
}

a:active {
	text-decoration: none;
	color: #e43f14;
}

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

}

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


}

#dropmenudiv a:hover{ /*hover background color*/
color:#e43f14;
background-color:#c3c3c3;
letter-spacing: 1px;

}

#bgall {
  background:url(gfx/bgall.gif) center repeat-y;
}
#bgtop {
  background:url(gfx/bgtop.gif) bottom center no-repeat;
  height:10px;
}
#bgfoot {
  height:15px;
  background:url(gfx/bgfoot.gif) top center no-repeat;
}