body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/* positions the title in the header */
#title {
	background-color: #FFFFFF;
/*	border-top: 10px solid #FFFFFF; */
	color: #412461;
	font-family: sans-serif;
	font-size: 36px;
	text-align: center;
/*	padding-bottom: 30px; */
	height: 50px;
	margin-left: 10%;
	margin-right: 10%;
    margin-top: 20px;
/*	border-bottom: solid 2px #412461; */
}

/* positions the title in the header for public navigation bar */
#nav {
	background-color: #FFFFFF;
	color: black;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 10px;
	border-bottom: solid 2px #412461;
	border-top: solid 2px #412461;
}

/* book navigation bar */
#booknav {
	background-color: #FFFFFF;
	color: black;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-left: 0px;
	height: 10px;
/*	border-top: 1px solid #412461; */
}

/* formats the content in the main frame */
#content {
	color: black;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
    margin-top: 20px;
}

/* formats the header */
p.header {
	background-color: #7BADE4;
	background-image: url(images/HeaderLeft.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left; 
/*
	background-image: url(images/HeaderText.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top Center; 
	background-image: url(images/HeaderRight.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
*/
	height: 189px;
	margin-left: 10%;
	margin-right: 10%;
    margin-top: 20px;
}

/* formats the horizontal bars that divide sections */
p.hbar {
	background-image: url(images/FlowerBorderForWeb.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 2px #412461;
	height: 15px;
}

/* formats the page footer */
p.footer {
	background-image: url(images/FlowersInGrass2forWeb.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 2px #412461;
	height: 75px;
}

h1 {
	font-size: 20px;
	border-top: 5px solid #0000CC;
}
h1.title {
	font-size: 20px;
	border-top: 0;
	color: #412461;
}
h2.title {
	font-size: 20px;
	border-top: 0;
	color: #412461;
}
h2.subtitle {
	font-size: 18px;
	font-weight: 400;
	border-top: 0;
	color: #412461;
}
h3.subtitle {
	font-size: 16px;
	font-weight: 400;
	border-top: 0;
	color: #412461;
}
p.text {
	text-align: left;
	text-indent: 20px;
}
p.blockquote {
	text-align: left;
	margin-left: 30pt;
}

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #6666FF; text-decoration: underline; }
a:active { color: #6666FF; text-decoration: underline; }

td {
	font-size: 12px;
	border-top: 1px solid #412461;
}

td.lastrow {
	border-bottom: 1px solid #412461;
}

td.navbar {
	border-top-width: 0px;
	text-align: center;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 12px;
}

td.header {
	border-top: 0px solid #412461;
	color: #3333FF;
	font-size: 25px;
	font-weight: bold;
	padding: 4px;
}

td.title {
	border-top: 10px solid white;
	color: #3333FF;
	font-size: 25px;
	font-weight: bold;
	padding: 2px;
}

td.subtitle {
	border-top: 0px solid #412461;
	color: #3333FF;
	font-size: 20px;
	padding: 2px;
}

td.content {
	border-top: 0px solid #412461;
	color: black;
	font-size: 12px;
	padding: 6px;
}

li.content {
	text-align: left;
}