body { 
		background-color:#660000; font-size: 11px;font-family:Verdana, Arial, Helvetica, sans-serif ;margin-top: 0px;
	margin-left: 0px; }
	
hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #f0f0f0;

}	 

a:link {color: #0063a3; text-decoration:none;}
a:hover {color: #990000; text-decoration:underline;}
a:visited {color: #0063a3; text-decoration: none;}
a:visited:hover	{color: #990000; text-decoration:underline;}	 





h1 {font-size: 12px; font-weight: normal; padding: 4px 10px; color: #fff; background-color: #990000 ; border: 1px; border-bottom:2px; border-bottom-color:gray;}

.boldbluetitle {color: #0063a3; font-weight: bold; font-size:14px;}

.bold-redtitle {color: #990000; font-weight: bold;}


.bottomlinks {  
		color: #660000;
		font-size:10px;
		 }
		 
.bottomlinks a:link 	 {  
		color: #660000;
		font-size:10px;
		 }
.bottomlinks a:visited {  
		color: #660000;
		font-size:10px;
		 }
		 
form {display:inline }
		 
/* To highlight current page, must set ID in body tag
---------------------------------------------------------------- */	 

#why .why, #ways .ways, #giving .giving, #contact .contact
  {
	
	color: #302b7c;

  }	 
  





.imgborder  {
	
	border-bottom: 6px solid #302b7c;	

}

/*	Left Navigation Home Page
---------------------------------------------------------------- */

#nav  {
	width:188px;
	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;
		
		 background-color: #0063a3;
		 color: #ffffff;
		 text-decoration: none;
		 }
		 
#nav li a:hover  {  
		 background-color: #302b7c;
		 color:#ffffff;
		 }
		 
		 
		 

