body	{
	padding: 0em 2em;
	background: #ddb;
	color: black;
	font-family: "Georgia" , "Bell MT" , "Times New Roman" , "Times" , serif;
}
h1, h2, h3, h4, h5, h6, address, dt, legend,
.header, .headquote, .quotecite, .links, .breadcrumb, #searchform	{
	color: #633;
	font-family: "Bookman Old Style", "Palatino Linotype", serif;
	font-weight: normal;
	font-style: normal;
}
hr	{
	color: #633;
	background: #633;
	border: none;
	width: 100%;
	height: 1px;
	padding: 0ex;
	margin: 3ex auto;
}
/*----------------------------------------------------------------------/
/ Links
/-----------------------------------------------------------------------*/
/*link*/
a:link		{
	color: #633;
}
/*visited*/
a:visited	{
	color: #454;
}
h1 a:visited,
h2 a:visited,
.breadcrumb a:visited	{
	color: #633;
}
/*active*/
a:active,
h1 a:active,
h2 a:active,
.breadcrumb a:active	{
	color: #454;
	text-decoration: underline;
	border-bottom: solid 1px #454;
}
/*hover*/
a:hover,
h1 a:hover,
h2 a:hover,
.breadcrumb a:hover	{
	color: #ddb;
	background: #633;
	text-decoration: underline;
}
/*----------------------------------------------------------------------/
/ Top and Bottom Navigation
/-----------------------------------------------------------------------*/
.links	{
	margin: 1em 0em;
	padding: 0em;
	text-align: center;
	font-size: smaller;
}
.breadcrumb,
#searchform ul	{
	margin: 0em 0em 0em;
	padding: 1em 0em;
	text-align: left;
}
.links li,
.breadcrumb li,
#searchform li,
.tags li	{
	list-style-type: none;
	display: inline;
	padding: 1ex;
	margin: 0em;
}
.links li a,
.breadcrumb li a,
#searchform li,
.tags li a	{
	white-space: nowrap;
}
.breadcrumb li,
#searchform li	{
	padding-left: 18px;
	padding-top: 8px;
	background: url("../images/divider.png") top left no-repeat;
}
#searchform	{
	float: right;
}
.breadcrumb	{
	float: left;
}
.header	{
	clear: both;
}
.jumplinks	{
	font-size: smaller;
}
.copyright	{
	margin: 0em 4em 2em 0em;
	padding: 0 18px 10px 0;
	font-size: x-small;
	text-align: right;
	background: url("../images/dividerr.png") bottom right no-repeat;
}
/*----------------------------------------------------------------------/
/ Lists
/-----------------------------------------------------------------------*/
dt	{
	float: left;
	clear: both;
}
dt:after	{
	content: ":";
}
dd	{
	text-indent: 0.5ex;
}
dt,
dd	{
	margin: 0em;
	padding: 1ex 0ex;
	line-height: 1;
}
/*----------------------------------------------------------------------/
/ Styling
/-----------------------------------------------------------------------*/
ins	{
	text-decoration: none;
}
q	{
	font-style: italic;
	quotes: none;
}
html [lang],
.foreign {
	font-style: italic;
}
.quotecite	{
	text-align: right;
}
.caps	{
	font-variant: small-caps;
}
.striken	{
	text-decoration: line-through;
	font-style: inherit;
}
.newmark	{
	color: #933;
	font-style: italic;
}
#ordersortingform	{
	text-align: center;
}
/*----------------------------------------------------------------------/
/ Stories and Essays
/-----------------------------------------------------------------------*/
.part hr	{
	visibility: hidden;
}
.part p	{
	text-indent: 2.5em;
	margin: 0em;
	line-height: 140%;
}
.part p:first-child	{
	margin-top: 1em;
	text-indent: 0em;
}
.part p.vfirst:first-letter	{
	font-size: 2em;
	line-height: 100%;
	color: #633;
	font-family: "Bookman Old Style", "Palatino Linotype", serif;
}
.part blockquote+p,
.part ul+p,
.part ol+p,
.part dl+p,
.part hr+p,
.part h1+p,
.part h2+p,
.part h3+p,
.part h4+p,
.part h5+p,
.part h6+p,
.part blockquote p	{
	text-indent: 0em;
}
.ljuser	{
	text-transform: capitalize;
}
.illustration	{
	text-align: center;
}
.illustration	img	{
	margin: 1em;
}
.illustration .caption	{
	display: block;
	width: 50%;
	margin: auto;
	font-size: smaller;
	font-weight: bold;
}