a {
	font-weight: bold;
	padding: 0.2em;
}

a:visited {
	background: transparent;
	color: #27278A;
}

a:hover {
	background: #FFFFFF;
	color: #27278A;
}

abbr, acronym, .help {
	cursor: help;
}

address, blockquote p {
	margin: 1em 2em;
}

address, caption, dd, dt, label, legend, li, p {
	font: 1.2em "Monotype Corsiva", "cursive", sans-serif;
}

body {
	color: #000066;
}

body, div, html, img, .nomargin {
	border: 0;
	margin: 0;
	padding: 0;
}

br {
	clear: none;
}

code {
	background: #FFFFFF;
	color: #27278A;
	display: block; /* normally an inline element */
	font: 1em/1.3em "Courier New", Courier, monospace;
	margin: 1.5em 3em;
	padding: 0.5em;
}

dd, dt {
	margin: 1em;
}

dt, strong, th {
	font-weight: bold;
}

em, blockquote p, cite {
	font-style: italic;
}

fieldset {
	border: 2px dashed #27278A;
	margin: 1em;
	padding: 0.2em 3em 0.5em 3em;
}

form {
	margin: 0 2em;
	text-align: right;
	width: 90%;
	z-index: 255;
}

h1 {
	font-size: 1.5em;
	margin: 1.2em 0.5em -0.5em 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #27278A;
	font-family: "Monotype Corsiva", "cursive", sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	margin: 1.2em 0.6em -0.5em 0.6em;
}

h3 {
	font-size: 1.3em;
	margin: 1.2em 0.7em -0.5em 0.7em;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0.8em -0.5em 0.8em;
}

h5 {
	font-size: 1.1em;
	margin: 1.2em 0.9em -0.5em 0.9em;
}

h6 {
	font-size: 1em;
	margin: 1.2em 1em -0.5em 1em;
}

hr {
	background: #27278A;
	border: 0;
	color: #27278A;
	height: 4px;
	margin: 0 1em;
}

input, textarea /* form elements -- add 'select' and 'option'? */ {
	background: #FFFFFF; /* color inside box */
	border: 1px inset #27278A; /* play with this? */
	color: #27278A; /* text color */
	margin-bottom: 0.1em;
	padding: 0.2em; /* Caution: IE gets much of this wrong */
}

label {
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	width: 25%; /* creates the alignment */
}

label, input  /* Add  "br clear: left;" to control the floats? */ {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

legend /* caption for forms */ {
	padding: 0 0.5em;
	text-align: left;
}

li {
	margin: 0.4em 1em 0.4em 0;
}

ol {
	list-style: decimal;
}

ol li /* necessary for IE */ {
	margin-left: 1em;
}

p {
	margin: 1em;
}

pre {
	font: 1em monospace;
	margin: 1.3em;
	white-space: pre; /* use white-space to control text wrapping */
}

table {
	border: 0;
}

td {
	vertical-align: top;
}

ul {
	list-style-image: url(../images/bullet.gif);
}

.absolute {
	position: absolute;
}

.anchor {
	border: 0;
	padding: 0;
}

.angel4 {
	background: url(../images-new/bgangel4.jpg);
}

.angel6 {
	background: url(../images-new/bgangel6.jpg);
}

.box {
	border: 2px solid #27278A;
	margin: 0.5em;
	width: auto; /* makes it fill the available space */
}

.box p {
	margin: 0.5em;
}

.center {
	text-align: center;
}

.float-left /* Use an id# to specify a width and eliminate an IE/Mac bug */ {
	clear: left;
	display: inline; /* to eliminate a double-margin bug in IE */
	float: left;
	position: relative; /* fixes IE/Win bug */
	text-align: left;
}

.float-right /* Use an id# to specify a width and eliminate an IE/Mac bug */ {
	clear: right;
	display: inline; /* to eliminate a double-margin bug in IE */
	float: right;
	position: relative; /* fixes IE/Win bug */
	text-align: center;
}

.form-center /*center align form elements */ {
	margin: 0.2em;
	text-align: center;
}

.form-left /* left align form elements like inputs and select fields */ {
	margin: 0.2em;
	text-align: left;
}

.form-radio /* formats radio buttons */ {
	border: 0;
	margin-left: 2em;
}

.form-right /* right align form elemets like 'labels' */ {
	margin: 0.2em;
	text-align: right;
}

.form-submit /* formats the submit button */ {
	margin: 0.7em 0 -0.2em 0;
}

.hidden /* hides hidden form fields from screen readers and validators */ {
	display: none;
}

.indent {
	margin-left: 2em;
}

.left {
	text-align: left;
}

.menu {
	text-align: center;
}

.menu a {
	padding: 0.2em 0.5em;
}

.outdent {
	margin-left: 2.2em;
	text-indent: -1.2em;
}

.print /* use to display copyright, etc on printed pages only */ {
	display: none;
}

.red {
	background: transparent;
	color: #FF0000;
}

.relative {
	clear: both;
	position: relative;
	width: auto; /* makes it fill the available space */
}

.right {
	text-align: right;
}

.small-center {
	font-size: 1em;
	text-align: center;
}

.small-left {
	font-size: 1em;
	text-align: left;
}

.small-right {
	font-size: 1em;
	text-align: right;
}

.submit {
	background: #FFFFFF;
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 0.25em;
}

.submit:active {
	border: 3px double #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
}

.top {
	background: transparent url(../images/up.gif) no-repeat;
	color: #27278A;
	padding-left: 20px;
}

.waterfall {
	background: url(../images-new/bgwaterfall.jpg);
}

#angel006 {
	width: 250px;
}

#angel017 {
	width: 230px;
}

#angel024 {
	width: 260px;
}

#angel025 {
	width: 260px;
}

#angelz17 {
	width: 240px;
}

#cherub06 {
	width: 210px;
}

#footer {
	background: transparent;
	border-top: 3px solid #27278A;
	color: #CCCCCC;
	height: 3em; /* IE doesn't get it right without a height specified */
}

#footer-center {
	height: 3em;
	left: 31%;
	position: absolute;
	right: 31%;
	width: 38%;
}

#footer-left {
	height: 3em;
	left: 0;
	position: absolute;
	width: 30%;
}

#footer-right {
	height: 3em;
	position: absolute;
	right: 0;
	width: 30%;
}

#header p {
	margin: 0.1em;
}

#madsci a {
	background: transparent;
	color: #CCCCCC;
}

#madsci a:hover {
	background: #FFFFFF;
	color: #000000;
}

#main {
	left: 0.5em;
	top: 3em;
	width: 12.5em;
	z-index: 250;
}

#nav {
	border: 1px solid #27278A;
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	list-style: none;
	margin: 1em 0;
	text-align: center;
}

#skip a {
	background: transparent;
	color: #CCCCCC;
	font-size: 0.8em;
	padding: 0.1em 0.5em;
}

#skip a:hover {
	background: #FFFFFF;
	color: #000000;
}

#sub-footer {
	border-top: 3px solid #27278A;
}

#sub-nav {
	text-align: center;
}

#sub-nav li {
	display: inline;
	font-size: 1em;
	list-style: none;
}

#text {
	margin-left: 13em;
	z-index: 150;
}
