body {
	background-image: url("../images/layout/bg_body.png");
	background-color: #fff;
	background-repeat: repeat;
}
#content {
	background-color: #fff;
	border: 1px solid #998675;
	border-top: 5px solid #863147;
	width: 915px;
	margin: 24px auto 4px;
	padding: 10px 20px 24px;
}
#top {
}
#middle {
	padding-top: 15px; color: #000;
}
	#left { width: 275px; }
	#center { padding-left: 15px; }
	#center.solo { padding-left: 0px; padding-right: 35px; }
	#center h1.title {
		padding: 4px 0 7px;
		margin-top: 7px;
		margin-bottom: 7px;
		text-transform: uppercase;
		border-bottom: 1px solid #ece9e8;
	}
	#center .content {
	}
	#right {
		width: 281px;
	}
#bottom {
	background-color: #863147;
	width: 917px;
	margin: auto;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#bottom, #bottom a {
	color: #fff;
}
#bottom .footnav {
	text-align: center;
}
#copyOffWorld {
	padding: 15px;
	text-align: center;
}
#copyOffWorld, #copyOffWorld a {
	color: #58585a;
}
#copyOffWorld a.selected {
	color: #863147;
}

#headnav {
	width: 40%;
	float: left;
	padding-left: 20px;
}
#headnav a, #sitecontrol a {
	color: #863147;
}
#headnav a:hover, #sitecontrol A:hover {
	text-decoration: underline;
}
#headnav a.selected, #headnav a.open, #sitecontrol A.sel {
	color: #026f5a;
}

#sitecontrol {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 20px;
	text-transform: lowercase;
}

#headlogo {
	text-align: center;
	padding-top: 11px;
	padding-bottom: 18px;
}

#rootnav {
	background-image: url('../images/layout/bg_rootnav.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 49px;
	color: #863147;
}
#rootnav a {
	color: #863147;
	font-weight: bold;
	text-decoration: none;
}
#rootnav a:hover {
	text-decoration: underline;
}
#rootnav a.selected, #rootnav a.open {
	color: #026f5a;
}

#rootnav .navTable a {
	display: block;
	padding: 28px 12px 0;
	height: 21px;
}
#rootnav .navTable td.selected, #rootnav .navTable td.open {
	background-image: url('../images/layout/bg_rootnav_sel.png');
}
#rootnav .navTable .first {
	padding-left: 12px;
}

#navFile {
	border: 1px solid #998675;
	width: 1015px;
	height: 245px;
	position: relative;
	left: -50px;
}

#specialnav {
	background-color: #e8e6d5;
	background-image: url('../images/layout/bg_rootnav.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3px 12px;
}
#specialnav a {
	display: inline-block;
	padding: 3px 12px 0;
	height: 16px;
	border-left: 1px dotted #736357;
}
#specialnav a.first {
	border-left: none;
}
#specialnav a.selected, #specialnav a.open {
	color: #026f5a;
}

.centerTitle {
	border-bottom: 1px solid #863147;
	padding-left: 24px;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
.centerTitle h1 {
	color: #863147;
	padding: 0;
	margin: 0;
	font-size: 18px;
	text-transform: none;
}

.centerSubTitle h2 {
	color: #863147;
	padding-left: 5px;
}
#right h2.title {
	background-color: #ababac;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* The Button */
a.button {
	background-image: url(../images/layout/button.png);
	background-position: right 50px;
	color: #863147;
	font-weight: bold;
	display: inline-block;
	height: 26px;
	padding-right: 10px;
	margin-left: 20px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
}
a.button span {
	background-image: url(../images/layout/button.png);
	background-position: left 50px;
	display: inline-block;
	margin-left: -20px;
	height: 19px;
	padding-top: 7px;
	padding-left: 20px;
}
a.button:hover, a.button:focus, a.button:active {
	background-position: right 100px;
	color: #ba0035;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background-position: left 100px;
}
/* The Button : N for negative. */
a.button.n { background-position: right 150px; }
a.button.n span { background-position: left 150px; }
a.button.n:hover, a.button.n:focus, a.button.n:active { background-position: right 200px; }
a.button.n:hover span, a.button.n:focus span, a.button.n:active span { background-position: left 200px; }

