@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-color: #C9810F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Trebuchet MS, Verdana;
	font-size: 12px;
}
a:link {
	color: #A03018;
}
a:visited {
	color: #999933;
}
a:hover {
	color: #999933;
}
a:active {
	color: #999933;
	font-size: 12px;
}
.style2 {
	font-size: 14px;
	font-weight: normal;
}
.style3 {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}


/** IMAGE ROTATION TRANSITION STYLES **/

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}


/** DROP DOWN CSS **/

#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: #E7E8C8;
}

