html, body {
    behavior: url(css/csshover.htc); /* WinIE behavior call */
	margin: 0px;
	padding: 0px;
	background-color: #DBCEB3;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	background-image: url(images/pattern1.gif);
	background-repeat: repeat-x;
	float: right;
}

#topLogo {
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: 4;
	border: 0px;
	padding: 0px;
}
/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #000;	/* draws line on top edge of div */
	border-bottom:1px solid #000;	 /* draws line on bottom edge of div */
	font-size:0.8em;	/* SET FONT-SIZE HERE */
	background-color:#2A2623; /* colors the div */
	margin-top:58px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	font-family: "Times New Roman", Times, serif;
	}
div#listmenu ul {
	margin:0 0 0 30px;
	padding: 0 0 0 0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#2A2623; /*sets the background of the menu items */
	border-right:1px solid #FEA74A;
	font-variant: small-caps;
	font-size: 1em;
	}
div#listmenu li:first-child {
	border-left:1px solid #FEA74A;
	}
div#listmenu li:hover {
	background-color:#8D755A;
	}
div#listmenu a {
	display:block;
	padding:3px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#DBCEB3;	/* sets the type color */
	font-weight: bold;
	}
div#listmenu a:hover {
	color:#2A2623;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:5px solid #FEA74A; /*  three sides of each drop-down item */
	border-bottom:0px solid #069;
	border-right:0px solid #069;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #FEA74A; /*the top edge of the dropdown */
	border-left:5px solid #FEA74A; /*the first vertical line on the menu */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
	} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #FEA74A; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #FEA74A;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */

#map {
	margin: 61px 0px 0px;
	padding: 0px;
	float: left;
	width: 216px;
}
#map #first {
	padding-top: 47px;
	float: right;
	padding-left: 30px;
}
#map2 {
	margin: 35px 0px 0px;
	padding: 0px;
	float: left;
	width: 216px;
}
#map2 #first {
	padding-top: 50px;
	float: right;
	padding-left: 30px;
}

/*
.navbarA {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CABCAD;
	padding: 0px 5px;
}
 .navbarA a {
	color: #CABCAD;
	background-color: #332313;
	border: 1px solid #332313;
	text-decoration: none;
	padding: 2px 1px;
}
.navbarA a:visited {
	color: #CABCAD;
	background-color: #332313;
	border: 1px solid #332313;
}
.navbarA a:hover {
	color: #332313;
	background-color: #CABCAD;
	border: 1px solid #FEA74A;
}
*/
div#ACcontext {
	margin: 20px 60px 30px 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2A2623;
	padding: 0px;
	text-align: left;
	float: left;
}
div#ACcontext #ACfirst {
	padding-top: 47px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 100px;
}
div#ACcontext a {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
	padding: 1px 2px;
    display: inline;

}
div#ACcontext a:visited {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
}
div#ACcontext a:hover {
	font-size: larger;
	font-weight: bold;
	background-color: #2A2623;
}
p {
	padding: 0px 12px;
}
h5 {
	background-color: #332313;
	padding: 5px 5px 5px 400px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CD7F33;
	text-align: left;
	clear: both;
	font-variant: small-caps;
	margin-top: 10px;
	margin: 25px 0px 0px;
}
h3 {
	color: #FEA74A;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.8em;
	font-variant: small-caps;
	z-index: 1;
	clear: both;
	width: 99%;
	padding: 5px;
	position: relative;
	top: 70px;
}
img#frontright {
	text-align: left;
	float: right;
}
div#contextLetter {
	margin: 30px auto;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #2A2623;
	padding: 0px;
	text-align: center;
	clear: left;
}
/*div#contextLetter a {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
	padding: 1px 2px;
}
div#contextLetter a:visited {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
}
div#contextLetter a:hover {
	font-size: larger;
	font-weight: bold;
	background-color: #2A2623;
}
*/
#contextLetter #navLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #2A2623;
	text-align: center;
	width: 350px;
	font-variant: small-caps;
	line-height: 1.5em;
}
#contextLetter #navLetter a {
	color: #CABCAD;
	text-decoration: none;
	padding: 0px 5\px;
	margin: 3px 1px;
	border: 1px solid #FFEE44;
}
#contextLetter #navLetter a:visited {
	color: #CABCAD;
	text-decoration: none;
	padding: 0px 5px;
	border: 1px solid #FF9933;
	margin: 3px 1px;
}
#contextLetter #navLetter a:hover {
	color: #2A2623;
	text-decoration: none;
	padding: 0px 5px;
	border: 1px solid #FF9933;
	margin: 3px 1px;
	background-color: #CABCAD;
}
h4 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
