body {
	font-family: Verdana, Tahoma, Geneva, sans-serif; 
	font-size: 76%; 
	margin: 0; 
	padding: 0; 
}


div#container {
	position: relative; 
	width: 720px; 
	margin: 10px auto; 
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	padding: 0 5px; 
}

div.navbar {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: rgb(0,128,0);
	margin-top: 1em;
	padding: 0.33em;
}

div.navbar a {
	text-decoration: none;
	color: rgb(0,128,0);
}

div.navbar a:hover {
	text-decoration: underline;
}

div.navbar p {
	font-size: 110%;
	text-align: center;
	color: #000;
	text-indent: 0;
	text-decoration: underline;
	margin-bottom: -0.5em;
}

div#footer {
	clear: both;
	text-align: center;
	color: #AAA;
	font-size: 85%;
	padding-top: 0.33em;
	letter-spacing: 1px;
}

p.image {
	text-align: center; 
}

img#toc {
	float: left; 
	border: 0;
	margin: 0 5px 0 0; 
}

p {
	font-size: 110%;
	line-height: 2.5em;
	margin-bottom: 0;
	margin-top: 0;
	text-indent: 5%;
}

p.single {
	font-size: 110%;
	line-height: 1.25em;
	margin-bottom: 1em;
	text-indent: 0;
}

p.noindent {
	font-size: 110%;
	line-height: 2.5em;
	margin-bottom: 0;
	margin-top: 0;
	text-indent: 0;
}

p.quote {
	font-size: 110%;
	line-height: 1.25em;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1em;
	text-indent: 0;
}

blockquote {
	font-size: 110%;
	line-height: 1.25em;
	margin-left: 15%;
}

#i {
	font-style: italic;
}

#b {
	font-weight: bold;
}

#u {
	text-decoration: underline; 
}
	

h1 {
	font-size: 2em; 
	text-align: center;
}

h2 {
	font-size: 1.5em;
	text-align: center; 
}

h3 {
	font-size: 1.25em;
	text-align: center; 
}

#red {
	color: rgb(255,0,0);
}
