body {
	background-color: #FFFFFF;
	font-family: 'Alice', serif;
	font-size-adjust: auto;
	color: #333333;
	text-align: justify;
}

td, th {
	font-family: 'Alice', serif;
	font-size-adjust: auto;
	color: #330000;
}

a {
	color: #9C8F6F;
	text-decoration: none;
}
p {
   font-size: 100%;
	text-align: left;
	line-height: 135%;
}
.frontpage {
   line-height:18px;
   text-align: center;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: 'Pacifico', cursive;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: 'Pacifico', cursive;
	font-size: 110%;
	font-weight: bold;
    font-style: oblique;
}

.header {
	font-family: 'Pacifico', cursive;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: 'Pacifico', cursive;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: 'Pacifico', cursive;
	background-color: #DEDECA;
	text-align: center;
}
a:hover {
	color: #585043;
	font-style: italic;
}

.sidebar {
	font-family: 'Alice', serif;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 3px;
	text-transform: uppercase;
	background-color: #F2F6EA;
}

.sidebarHeader {
	font-family: 'Pacifico', cursive;
	font-size: 115%;
	color: #93AA64;
	background-color: #FFF2C9;
	padding: .3%;
}

.sidebarFooter {
	font-family: 'Pacifico', cursive;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: 'Pacifico', cursive;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: 'Playfair Display', serif;
	font-size: 12pt;
	color: #333333;
	text-align: center;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: 'Playfair Display', serif;
	color: #000033;
	font-size: 120%;
	font-weight: 400;
}

.titlebar {
	font-family: 'Alice', serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
 font-family: 'Playfair Display SC', serif;
 background-color: #93AA64;
 padding: 1%;
 color: #FFF2C9;
 font-weight: 600;
 letter-spacing: 1px;
 font-size: 250%;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.thinborderfloat {
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  }
a.menu:link {
	color: #93AA64;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: Tahoma, "Helvetica Narrow", Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	letter-spacing: 2px;
  } 
  a.menu:hover {
	color: #DEDECA;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma, "Helvetica Narrow", Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #9D8F69;
	cursor: pointer;
	letter-spacing: 2px;
    }
	.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;
}