body {
	background-color: #3D4A2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
a {
	text-decoration: none;
}
#header {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -50%;
	overflow: visible;
	background-image:   url("images/pageHead-narratus.jpg");
/* 	background-image:   url("images/pageHeadrer.jpg"); */
	height: 55px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
#headBG_L {
	background-image:   url("images/pageHeaderBG-L.jpg");
	background-repeat: repeat-x;
	position: absolute;
	width: 50%;
	z-index: 0;
	height: 75px;
}
#headBG_R {
	background-image:   url("images/pageHeaderBG-R.jpg");
	background-repeat: repeat-x;
	position: absolute;
	width: 50%;
	z-index: 0;
	height: 75px;
	left: 50%;
}
/*  Navigation links  */
#topnav {
	position: absolute;
	width: 650px;
	left: 50%;
	top: 60px;
	z-index: 2;
	color: #321515;
	margin-left: -65px;
}
#topnav a {
	font-size: 12px;
}
#topnav a:link {
	text-decoration: none;
	color: #FFF0C5;
}
#topnav a:visited {
	text-decoration: none;
	color: #FFF0C5;
}
#topnav a:hover {
	color: #B2A14A;
}
#topnav a:active {
	color: #B2A14A;
}
#topnav a:visited:hover {
	color: #B2A14A;
}
/*  End Navigation links  */
/*  Bread Crumbs  */
#crumbs {
	font-size: 10px;
	color:#785803;
	position: relative;
	top: 3px;
	width: 720px;
	overflow: hidden;
}
#crumbs strong {
	color:#C45E02;
}
#crumbs a:link {
	text-decoration: none;
	color: #785803;
}
#crumbs a:visited {
	text-decoration: none;
	color: #785803;
}
#crumbs a:hover {
	color: #4F4717;
}
#crumbs a:active {
	color: #741B2C;
}
#crumbs a:visited:hover {
	color: #4F4717;
}
/*  End Bread Crumbs  */
#page {
	position: absolute;
	top: 72px;
	margin-left: -390px;
	width: 780px;
	left: 50%;
	z-index: 1;
}
#content {
	padding: 15px;
	font-size: 10pt;
	color: #3C3E3F;
}
/*  content links  */
#content a:link {
	color: #785803;
}
#content a:visited {
	color: #785803;
}
#content a:hover {
	color: #4F4717;
}
#content a:active {
	color: #741B2C;
}
/*  End content links  */

/*  footer Navigation  */
#footerNav {
	font-size: 11px;
	color:#3D4A2B;
}
#footerNav a:link {
	text-decoration: none;
	color: #9E9B93;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
#footerNav a:visited {
	text-decoration: none;
	color: #9E9B93;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
#footerNav a:hover {
	color: #778427;
	border-bottom-color: #BD620B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footerNav a:active {
	color: #706315;
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footerNav a:visited:hover {
	color: #06004E;
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*  End footer Navigation  */
.copyright {
	font-size: 8px;
	color: #7F7F7F;
}
