/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
q:before, q:after { content:''; }
/* end reset */

/* Global Styles follow */
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	text-align:center;
	color:#484749;
	}	
body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#FEFADF;  /* Cream */
	}
.rbody {

  background-image: url(img/page_background.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment:fixed;
	}

.pages, .crumbs, .ft,.blk1, a {
	border: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#06412F;
	}
a:hover,
.ft { 
	color:#484749; 
	}
.cred {
	white-space:nowrap;
	padding-top:10px;
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	}
/* end Global Styles */

/* Global Page Styles follow */
#page {
	width:970px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 5px 5px;
  background-image: url(img/page_background.jpg);
  background-repeat: repeat; 
  background-position: 0 0;
  background-attachment:fixed;
		border-color:#622403;
		border-width:1px;
		border-style:solid;
		}
#content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:795px;
	text-align:left;
	min-height:420px;
	}

* html #content { /*IE6 hack x*/
	width:795px;
	}

#topbar {
	margin:5px 0 0 5px;
	padding:0 0 0 0;
	width:795px;
	height:108px;
  background-image: url(img/topbar_background.jpg); 
  background-repeat: repeat-y; 
  background-position: 0 0;
	color:#CC9A00;  /* Dark Gold */
}

* html #topbar { /*IE6 hack x*/
	width:795px;
	}

#topbar h1 {
	padding:15px 0 15px 0;
	font-size:28px;
	font-style:italic;
	font-weight:bold;	
	text-align:center;
	color:#CC9A00;
	}
#topbar h2 {
	padding:0 0 0 0;
	font-size:26px;
	font-weight:bold;	
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#CC9A00;
	}
#header {
	width:970px;
	margin:0;
	padding:0;
	}
#footer {
	width:837px;
	margin-left:133px;
	margin-right:0;
	padding:0;
	}
/* end Global Page Styles */


