BODY {
	font-family: "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #554422;
	margin: 0px;
	padding: 0px;
	background-color: #AA9977;
}

A {
	color: #776644;
}

A:hover {
	color: #AA9977;
}

APPLET {
	background-color: #EEEEEE;
}

LI {
	font-size: 10px;
}

DIV.spacer {
	height: 5px;
}

TABLE.main {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: solid #8D7A57;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
}

TABLE.main TD {
	margin: 0px;
	padding: 0px;
}

/* TOP BAR */

TABLE.main TD.bar-top {
	height: 55px;
	vertical-align: middle;
}

TABLE.main TD.bar-top TABLE.frame-top {
	width: 100%;
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu IMG.menu-left-on {
	width: 8px;
	height: 37px;
	background-position: -275px 0px;
	background-image: url('../images/bg-map.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu IMG.menu-right-on {
	width: 8px;
	height: 37px;
	background-position: -283px 0px;
	background-image: url('../images/bg-map.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu TD.menu-center-on {
	height: 37px;
	background-position: 0px 0px;
	background-image: url('../images/bg-h.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu TD.menu-center-on A {
	font-size: 12px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu IMG.menu-left {
	width: 8px;
	height: 37px;
	background-position: -291px 0px;
	background-image: url('../images/bg-map.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu IMG.menu-right {
	width: 8px;
	height: 37px;
	background-position: -291px 0px;
	background-image: url('../images/bg-map.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu TD.menu-center {
	height: 37px;
	background-position: 0px -37px;
	background-image: url('../images/bg-h.png');
}

TABLE.main TD.bar-top TABLE.frame-top TABLE.menu TD.menu-center A {
	font-size: 12px;
	font-weight: 800;
	color: #554422;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

/* MAIN BAR */

TABLE.main TD.bar-banner {
	height: 350px;
}

/* SUBMENU BAR */

TABLE.main TD.bar-submenu {
	height: 30px;
	background-position: 0px -74px;
	background-image: url('../images/bg-h.png');
}

TABLE.main TD.bar-submenu A {
	font-size: 12px;
	font-weight: 800;
	color: #554422;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
}

TABLE.main TD.bar-submenu A:hover {
	color: #887755;
}

TABLE.main TD.bar-submenu A.selected {
	color: #000000;
}

/* CONTENT AREA */

TABLE.main TD.content {
	font-size: 12px;
	color: #554422;
	padding: 15px;
}

TABLE.main TD.content H1 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-weight: 400;
	color: #442211;
	margin-bottom: 10px;
}

TABLE.frame-content1 {
	width: 100%;
}

TABLE.frame-content1 TD.column1 {
	width: 34%;
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 15px;
}

TABLE.frame-content1 TD.column2 {
	width: 66%;
	font-size: 11px;
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 15px;
}

TABLE.frame-content1 TD.column3 {
}

TABLE.frame-content1 TD.divider1 {
	width: 1px;
	background-color: #EEEEEE;
}

TABLE.frame-content1 TD.divider2 {
	height: 1px;
	background-color: #EEEEEE;
}

/* FOOTER BAR */

TABLE.footer {
	width: 800px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

TABLE.footer TD {
	padding: 0px;
	margin: 0px;
}

TABLE.footer TD.mp3player {
}

TABLE.footer TD.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
}

/* IMAGES */

IMG.logo {
	width: 275px;
	height: 55px;
	border: 0px;
	background-position: 0px 0px;
	background-image: url('../images/bg-map.png');
}

IMG.image {
	border: solid 1px #554422;
}

/* BORDERS */

HR {
	margin: 15px 0px 0px 0px;
	border: solid 1px;
	border-color: #FFFFFF #FFFFFF #EEEEEE #FFFFFF;
}

/* EVENTS */

TABLE.events {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: solid 1px #AA9977;
}

TABLE.events TR.odd {
	background-color: #E7E3DC;
}

TABLE.events TD {
	margin: 0px;
	padding: 0px;
}

TABLE.events TD.date {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

TABLE.events TD.event {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

/* SUCCESS STORIES */

PRE.story {
	padding: 10px;
}

PRE.story-odd {
	padding: 10px;
	background-color: #D7D3CC;
}

/* GALLERY */

IMG.photo {
	border: solid 1px #999999;
}

A.thumblink {
	text-decoration: none;
}

A.thumblink:hover {
	text-decoration: underline;
}

A.on {
	font-weight: 800;
}
