body {
	background-color: #9E5216;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

.introtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 28px;
	color: #333333;
	text-decoration: none}

.introtext A {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none}
	
.introtext A:hover  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color:  #0099CC;
	text-decoration: none}

.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none}

.maintext A {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #B3580E;
	text-decoration: none}
	
.maintext A:hover  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color:  #DF6D11;
	text-decoration: none}
	
.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none}

.navtext A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #B3580E;
	text-decoration: none}
	
.navtext A:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color:  #DF6D11;
	text-decoration: none}
	
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-decoration: none}

.footertext A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #B3580E;
	text-decoration: none}
	
.footertext A:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color:  #DF6D11;
	text-decoration: none}


.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #884B19;
	text-decoration: none}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

