body {
	background-color: #4B5847;
	margin:0;
	padding-top:30px;
	background:url(../images/main_bgd.jpg);
}
body,td,th,p,div {
	font: 12px/1.3 Verdana, Helvetica, sans-serif;
	color: #fff;
}
#pageWrapper {   /* div */
	text-align:center;
}
#pageWrapper1 {   /* shadow middle */
	width:1008px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_middle.jpg) center repeat-y;
}
#pageWrapper2 {   /* shadow top */
	padding-top:7px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_top.jpg) top no-repeat;
}
#pageWrapper3 {   /* shadow bottom */
	text-align:center;
	padding-bottom:7px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_bottom.jpg) bottom no-repeat;
}
#wrapperWidth {   /* div */
	width:990px;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:0;
	background:#B39D8A url(../images/sandstone_bgd.jpg) repeat;
}
.small {
	font-size:11px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
	color: #4B5847;
}
blockquote {
	margin:0;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8B5657;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
		padding:0;
		margin:0;
}
	#menu {
		float:left;
		width:210px;
		padding:0;
		margin:0;
	}
	#mainImage {
		padding:0;
		margin:0;
		margin-left: 210px;
	}
	.mainImageBox {
		width:790px;
	}
#pageContent {
	clear:both;
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/submenu_bgd.gif) left top repeat-y;
}
	#subMenuBox {
		float: left;
		width: 209px;
	}
		#subMenu {
			text-align:right;
			padding-top:28px;
			padding-right:25px;
			font: 13px/1.8 Georgia, "Times New Roman", Times, serif;
		}
		#subMenu a:link {
			color: #E4D8C9;
			text-decoration:none;
		}
		#subMenu a:visited { color:#E4D8C9; text-decoration:none; }
		#subMenu a:hover { color:#E4D8C9; text-decoration:none; }
		#subMenu a:active { color:#E4D8C9; text-decoration:none; }
		
	#mainContent {
		margin-left: 209px;
		padding:30px;
		border-left: #660033 dotted 1px;
	}
#pageFooter {
	clear:both;
	width:990px;
	text-align:center;
	margin:0 auto;
}
	#footerInside {
		text-align:right;
		margin:0 auto;
		font: 10px/1.0 Verdana, Helvetica, sans-serif;
		color: #A29188;
	}
	#footerInside a:link {
	color: #A29188;
	text-decoration:none;
	}
	#footerInside a:visited { color:#A29188; text-decoration:none; }
	#footerInside a:hover { color:#fff; text-decoration:none; }
	#footerInside a:active { color:#A29188; text-decoration:none; }
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color: #840000; text-decoration:none; }
a:visited { color:#840000; text-decoration:none; }
a:hover { color:#fff; text-decoration:none; }
a:active { color:#840000; text-decoration:none; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #7C0C22;
}
h1 {
	font-size: 16px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}
.imgNormal {
	padding: 3px;
	border: 1px solid #708369;
}
.imgRight {
	padding: 3px;
	border: 1px solid #708369;
	float:right;
	margin-left:40px;
	margin-bottom:40px;
}
.imgLeft {
	padding: 3px;
	border: 1px solid #708369;
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
