/* DO NOT USE // as comments -- anywhere! */
BODY {
	font-family: Palatino;
}
IMG {
/*
	border: 1px dotted #003399;
	*/
}
#container {
	width: 820px;
	\width: 840px;
	w\idth: 820px;
	border: 1px solid #999999;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#banner {
	padding: 5px;
	text-align: right;
}

#content {
	padding: 5px;
	background-color: white;
}

#footer {
	padding: 5px;
	font-size: .8em;
	font-style: italic;
	font-variant: small-caps;	/*
	background-color: rgb(213, 219, 225);
	*/
	text-align: center;
	
	/*
	background-color: rgb(213, 219, 225);
	*/
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
.nav:hover {
	color: #993300;
	text-decoration: underline;
}

.navarrow {
	border: 1px dotted #ffffff;
}
.navarrow:hover {
	border: 1px dotted #000000;
	cursor: hand;
	color: #000000;
}

.chapterheader {
/*
	border-width: 1px;
	border-style: dotted;
	border-color: #ff0000;
	*/
	width:75%;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.text_heading {
	font-size: 1.3em;
	font-weight: bold;
}
.chaptertitle {
	font-weight: bold;
	float: center;
	font-size: 2.5em;
	margin: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #993300;
}
.chapternumber {
	font-weight: bold;
	float:center;
	font-size: 5em;
	text-align: center;
	color: #993300;
}
.chaptersubtitle {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px;
	text-align: center;
	line-height: 1.5em;
}
.chapternumber, .chaptersubtitle, .chaptertitle {
    background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width:85%;
}

/******************************/
/******************************/
/******************************/

.graphic_caption
{
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
}
.graphic_caption_heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

