body {
	background-color: #ffffe1;
	color: #575757;
}

a {
	color: #665ff1;
}
a:visited {
	color: #254798;
}
a:active {
	color: #c4a0e2;
}

table#header {
	background-color: #61237B;
}
td#banner {
	background-image:url(images/gui/sunrise8.jpg)
}

td#leftnavbar {
	width: 206px;
	height: 537px;
	vertical-align: top;
	margin-top: 2em;
	padding-top: 40px;
	padding-left: 1em;
	float: left;
	background-color: #ffffe1;
	background-image: url(images/gui/roseandskynavbar5.jpg);
	background-repeat: no-repeat;
	color: #ffffe1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td#leftnavbar li {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 1em;
}
td#leftnavbar li li {
	list-style-type: disc;
	padding-left: 0;
	padding-bottom: 0;
}
td#leftnavbar li a:link {
	text-decoration: none;
	color: #ffffe1;
}
td#leftnavbar li a:visited {
	text-decoration: none;
	color: #dfddf5;
}

div#toplinks {
	margin-top: 65px;
	margin-right: 2.5ex;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
div#toplinks a {
	text-decoration: none;
}
div#toplinks a:link {
	color: #ffffe1;
}
div#toplinks a:visited {
	color: #dfddf5;
}

#scripture {
	color: #6699FF;
	font-size: x-large;
	font-style: italic;
}
#verse {
	color: #6699FF;
	font-size: small;
	font-style: italic;
}
h2 {
	color: rgb(97, 35, 123);
}
a.partlink {
	font-size: larger;
}
.note {
	color: rgb(97, 35, 123);
}

td#contentArea {
	padding: 20px 0 0 20px;
}

td#pictureBar {
	padding: 20px 0 0 20px;
	width: auto;
}

fieldset {
	padding: 2ex;
}

textarea {
	width: 100%;
}

fieldset input {
	width: 100%;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
}

.infobox {
	background-color:#f3d6ff;
	width:85%;
	padding:3px;
	margin:3px;
	text-align: center;
	border: 1px solid #61237b;
}