
body {
	padding: 0 20px 20px 20px;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #38362e;
	background: url(/site/images/body_bg.gif) top center repeat-y #fff9e9;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #c55a04;
}
a:hover {
	text-decoration: underline;
	color: #9aa12b;
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.5em;
	color: #375708;
	font-weight: normal;
}
h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.3em;
	color: #375708;
	font-weight: normal;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	color: #660000;
	font-weight: normal;
}
	h3 a, h3 a:visited {
		color: #660000;
	}
h4 {
		clear: both;
		display: block;
		color: #375708;
		font-weight: bold;
		font-size: 1em;
		margin: 0 0 12px 0;
		padding: 12px 0 0 0;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

.clear, .clr {
	clear: both;
}


#topBorder {
	height: 21px;
	background: url(/site/images/top_border.gif) bottom center no-repeat;
}

#shadowEdge {
	background: url(/site/images/body_bg.gif) top center repeat-y;
	width: 776px;
	margin: 0 auto;
}

#container {
	width: 764px;
	margin: 0 auto;
	background: #fbf0cf;
	position: relative;
}


#header {
	min-height: 225px;
	height: auto !important;
	height: 225px;
	background: url(/site/images/header_bg.jpg) top left no-repeat #151e00;
}
	#logo {
		height: 135px;
		clear: both;
		background: url(/site/images/header_text.gif) top left no-repeat;
		text-indent: -9999px;
	}
	

	
	
	
	
#mainContent {
	padding: 20px 35px 0 35px;
	margin: 0 0 20px 0;
	position: relative;
}

	
		#leftSidebar {
			width: 154px;
			margin-right: 20px;
			float: left;
			font-size: 0.95em;
			color: #86827b;
		}
		
		#content {
			width: 360px;
			margin-right: 10px;
			float: left;
		}
		
		#rightSidebar {
			width: 140px;
			float: right;
			font-size: 0.95em;
			color: #86827b;
		}
		
		
		
#footer {
	clear: both;
	padding-left: 209px;
	min-height: 35px;
	height: 35px;
	/*color: #fbf0cf;*/
	border-top: 1px solid #fff9e9;
	padding-top: 8px;
	/*background: url(/site/images/footer_bg.jpg) top left no-repeat;*/
	line-height: 14px;
}
	#footer div {
		font-size: 0.95em;
	}
	#footer span {
		font-size: 0.95em;
	}
	
	#footer a, #footer a:visited {
		color: #38362e;
	}



#navHeader {
	position: absolute;
	top: 136px;
	left: 0;
	min-height: 64px;
	height: auto !important;
	height: 64px;
	width: 764px;
	background: url(/site/images/header_bg.jpg) bottom left no-repeat #151e00;
}

#navColumn {
	padding: 0 0 0 45px;
	width: 164px;
	min-height: 91px;
	height: auto !important;
	height: 91px;
	float: left;
	line-height: 14px;
}
	#navColumn ul {
		margin: 0;
		padding: 4px 0 0 0;
	}
		#navColumn li {
			margin: 0 0 2px 0;
			padding: 0;
			list-style: none;
			color: #86827b;	
		}
			#navColumn a, #navColumn a:visited {
				color: #86827b;	
			}
			#navColumn a:hover {
				color: #9aa12b;
			}
			#navColumn .active a, 
			#navColumn .active a:visited,
			#navColumn .activefolder a,
			#navColumn .activefolder a:visited {
				color: #9aa12b;
			}
			
	
#navColumn2 {
	color: #fbf0cf;
	width: 370px;
	min-height: 62px;
	height: auto !important;
	height: 62px;
	float: left;
	padding: 0 0 0 0;
	line-height: 14px;
}
	#navColumn2 ul {
		margin: 0;
		padding: 4px 0 0 0;
	}
		#navColumn2 li {
			margin: 0 0 2px 0;
			padding: 0;
			list-style: none;
			color: #fbf0cf;	
		}
			#navColumn2 a, #navColumn2 a:visited {
				color: #86827b;	
			}
			#navColumn2 a:hover {
				color: #9aa12b;
			}
			#navColumn .active2 a, #navColumn2 .active a:visited {
				color: #9aa12b;
			}




/* other bits */

.date {
	display: block;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 0.9em;
}
	.date span {
		font-weight: normal;
	}
.link {
	display: block;
	clear: both;
	padding: 3px 0 0 0;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 11px;
}
	.back a {
		background: url(/site/images/prev.gif) 0px 0px no-repeat;
		padding-left: 10px;
	}
	.next a {
		background: url(/site/images/next.gif) 0px 0px no-repeat;
		padding-left: 10px;
	}
	
	.back a, .back a:visited , .next a, .next a:visited {
		text-decoration: none;
	}


.bookSpace {
	margin: 0 0 12px 0;
}
.bookSpace span {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
}
	.bookSpace h4 {
		clear: both;
		display: block;
		color: #c55a04;
		font-weight: bold;
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	.bookSpace a img {
		border: 0;
	}
	
.newSpace span {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
}
	.newSpace h4 {
		clear: both;
		display: block;
		color: #c55a04;
		font-weight: normal;
		font-size: 1.2em;
		margin: 0;
		padding: 0;
	}
	
.listSpace span {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
}
	.listSpace h4 {
		clear: both;
		display: block;
		color: #375708;
		font-weight: bold;
		font-size: 1em;
		margin: 0;
		padding: 12px 0 0 0;
	}
	
	.listSpace li {
		clear: both;
		display: block;
		margin: 0 0 12px 0;
	}





#records li {
	display: inline;
	float: left;
	margin: 0 0 12px 0;
	clear: both;
}
	*html #records li {
		width: 100%;
	}






/* pagination
------------------------------------ */

.previousNext {
	padding: 10px 0 0 0;
	clear: both;
	font-size: 0.9em;
	height: 25px;
}
	.menuContainer {
		float: right;
	}
		.menuContainer select {
			border: 1px solid #999;
			font-size: 11px;
			background: #FFF;
		}
	
	.pipe1, .pipe2 {
		display: none;
	}
	
	.links {
		float: left;
	}
		.previousLink {
			border-right: 1px solid #666;
			padding: 0 5px 0 0;
		}
			.previousLink a {
				background: url(/site/images/prev.gif) top left no-repeat;
				padding: 0 0 3px 10px;
			}
		.nextLink {
			padding: 0 0 0 5px;
		}
			.nextLink a {
				background: url(/site/images/next.gif) top right no-repeat;
				padding: 0 10px 3px 0;
			}
			
	.disabled {
		color: #999;
	}








