html { 	background-color: white;}

html, html * { 	margin: 0; 	padding: 0;	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.2em;
	width: 780px;
	margin: 0 auto;
	}

p { 
	padding-bottom: 0.6em;
	line-height: 1.0em;
	}
h1, h2, h3, h4, h5, h6 { line-height: 1.2em; }

img { border: 0; }



/* pre, blockquote, cite, em, strong, ul, ol, li, dl, dt, dd */
/* table, caption, col, colgroup, thead, tbody, td, tr, th, tfoot */

/* container, header, toolbar, main, utility1, utility2, footer */

/* Structural / Layout */

#header {
	height: 3.6em;
	}

#wrapper {
	
	}
	
#main {
	float: right;
	width: 100%;
	margin-left: -160px;
	}
	
#main-wrapper {
	position: relative;
	left: 0;
	margin-left: 160px;	
	height: 400px;
	width: 600px;
	overflow: hidden;
	background: #dddddd;
	}

#main-content {
	position: relative;
	top: 0;
	left: 0;
	height: 360px;
	width: 560px;
	padding: 10px;
	margin: 10px 30px 10px 10px;
	overflow: hidden;
	z-index: 90;
	overflow: auto;
	}
	
#main-content-picture {
	position: relative;
	top: 0;
	left: 0;
	height: 400px;
	width: 600px;
	overflow: hidden;
	}

#main-frame {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/page-window.gif") no-repeat top left; 
	height: 400px;
	width: 600px;
	
}

/* main h1 */

/* h2 {
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
}
*/

#sidebar {
	position: relative;
	top: 0;
	right: 0;
	width: 150px;
	float: left;
	z-index: 100;
	height: 400px;
	}

.clearing {
	height: 0;
	clear: both;
}


/* Text Formatting */

.underline {
	text-decoration: underline;
}

div.nav-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 120px;
	height: 190px;
	margin: 0 10px;
	padding: 5px;
	background: url("images/sidebar-navigation.gif") no-repeat top left; 
	}

.nav-links h1, #footer h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 11pt;
	line-height: 12pt;
	letter-spacing: -1pt;
	text-align: left;
	width: 120px;
	margin: 0 auto 0 11px;
	padding: 5px;
	}
	
a.index-link {
	display: block;
	margin: 2px auto;
	text-align: center;
	color: 220022;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	font-weight: 900;
	letter-spacing: -0.5pt;
	text-decoration: none;
	border-left: 2px black dotted;
	border-right: 2px black dotted;
	}


ul.nav-links {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.nav-links li {
	list-style-type: none;
	color: blue;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	letter-spacing: -1px;
	font-weight: 600;
}

.nav-links a { text-decoration: none; }
.nav-links a:link { color: blue; }
.nav-links a:visited { color: #0000AA; }
.nav-links a:active { color: #5555FF; }
.nav-links a:hover { color: #5555FF; }

.resume-table {
	border: 0;
	width: 100%;
}

.resume-content h1 { font-size: 18pt; font-weight: 200; line-height: 20pt; }
.resume-content h2 { font-size: 15pt; font-weight: 200; line-height: 18pt; }
.resume-content h3 { font-size: 13pt; font-weight: 600; line-height: 16pt; }
.resume-content h4 { font-size: 12pt; font-weight: 400; line-height: 15pt; }
.resume-content h5 { font-size: 10pt; font-weight: 600; line-height: 12pt; }
.resume-content h6 { font-size: 8pt; font-weight: 600; line-height: 10pt; }

.resume-content h2, 
.resume-content h3, 
.resume-content h4, 
.resume-content h5, 
.resume-content h6 { margin: 0; padding: 0; position: relative; left: -5px;}

.resume-content .col1 {
	width: 35%;
	font-size: 8pt;
	line-height: 9pt;
}

.resume-content .col2 {
	width: 55%;
	font-size: 8pt;
	line-height: 9pt;
}

.narrative-bio {

}

.narrative-bio p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	font-weight: 100;

}

/* Throwaway */

.picture img {
	display: block;
	}


.image-th {display:block; float: left; border: 2px black solid; width: 170px; height: 200px; padding:4px; margin: 10px 10px 10px 0; text-align:center;}
.image-th a {text-decoration:none;}
.image-th img {clear:both;}
.image-th span.image-caption {display:block; text-align:left; font-size:0.8em; line-height:1.0em; margin-top: 3px; margin-bottom:10px;}