	/* Primary layout */

html {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff; 
	background-image: url(../images/htile.gif);
	background-repeat: repeat-x; 
	font-size: 76%;
/*	min-width: 800px;
	max-width: 1000px;
*/	height: 100%;
	}

#subcontainer #main #table_of_contents p {
	font: 1em/1.2em Verdana,Arial,sans-serif;
}

table {
	border-collapse:collapse;
	width:100%;
}

table, th, td {
	border: 1px #DDD;
	padding:0;
	margin:0;
}

#envelope {
	min-height: 100%;
	position: relative;
	background-image: url(../images/vtile.gif);
	background-repeat: repeat-y; 
	min-width: 798px;
	max-width: 1000px;
	overflow: hidden;
	}

#container {
	padding-left: 220px;
	padding-right: 224px;
	overflow: hidden;
	margin-bottom: 70px;
	}

#subcontainer {
	padding-left: 220px;
	padding-right: 100px;
	overflow: hidden;
	margin-bottom: 70px;
	}

#container .column {
	position: relative;
	float: left;
/*	padding-bottom: 20010px;
	margin-bottom: -20000px;
*/	}

#subcontainer .column {
	position: relative;
	float: left;
/*	padding-bottom: 20010px;
	margin-bottom: -20000px;
*/	}

#head {
	min-width: 798px;
	max-width: 1000px;
	height: 134px;
	background-image: url(../images/htile.gif);
	}

#main {
	width: 100%;
	background-color: #fff;
	padding: 25px;
	}

#left {
	width: 189px;
	right: 270px;
	margin-left: -100%;
	padding: 248px 15px 15px 15px;
	background-color: #dad7cf;
	border-right: 1px solid #8d8d8d;
	}

#right {
	width: 140px;
	margin-right: -224px;
	padding: 15px;
	}

#boiler {
	min-width: 798px;
	max-width: 1000px;
	}

#boilerwrap {
	position: relative;
	margin-top: -40px;
	clear: both;
	background-image: url(../images/btile.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 40px;
	}






#logo {
	position: absolute;
	top: 37px;
	left:0;
	}

#colorfill {
	position: absolute;
	top: 108px;
	left:0;
	}

#portrait {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #8d8d8d;
	}

#book {
	position: absolute;
	left: 65px;
	top: 221px;
	z-index: 123;
	}

.bookslice {
	float: right;
	display: inline;
	margin-right: -15px;
	}

#bookpoint {
	position: absolute;
	left: 219px;
	top: 326px;
	z-index: 123;
	}





	/* Navigation */

#nav {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	left: 220px;
	top: 74px;
	width: 520px;
	height: 60px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	}

#nav ul li {
	float: left;
	display: inline;
	}

#nav li a {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	}

#biowrap {
	background: url(../images/nav_bio_over.gif) no-repeat;
	width: 120px;
	height: 60px;
	} 

a#bio:link, a#bio:visited {
	background: url(../images/nav_bio_up.gif) no-repeat;
	width: 120px;
	height: 60px;
	} 

a#bio:hover, a#bio:focus {
	background: url(../images/nav_bio_over.gif) no-repeat;
	width: 120px;
	height: 60px;
	} 

#pubwrap {
	background: url(../images/nav_pub_over.gif) no-repeat;
	width: 126px;
	height: 60px;
	} 

a#pub:link, a#pub:visited {
	background: url(../images/nav_pub_up.gif) no-repeat;
	width: 126px;
	height: 60px;
	} 

a#pub:hover, a#pub:focus {
	background: url(../images/nav_pub_over.gif) no-repeat;
	width: 126px;
	height: 60px;
	} 

#prawrap {
	background: url(../images/nav_pra_over.gif) no-repeat;
	width: 95px;
	height: 60px;
	} 

a#pra:link, a#pra:visited {
	background: url(../images/nav_pra_up.gif) no-repeat;
	width: 95px;
	height: 60px;
	} 

a#pra:hover, a#pra:focus {
	background: url(../images/nav_pra_over.gif) no-repeat;
	width: 95px;
	height: 60px;
	} 

#newwrap {
	background: url(../images/nav_new_over.gif) no-repeat;
	width: 70px;
	height: 60px;
	} 

a#new:link, a#new:visited {
	background: url(../images/nav_new_up.gif) no-repeat;
	width: 70px;
	height: 60px;
	} 

a#new:hover, a#new:focus {
	background: url(../images/nav_new_over.gif) no-repeat;
	width: 70px;
	height: 60px;
	} 

