@charset "utf-8";
body {
	background-color: #faedcb;
	background-image: url(../images/bg.gif);
	

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F79C14;
	line-height: normal;
}
hr {
	color: #F79C14;
	height: 1px;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #866442;
}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #987450;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #866442;
	line-height: 15px;
}


a,
a:link 
a:active 
a:visited {
	text-decoration: none;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
	color: #EA6424;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	color: #FF2703;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #987450;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #987450;
	line-height: normal;
}
.input	{
	color : #28261A;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border: 1px solid #747355;
	background-color: #EDECE2;
	cursor: hand;
}

#dropmenudiv{
	position:absolute;
	background-color: #f79c14;
	border:1px solid #FFF;

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index:70;
	color: #000000;
	text-align:left;


}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	color: #FFFFFF;

}

#dropmenudiv a:hover{
	background-color: #f75014;
	color: #FFF;

}