@charset "UTF-8";
/* CSS Document */
body {
/*	background-image: url(topPink.jpg);
	background-repeat: repeat-x;
*/
margin: 0px;


}
img { 
	border:none;

 }
p {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color: #333333;
	margin: 10px;
}


/* Headers */
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-indent: 20px;
}
.subTitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#6666FF;
	text-align: justify;
	font-size: 17px;
	font-weight: bold;
	
}
.pop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #CC3366;
	font-weight: bold;
}
li {
	font-style:italic;
	font-size: 15px;
	color: #000000;
}

/* Links */
a:visited {
	color: #CC3366;
	text-decoration: underline;
}a:hover {
	color: #990066;
	text-decoration: underline;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}

/* Lower Nav Bar */
.lownav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.lownav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.lownav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
/*Low Nav Format Black Text*/
.lownavblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Side Nav */
#sidenavbar {
	width: 200px ;
	text-align: left ;
	margin-left: 10px;
}


#sidenavbar ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}

#sidenavbar li {
	padding: 2px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	vertical-align:middle;
}
/*Link Rule*/
#sidenavbar li a {
	color: #ff6599 ;
	background-color: #ffffff ;
	border: none ;
	width: 200px ;
	text-decoration: none ;
	display: block ;
}
/*Link Title*/
#sidenavbar #linktitle
{
	text-decoration:underline;
	text-shadow: #ff6599;
}
/* Color of link when hovered over */
#sidenavbar li a:hover {
	color: #ffffff ;
	background-color: #ff6599 ;
}
/*Active Page Selector*/
body#index a#nav-index,
body#celebration a#nav-celebration,
body#tribute a#nav-tribute,
body#obituary a#nav-obituary,
body#mission a#nav-mission,
body#vision a#nav-vision,
body#structure a#nav-structure,
body#scholarship a#nav-scholarship,
body#donations a#nav-donations,
body#volunteer a#nav-volunteer,
body#events a#nav-events,
body#contact a#nav-contacts
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #CC3366;
	font-weight: bold;
	cursor: default;
	background-color:#FFF;
	background-image:url(/files/butterfly-transparent-nav.png);
	background-position: 90%;
	background-repeat:no-repeat;
}
