﻿body {
	background-color: #ffcc00;

	/* background-image: url(../images/rosesandlilys.jpg); 
	background-position:left center ;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	/*color: #631159; */ 
	font-family: Georgia, "Times New Roman", Times, serif;
}#bd {
	padding: 5px;
	background-color: #99ee99;
}

h1{
	display: none;
	text-align: left;
}

#navMain {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-top: 5px solid #EEE9F6;
	border-bottom: 1px solid #EEE9F6;
}

#navMain li {
	margin: 0;
	padding: 0 15px 0 17px;
	display: inline;
	list-style-type: none;
	font-size: 138.5%;
	border-left: 1px solid #631159;
}
#navMain li.first {
	border-left: none;
}

#navMain a:link,
#navMain a:visited,
#navMain a:hover,
#navMain a:active {
	color: #631159;
	text-decoration: none;
}
#navMain a:hover {
	color: #CD00BA;
}

#motto {
	padding: 15px 20px;
	color: #8D1882;
	font-size: 138.5%;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #EEE9F6;
}

#navHeader {
	margin: 0 20px 0 0;
	padding: 44px 0 0 0;
	text-align: right;
}

#navHeader li {
	margin: 0;
	padding: 0 10px 0 12px;
	display: inline;
	list-style-type: none;
	border-left: 1px solid #FFF;
}
#navHeader li.first {
	padding-left: 0;
	border-left: none;
}
#navHeader li.last {
	padding-right: 0;
}

#navHeader a:link,
#navHeader a:visited,
#navHeader a:hover,
#navHeader a:active {
	color: #FFF;
	text-decoration: none;
}
#navHeader a:hover { text-decoration: underline; }

#donation	{
	/* text-align: center; */
	padding-bottom: 2em;
}

#subscription img{
	text-align: center;
	padding: 0em 0em 0em 5em;
}

#indexcontent {
	/* float: left; */
	padding-top: 4px;
	width: 60%;
	margin-left: 3%;
	line-height: 1.50;
	/* text-align: justify; */
	/* border: 2px solid red; */
}

#indexcontent h4 {
	text-align: right;
	font-style: italic;
	color: #8D1882;
}

#rightcontent {
	margin: 4em 0 2em 2em;
	/* border: solid 1px red; */
	width: 30%;
	float: right;

}

#quotecontent {
	background: url(images/callout_r.gif) no-repeat right bottom;
	text-align: right;
	padding-right: 0;
	color: #8D1882;
	font-style: italic;

	
}



#content {
	padding: 15px 25px;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 182%;
	color: #631159;
}

#content .formRequired {
	color: #C00;
}

.floatImgLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.floatImgRight {
	float: right;
	margin: 0em 0em 1em 1em;
}	

#hr
{
clear: both;
}

#ft {
	margin: 0 0 1em 0;
	padding: 1em;
	/*background-color: #FFF; */
	border-bottom: 5px solid #8D1882;
	color: #8D1882;
	text-align: center;
	font-size: 138.5%;
	font-style: italic;

}

/* Adding styles from Expression Web */
.style1 {
	font-size: large;
	color: #FF00FF;
}
.style2 {
	text-align: left;
}

/* Adding styles to BoardInfo.php page */

#boarddirectory {
	border: 2px solid red;
	padding: 2em;
}

td {
	border: 2px solid blue;
	padding: 1em;
	line-height: 1.5em;
	
}

