body, html {
	height: 100%; /* needed for footer to "stick" to bottom */
	margin: 0 auto;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(/media/background%20-%20beige%20crackle.gif);
	font-size: 10pt;
	}

body {
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1 { /* Used only for Masthead "Constant Waterman" */
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3em;
	color: darkgreen;
	height: 50px; /* 73px; /* ie5win fudge ends */
	text-align: center;
	width: 720px;
	margin: 0 0 0 15px;
	padding: 0 5px 0 125px;
	background: #fff url(/media/CW-Dory2a.JPG) no-repeat 5px 0;
	border-bottom: 4px solid darkgreen;
	}

h2 { font-size: 15pt; }
h3 { font-size: 11pt; margin: 1em 0; } 
h4 { font-size: 9pt; } 
h5 { font-size: 7pt; font-weight: normal; color: darkgreen;}

ul {
    list-style: none;
    }

ul li {
    margin: 0;
    padding: 0;
}
/* The following a: pseudo-classes must remainin the order they appear to function properly */

a:link, a:visited {  /* unvisited link */
	text-decoration: none;
	color: darkgreen;
}

a:hover, a:active { /* mouse over link */
	text-decoration: underline;
	color: #003300;
}

p {
	line-height: 15pt;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	}

table {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

img { border: 0; }

img.border { border: #ddb 10px solid; }

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	

.CaptionFont {
	font-size: 10px;
	font-style: italic;
	color: #000000;
	line-height: 12px;
	font-weight: normal;
}

.OrderFont {
	font-size: 10px;
	line-height: 12px;
	}

.email {
	font-size: medium;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

.email:hover {
		text-decoration: underline;
		color: #FF0000;
}


.small {
	font-size: 8pt;
	color: #000;
}


.floatright {
    float: right;
    padding-left: 12px;
    }
    
#ReadersFootnote {
	z-index: 5;
	font-style: italic;
	}

.italic a {
	text-align: right;
	font-size: .85em;
	font-style: italic;
	}
	
.center, .center p {
	text-align: center;
    }
	
.tiny {
	font-size: 9px;
}

div#audio {
	border: #ddd 1px solid;
	margin: 15px 30px;
	
}
	
#audio p {
	padding: 10px;
}

div#sidebar {
	float: left;
	width: 175px;
	margin: 0 0 0 15px;
	padding: 5px; /* */
	display: inline; /* Fixes IE double-float margin bug */
	font-size: 8pt;
	line-height: 16pt;
	text-align: center;	
	/* Total width: 170 + 15 left margin + (5 + 5) padding + (1 + 1) border = 197px */
	}


div#sidebar ul, div#sidebar li {
	line-height: 1.8em;
	padding: 0;
}

div#sidebar ul.menu li {
    margin: 0 0 0 -16px; /* adjust left margin for a:hover "bullet" */
}

div#sidebar ul.menu a {
	padding-left: 16px; /* must match negative left margin in div#sidebar li */ 
	padding-bottom: 4px; /* prevent cutting off bottom of list-item graphic */
}

div#sidebar ul.menu a:hover {
	background: url("/media/bullet.gif") -1px 1px no-repeat;
}

div#sidebar p {
    text-align: center;
    }
    
div#footer {
	clear: both;
	height: 38px;
	position: absolute; /* */
	margin: 0 15px; /* */
	background-color: #fff;
	border-top: darkgreen 4px solid;
	width: 850px;
	bottom: 0;
	padding: 0;
	color: #000;
}
div#footer p {
	text-align: center;
}

/*
div#nav {
	margin-left: 205px;
} 
div#nav a {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
} /* */

/*
#listen {
	text-align: left;
	margin: 0px 15px;
}

#listen h3, #listen h4 {
	text-align: left;
	margin: 5px 0;
	padding: 10px 0;
} /* */

div#wrap {
	width: 875px;
	background: #fff url('/media/wrap.gif') top left repeat-y; 
	padding: 0; margin: 0 auto;
	position: relative; /* needed for footer positioning*/
/*	border-left: darkgreen 4px solid;
	border-right: darkgreen 4px solid; /* */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	}
	
div#push {
	height: 48px;
	}
	
div#content {
	min-height: 650px;
	margin: 0 20px 0 195px;
	padding: 18px 25px 0;
	width: 605px; /* (#top width + padding + margins + borders) - (#m-r margins + padding + borders)
					  (830 + (15+15) + (15+15) + 1 + 1) - (212 + (15+15) + (15+15) + (1+1) = 618*/
/*	display: inline; /* Fixes IE double-float margin bug */
	}


body#listen div#content, body#listen div#content p {
	text-align: center;
} /* */

div#excerpts {
    margin: 0 auto;
    width: 500px;
    min-height: 700px;
    padding: 0 25px 15px;
    font-size: 1.1em;
	line-height: 1.1em;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 4px;
	border-right-style: ridge;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-left-width: 1px;
	border-left-style: solid;
    }

div#excerpts, div#toc, div#subnav {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 11pt;
    }

div#excerpts p {
    text-align: justify;
    }

div#excerpts h3, div#toc h3 {
    font-size: 15pt;
	font-style: italic;
    }
    
div#excerpts h3#title {
	font-size: 22pt;
	margin: 150px 0 75px 0;
    }

div#excerpts h4 {
    font-size: 13pt;
    font-style: italic;
    margin: 0;
    }

div#toc {
    text-align: left;
    padding: 10px 60px;
    }

div#toc ul {
	margin: 10px;
	padding: 10px;
}

div#toc li {
    padding: 2px 0;
    }

div#subnav p {
    font-size: 11pt;
    text-align: center;
    font-style: italic;
    }

body#links div#content ul, body#links div#content h4 {
    text-align: left;
    padding: 0;
    }
    
body#links div#content ul {
    list-style: disc;
    margin-left: 15px;
    }

p#cms {
    width: 70%;
    margin: auto;
    padding: 5px 0;
    border-top: #ddd 1px solid;
    }

.error { color: red; }
