body { 
		 font-size: 11px;font-family:Verdana, Arial, Helvetica, sans-serif ;margin-top: 0px;
	margin-left: 0px; background-color:#660000; }
	.header1	{color: #0063a3; font-weight: bold; font-size:14px;}
.header2	{color: #0063a3; font-weight: bold; font-size:12px;}
.header3	{color: #0063a3; font-weight: bold; font-size:11px;}
.redBold	{color: #990000; font-weight: bold; font-size:12px;}
.redlarge	{color: #990000; font-weight: bold; font-size:14px;}
.underline	{text-decoration: underline;}

hr {
	height: 1px;
	color: #cccccc;

}	 

a:link {color: #0063a3; text-decoration:none;}
a:hover {color: #990000; text-decoration:underline;}
a:visited {color: #0063a3; text-decoration: none;}
			 





h1 {color: #0063a3; font-weight: bold; font-size:14px;}

.boldbluetitle {color: #0063a3; font-weight: bold; font-size:14px;}

.bold-redtitle {color: #990000; font-weight: bold;}



		 
/* To highlight current page, must set ID in body tag
---------------------------------------------------------------- */	 

#why .why, #ways .ways, #giving .giving, #contact .contact
  {
	
	color: #302b7c;

  }	 
  





/*	Left Navigation Home Page

---------------------------------------------------------------- */



#nav  {

	width:240px;

	font-family:  Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin-top:27px;



 

}

			 

#nav ul  { 

		 list-style:none;

		 margin: 0; 

		 padding: 0;

		

		 border-top: 1px solid #4a82b6;

		

}



#nav li {

		 border-bottom: 1px solid #4a82b6;

		 

}



#nav li a  {

		 display: block;  

		 padding: 7px 5px 7px 0.5em;

		 border-left: 1px solid #4a82b6;
font-size: 12px;
		

		 background-color: #0063a3;

		 color: #ffffff;

		 text-decoration: none;
text-transform:uppercase;

		 }

		 

#nav li a:hover  {  

		 background-color: #302b7c;

		 color:#ffffff;
font-size: 12px;

		 }

		 

		 

	#nav ul ul {

	list-style:none;

	margin: 0;

	padding: 0;

	border-top: 1px solid #4a82b6;

}

#nav ul ul li a {

	display: block;

	padding: 3px 5px 3px 1.5em;

	border-left: 1px solid #4a82b6;

	background-color: #588eb5;

	color: #ffffff;

	text-decoration: none;

}

#nav ul ul li a:hover {

	background-color: #302b7c;

	color: #ffffff;

}

#nav ul ul ul {

	list-style:none;

	margin: 0;

	padding: 0;

	border-top: 1px solid #4a82b6;

}

#nav ul ul ul li a {

	display: block;

	padding: 3px 5px 3px 2.5em;

	border-left: 1px solid #4a82b6;

	background-color: #87CEFF;

	color: #0063a3;

	text-decoration: none;

}

#nav ul ul ul li a:hover {

	background-color: #CC0000;

	color: #ffffff;

}

	 



		 