#conwrap {
	background: url(../images/nav_con_over.gif) no-repeat;
	width: 109px;
	height: 60px;
	} 

a#con:link, a#con:visited {
	background: url(../images/nav_con_up.gif) no-repeat;
	width: 109px;
	height: 60px;
	} 

a#con:hover, a#con:focus {
	background: url(../images/nav_con_over.gif) no-repeat;
	width: 109px;
	height: 60px;
	} 

.navtxt {
	margin-left: -1000px;
	}














	/* Typography */

p {
	font: normal 1.3em/1.6em Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	}

#left p, #right p {
	font: normal 0.95em/1.6em Verdana, Arial, sans-serif; 
	color: #000;
	}

#right h3 {
	margin-top: 1.3em;
	}

#boiler p {
	font: normal 0.75em/1.25em Verdana, Arial, sans-serif; 
	color: #7894ba;
	padding-left: 245px;
	margin-top: 0;
	}

#subcontainer #main p {
	font: normal 1.2em/1.5em Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	}

#subcontainer #main h1 {
	font: normal 2.2em/1.4em Georgia, 'Times New Roman', Times, serif; 
	margin-top: 0em;
	color: #7894ba;
	}

h2, h3, h4, h5, h6 {
	margin-top: 2.5em;
	}

h1 {
	font: normal 2.4em/1.4em Georgia, 'Times New Roman', Times, serif; 
	margin-top: 0em;
	color: #7894ba;
	}

h2 {
	font: normal 1.4em/1.6em Georgia, 'Times New Roman', Times, serif; 
	color: #7894ba;
	}

h3 {
	font: normal 1.1em/1.3em Verdana, Arial, sans-serif; 
	color: #a4000c;
	}

h4 {
	font: bold 1.0em/1.4em Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h5 {
	font: bold 1.0em/1.2em Verdana, Arial, sans-serif; 
	color: #a4000c;
	}

h6 {
	font: bold 1.0em/1.2em Verdana, Arial, sans-serif; 
	color: #7894ba;
	}

#subcontainer #main ul {
	margin-left: 0;
	padding-left: 0;
	}

#subcontainer #main ol {
	margin-left: 0;
	padding-left: 0;
	}

ul li.list {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	list-style: disc inside;
	padding: 3px 0;
	margin: 0;
	}

ul li.listnobull {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	list-style: none inside;
	padding: 3px 0;
	margin: 0;
	}

ol li {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	list-style: decimal inside;
	padding: 3px 0;
	margin: 0;
	}

ol li.roman {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	list-style: upper-roman inside;
	padding: 3px 0;
	margin: 0;
	}

dl dt {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	padding: 3px 0;
	}

dl dd {
	font: normal 1.0em/1.4em Verdana, Arial, sans-serif; 
	color: #000;
	padding: 3px 0;
	}

pre {
	font-family: monospace;
	color: #000;
	font-size: 1.2em;
	}

bold, strong {
	color: #000;
	}

.ref {
	font: normal 1.0em/1.6em Verdana, Arial, sans-serif; 
	color: #666;
	}

.italics {
	color: #5175a9;
	font-style: italic;
	}






	/* Default links */

p a:link, p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

p a:hover, p a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

p a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}

#left p a:link, #left p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #a4000c;
	background: transparent;
	}

#left p a:hover, #left p a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #a4000c;
	background: #fff;
	}

#left p a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}

#right p a:link, #right p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

#right p a:hover, #right p a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background: #eaeaea;
	}

#right p a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}

li.list a:link, li.list a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

li.list a:hover, li.list a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

li.list a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}

li.listnobull a:link, li.listnobull a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

li.listnobull a:hover, li.listnobull a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

li.listnobull a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}


ol li a:link, ol li a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

ol li a:hover, ol li a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

ol li a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}


dl dt a:link, dl dt a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

dl dt a:hover, dl dt a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

dl dt a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}


dl dd a:link, dl dd a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #527097;
	background: transparent;
	}

dl dd a:hover, dl dd a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #527097;
	background: #eaeaea;
	}

dl dd a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #5175a9;
	}


#boiler p a:link, #boiler p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #7894ba;
	background: transparent;
	}

#boiler p a:hover, #boiler p a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: #7894ba;
	background: #eaeaea;
	}

#boiler p a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #7894ba;
	}

#clear {
	clear: left;
	line-height: 0;
	height: 0;
	}

.alt {
	display: none;
	}


	/* © 2007 Designed by Threestory Studio */



