@charset "utf-8";
/* CSS Document */

body{
	background-color: #0099ff;
	margin: 0;
}


#container {
	display: block;
	background-color:#FFFFFF;
	position: relative;
	margin: auto;
	vertical-align:text-top;
	width: 900px;
	height:auto;
}

#navigation {
	background-color:#E9E9E9;
	margin: -5px 0 20px 0px;
	padding: 5px;
	vertical-align: middle;
	width: 890px;
	float: top;

	
}

#content{
	vertical-align: top;
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	width: 570px;
	float: left;
}

#sidebar {
	padding:20px;
	margin:0px;
	vertical-align: text-top;
	width: 250px;
	float: right;
}

#copyright{
	width: 900px;
	margin: 0px;
	font-family: Arial, "Helvetica", Verdana, sans-serif;
	font-size: 8.5px;
	font-variant:small-caps;
	letter-spacing: .1em;
	clear:both;
}

.normal{
	font-family: "Georgia", Times New Roman, Georgia, Times, serif;
	line-height: 1.5em;
	font-size:12.5px;
	text-indent: 1em;
	text-align:justify;
}	


.navStyle {
font-family: "Verdana", Arial, Helvetica, sans-serif;
font-size:15px;
}

a {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #0099ff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099ff;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0099ff;
}

.headline {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:lighter;
}

.foldingLinks {
	font-family: "Georgia", Times New Roman, Times, serif; 
	color: #0099ff;
	font-size:15px;
	line-height: 1.25em;
	text-transform:uppercase;
}
.chapter{
font-variant:small-caps;
}

.captions {
	font-family:Arial, "Helvetica", sans-serif;
	font-size: smaller;
	line-height: 1.5em;
}

a.dsphead{
	text-decoration:none;
	color: #0066CC;
}
a.dsphead:hover{
	text-decoration: none;
	color: #CC0000;
}
a.dsphead span.dspchar{
	font-family: inherit;
	font-weight:normal;
}
.dspcont{
	display: none;
}

.save{
	behavior:url(#default#savehistory);
}


