div#main-text pre.poem {
	margin-left: 10%;
	font: .7em/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.red { background-color:#FF0066;}
/*test*/
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #CCFFCC;
	font-size: 110.01%;
}

table#banner {
	background-color: #99FFCC;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
/*	font-weight: bold; */
	padding: 5px 0 17px 25px;  /* play with these values */
	margin: 0 0 10px;
}

table#banner td {
	text-align: center;
}

table#banner td#maintitle {
	font-size: 1.2em;
}	

table#banner td#sectiontitle {
	font-size: 1.0em;
}

/* Styles for the main text on the page. */
div#main-text {
	margin: 0 20% 20px 190px;
}

div#main-text h1 {
	font-size: 1em;
	border-bottom: 1px #999 dashed;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 15px 0;
	text-align: center;
}

div#main-text h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

div#main-text h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
}

/* hack that replaces, say, h1+h1, which doesn't work in IE */
div#main-text .earlylines {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

div#main-text .lastline {
	border-bottom: 1px #999 dashed;
	padding-bottom: 10px;
}

div#main-text p, div#main-text ul, div#main-text ol /*,  div#main-text table */ {
	font-size: .7em;
	line-height: 1.4;
	margin: 0 0 12px 0;
	padding: 0;
}

/* this shows the problem of ems, but I'm not going to try to change now. */
div#main-text ul ul, div#main-text ul ol, div#main-text ol ul, div#main-text ol ol {
		font-size: 1em;
}

div#main-text ol, div#main-text ul {
	margin-left: 40px;
}

div#main-text .left {
	float: left;
	margin: 2px 10px 8px 0;
	border: 1px solid #000000;
}

/* Using to center images */
div#main-text div.center {
	text-align: center;
}

div#main-text .right {
	float: right;
	margin: 2px 0 8px 0;
	border: 1px solid #000000;
}

div#main-text div.references, div#main-text div.contents{
	margin: 0 0 12px 0;
}

div#main-text div.references p, div#main-text div.contents p{
	margin: 0 0 2px 1.4em;
	text-indent: -1.4em;
}

/* styles for main text links */
div#main-text a:link, div#main-text a:visited {
	color: #0000CC;
}

div#main-text a:hover {
	color: #000;
	background-color:  #99FFCC;
}

/* Styles for the navbar on the left side. */
div#navbar {
	float: left;
	width: 140px;
	border-right: 1px #999 dashed;
	padding-top: .8em;
	text-align: right;
	margin-bottom: 1em;
}

div#navbar h1 {
	font-size: .8em;
	margin: 0 0 1em;
	padding: 0 1em 0 0;
}

div#navbar h2 {
	font-size: .7em;
	margin: 1em 0 .4em 0;
	padding: 0 1em 0 0;
}

div#navbar p {
	padding-right: 2em;
	margin: 0;
	font-size: 0.6em;
/*	line-height: 1.2em;  25px originally */
}

div#navbar li {
	font-size: .6em;
	list-style-type: none;
	padding: 0 2em 0 0;
	margin: 0;
}

div#navbar ul {
/*	background-color: #FF6666; */
	margin: 0;
	padding: 0;
}

div#navbar a:link, div#navbar a:visited {
	color: #0000CC;
}

div#navbar a:hover {
	color: #0000CC; 
	background-color: #99FFCC;
}

/* separate from hover for easier maintenance */
div#navbar li.current {
	color: #0000CC;
/*	border: 1px none #000000; */
	background-color: #99FFCC;
	font-weight: bold;
	font-size: .7em;
}

/* Styles for the footer at the bottom of the page */
div#footer {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	font-size: .6em;
	clear: both;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}

div#footer p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: left;
}
ul.undecorated li{
	list-style-type: none;
}
/* used for a reference (e.g., Duchan, 1970) 
 * at the end of a list
 * Puts space above it and moves to right.
 * See professionalism.html for example
*/
div#main-text li.reference {
	margin: .3em 0 0 20%;
	text-align: left;
}

/* used for a reference anywhere except an li tag
 * See greene_treatment.html for example
 * In greene_treatment I put the reference in a
 * separate paragraph below a list. I don't recall why.
*/
div#main-text .reference {
	text-align: right;
	
} 

div#main-text div.picture {
	margin-left: 10%;
	width: 183px;
}
div#main-text .pictureheading {
	text-align: center;
}

ol.lowerroman {
	list-style-type: lower-roman;
}
/* .loweralpha is not currently used */
ol.loweralpha {
	list-style-type: lower-alpha;
}


table {
	border: none;
}
table#banner img {
	border: none;
}

table {
	margin-bottom: .5em;
}.centered {
	text-align: center;
}
.taxonomy {
	list-style-type: upper-roman;
}
ol.taxonomy ol {
	list-style-type: upper-alpha;
}
ol.taxonomy ol ol {
	list-style-type: lower-roman;
}

ol.taxonomy ol ol ol{
	list-style-type: lower-alpha;
}
ol.taxonomy ol ol ol ol {
	list-style-type: decimal;
}

/* Used to group a set of <p>s.
 * Purists would have preferred a list in most cases.
*/
div#main-text div.grouped {
	margin-bottom: 12px;
}

div#main-text div.grouped p{
	margin: 0;
	padding: 0;
}
