/* LAYOUT */
body{
	background-image: url('/images/background.jpg');
	background-repeat: repeat;
	*text-align: center;
	font-family: arial, sans-serif;
	font-size: 108%;
}
#doc{
	margin: .5em auto;
	width: 786px;
	text-align: left;
}
/* HEADER */
#hd{
	margin: 0;
	padding: 0;
}
	#banner{
		background-image: url('/images/top.jpg');
		background-repeat: no-repeat;
		height: 200px;
	}

/* body layout is in onecol.css or twocol.css! */
#bd{
	text-align: left;
	background-color: #fff;
	margin: 0px 0px 0px 18px;
	padding: 0px 36px 10px 208px;
	background-image: url('/images/right.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	overflow: hidden;
	*height: 1%;
}
	#left{
		width: 178px;
		padding: 10px 3px 10px 0px;
		float: left;
		margin: 10px 0px;
		margin-left: -188px !important;
		margin-left: -94px;
		text-align: left;
	}
	#right{
		width: 494px !important;
		width: 484px;
		padding: 10px 0px 10px 19px;
		margin: 10px 10px 10px 0px;
		float: left;
		border-left: 1px solid #ccc;
	}
	#bt{
		background-image: url('/images/bottom.jpg');
		background-repeat: repeat-y;
		width: 786px;
		height: 30px;
		margin: 0 auto;
	}
/* footer */
#ft{
	margin: 0em auto;
	text-align: center;
	color: #eee;
	width: 750px;
	padding: 0 0 1em 0;
	font-size: 75%;
}

/* GENERAL STYLING */

/* links */
a{
	color: #369;
}
a:hover{
	color: #C60;
}
#ft a{
	color: #C60;
}
#ft a:hover{
	color: #FFF;
}

img{
	margin: 10px;
}
.right{
	margin-right: 0;
}
.left{
	margin-left: 0;
}
.outline{
	border: 1px solid black;
}

/* lists */
#bd ul li{
	list-style: square;
}
#bd ol{
	font-weight: bold;
}
#bd li{
	color: #369;
}
#bd li span{
	color: #000;
	font-weight: normal;
}

/* headers */
h1,h2,h3,h4,h5{
	color: #c60;
	margin: 0 0 .5em 0;
	text-indent: 0px;
	letter-spacing: .1em;
}
h1{
	font-size: 125%;
}
h2{
	font-size: 115%;
	color: #369;
}
h3{
	font-size: 105%;
}
h4{
	font-size: 100%;
	color: #369;
}
h5{
	font-size: 100%;
}
h5{
	color: #000;
	text-indent: 0px;
	font-style: italic;
	font-weight: bold;
}
/* specific */
.center{
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.center h3{
	padding-bottom: 15px;
}
ul.biblio li{
	text-indent: -20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.booklist{
	display: table;
}
ul.booklist li{
	list-style: none;
	color: #000;
	display: table-cell;
	width: 85px;
	font-size: 50%;
	*float: left;
}
table, td{
	border: 0px;
}
/* sidebar */
#left ul{
	margin: 0;
	padding: 0 0 10px 10px;
}
#left ul li{
	list-style-type: none;
	margin: 0 0 10px 0;
}
#left h1,#left h2,#left h3,#left h4,#left h5{
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#left h5{
	color: #369;
	font-style: normal;
}
#left a{
	color: #666;
	text-decoration: none;
}
#left a:hover{
	color: #999;
}
#left .small{
	font-size: 60%;
	padding: 0 0 0 10px;
}
#left .headshot{
	border: 1px solid black;
	margin-bottom: 20px;
}
.smaller{
	font-size: 80%;
}
sup{
	vertical-align: super;
	color: #369;
	font-weight: bold;
	font-size: 50%;
}
#bd div.quotes{
	border: 5px solid #346667;
	padding: 2px;
	margin: 5px 10px;
}
#bd div.quotes ul{
	border: 2px solid #346667;
	padding: 5px;
	margin: 0;
}
#bd div.quotes li{
	list-style: none;
	color: black;
}
#bd .byline{
	display: block;
	margin: 0 0 0 20px;
	padding: 0px;
	border: none;
	font-style: italic;
}
/* COLORS           */
/* blue: #369;      */
/* orange: #c60		*/
#bd .highlight{
  color: #505;
}
