/* marina.css */
body, td {
	color: #fffacc; /* */
	background-color: #fffacd; /*Lemon chiffon*/
}
cite {
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #990033; /*dark red*/
}
a:visited {
	color: #CC0000; /*red*/
}
.pubisbn {
	width: 100%;
}
.pubisbn ul {
text-align: center;
}
.pubisbn li {
	font-size: 60%;
	list-style: none;
	display: list-item;
	margin-right: 20px;
}
#header {
margin-bottom: 1em;
	width: 78%;
	/*position: fixed;
	margin-left: 20.5%;
	margin-top: -1%;*/
	float: right;
	background-color: #cc9;
	color: #603; /*deep red*/
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
#nav {
	/*position: fixed;*/
	width: 20%;
	float: left;
	background-color: #cc9;
	color: #330000; /*very dark red-black*/
	font-family: "Times New Roman", Times, serif;
	font-size: 50%;
	text-align: left;
	font-weight: bold;
	margin-right: 2%;
/*	margin-top: -0.5%;*/
	}
#nav ul {
	margin: 0em 0em 0em 0.4em;
	list-style-type: none;
	}
#nav li {
	display: block;
	line-height: 18px;
	background-color: #cc9;
	color: Black;
}
#nav a {
	text-decoration: none;
}
#nav .section {
	border: none;
	margin-left: 0.4em;
	padding-left: 0em;
	background-color: #cc9;
	color: #660033; /*dark maroon*/
}
#nav .table {
	display:list-item;
	border: none;
	margin-left: 0.4em;
	padding-left: 0em;
	background-color: #cc9;
	color: #660033; /*dark maroon*/
}
#content {
	clear: right;
	line-height: 130%;
	background-color: #fffacd; /*Lemon chiffon*/
	color: #603; /*deep red*/
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-align: left;
	margin-right: 1.5%;
	padding-left: 22%;
	/*padding-top: 6%;*/
}
#nav .ref{
	font-size: 60%;
}
#content ul{
	text-align: left;	
}
#content li{
line-height: 100%;
font-size: 80%;
margin-bottom: 2%;
	list-style: none;
}
#content img {
	float: right;
	margin: 2%;
}
#content .left img {
	float: left;
	margin: 2%;
}
#content th {
	text-align: center;
}
#content td {
vertical-align: top;
padding: 1%;
padding-bottom: 0%;
 color: #603;
}
#content td p, dl {
	margin: 1px;
}
#refs li{
line-height: 90%;
font-size: 40%;
margin-bottom: 0%;
}
#choices h4{
	text-align: center;
}
#choices ul{
		text-align: center;
}
#choices li{
	list-style: none;
	display: inline;
	margin-right: 50px;
}
#extract {
	font-family: Verdana, Arial, sans-serif;
	text-indent: 5%;
	/*margin-left: -3.5%;*/
	}
#extract li{
	list-style: none;
	text-align:  left;
}
#extract .first {
	text-indent: 0%;
}
#flash {
	background-color: silver;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: green;
}
#footer {
	font-size: 80%;
	width: 100%;
	clear: both;
}
#footer ul {
text-align: center;
margin-left: 13%;
}
#footer li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 5%;
}
