@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Above is CSS to zero out browser defaults */

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

body {
	background-color: #fef6e2;
	background-image: url(../images/top_border.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Palatino, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#655f52;
}			

p {
	line-height:24px;
	margin-top:15px;
	text-align:left;
}

h1 {
	font-size:28px;
	font-color:#39471a;
    font-weight: normal;
	text-align:center;
	line-height:31px;
	margin-top:5px;
}

h2 {
	font-size:15px;
	font-color:#655f52;
	text-align:left;
	margin-top:10px;
}

h3 {
	font-size:20px;
	font-color:#655f52;
	text-align:center;
	font-weight:normal;
	margin-top:15px;
	line-height:24px;
}

a:link {
	color: #7f954a;
	text-decoration:none;
}
a:visited {
	color: #93ab5a;
}
a:hover {
	color:#be4d27;
	text-decoration:underline;
}

#header {
}

#sidenav {
	width:265px;
	float:left;
	text-align:right;
	padding-right:15px;
	line-height:21px;
	font-size:15px;
	padding-bottom:30px;
}

.sidenavheaders {
	font-weight:bold;
	font-style:italic;
	margin-top:18px;
}

.topsidenavheader {
	font-weight:bold;
	font-style:italic;
}

#content {
	width:690px;
	margin-left:290px;
	margin-top:100px;
	padding-bottom:30px;
}

#contentcontainer {
	width:690px;
	margin-left:290px;
	margin-top:100px;
	vertical-align:top;
}

#essayheadercontent {
	border-bottom-style: solid;
	border-bottom-color: #544d3e;
	border-bottom-width: 3px;
	padding-bottom:6px;
	overflow:hidden;
}

#essayinfo {
	width:200px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #544d3e;
	float:right;
	line-height:17px;
	padding-left:15px;
}

#essaycontent {
	width:590px;
	margin-bottom:30px;
	padding-left:50px;
	padding-right:50px;
}

#bookpraise {
	width:300px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #544d3e;
	float:right;
	padding-left:15px;
	margin-left: 15px;
}

.picture { 
	background-color: #e6dec9; 
	border: 1px solid #d1c8b0; 
	padding: 3px; 
	font-size:11px;
	text-align:center;
}
 
.picture img { 
	border: 1px solid #d1c8b0; 
	vertical-align:middle; 
	margin-bottom: 3px; 
} 

.center { 
	margin-left:auto;
	margin-right:auto;
}

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;
}
 
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left;
} 

.caption { 
	font-size:11px;
	text-align:center;
}

.floatimageleft {
	float:left;
}

.centertext {
	text-align:center;
}

.interview {
	border-bottom-style: solid;
	border-bottom-color: #544d3e;
	border-bottom-width: 3px;
	padding-bottom:6px;
	overflow:hidden;
}

.interviewinfo {
	width:200px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #544d3e;
	float:right;
	line-height:15px;
	padding-left:5px;
}