/* CSS Document */

body {
	background: #5C0022 url(/images/back_page.gif) repeat-x;
}

#page {
	width: 767px;
	background: #E3D79A url(/images/back_content.gif) repeat-y;
	border-left: solid 1px #E3D79A;
	border-right: solid 1px #E3D79A;
	border-bottom: solid 1px #E3D79A;
	text-align: left;
}
#navBar {
	width: 477px;
	margin-top: 1px;
	margin-bottom: 15px;
	border-top: solid 1px #5C0022;
	border-bottom: solid 1px #5C0022;
	background: #C4B87D;
}
.navHeading {
	text-align: left;
	background: #EEE7C1;
	padding: 3px;
	font: normal 12px Tahoma, Arial;
	color: #5C0022;
}
.navCell {
	text-align: center;
	background: #EEE7C1;
	padding: 3px;
	font: normal 12px Tahoma, Arial;
	color: #C7AC9F;
}
#footer {
	padding: 0px 60px 10px 25px;
	text-align: left;
}

.note {
	font: italic 12px Arial;
}


.mainTable {
	widht: 767px;
}
.left {
	width: 290px;
}
.right {
	width: 476px;
}
#content {
	background: transparent;
	padding: 10px 25px;
}

h1 {
	font: bold 17px/25px Tahoma, Arial;
	color: #5C0022;
}
.hi {
	font: bold 24px/20px Tahoma, Arial;
	color: black;
}
p,td,li {
	font: normal 14px/18px Arial;
}

/* Links */

a,
a:visited {
	color: #000099;
}
a:hover {
	color: #5C0022;
}

a.nav,
a.nav:visited {
	font: 12px Tahoma, Arial;
	color: #5C0022;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #000000;
}
a.footer,
a.footer:visited {
	font: 10px Arial;
	color: #584d27;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	color: #5C0022;
}

a.navHi,
a.navHi:visited {
	font: bold 12px Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	background: #5C0022;
	border: solid 1px #5C0022;
	padding: 3px 8px;
}
a.navHi:hover {
	background: #000000;
}