/* CSS layout */
body {
	font-family: Verdana, Arial;
	font-size: 1em;
	text-align: center;
	color: #000000;
	background-color: #ECFFEC;
}
#heading {
	background:#ECFFEC url('clouds-024.jpg') left top;
	text-decoration: none;
	position: relative;
	text-align: center;
	height: 132px
}
h1.header {
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1em;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
}

p.header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	color: #800080;
	position: relative;
	top: -10px;
	
}
p.moo {
	font-style: italic;
	font: italic normal bold 100% serif;
	font-size: 1.2em;
	position: relative;
	top: -15px;
	left: 0px;
}
img.left {
	float: left;
	border-width: 0px;
}
img.right {
	float: right;
	border-width: 0px;
}
img {
	border-width: 0px;
}
a {
	font-weight: 500;
}
h2.subhead {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
}
#content {
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
	margin-left: 5px;
	margin-right: 5px;
}
div.text {
	margin-left: 100px;
	margin-right: 100px;
	font-weight: 300;
	font-size: 1em;
	text-align: left;

}
div.toc {
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

div.footer {
	text-align: center;
	font-weight: 400;
}
p.footer {
	font-style: italic;
	color: #000000;
}

p.footercaption {
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

p.fair {
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}