/*body->font-size is changed from 10 to 13, added font-size:10x to nav .. by sl*/

body {
		 font-size: 13px;font-family:Verdana, Arial, Helvetica, sans-serif ;margin-top: 0px;
	margin-left: 0px; }

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 {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;}
.boldbluetitle-center {
    color: #0063a3; font-weight: bold; font-size:14px; text-align: center
}
.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;
	font-size: 10px;

}

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

		 border-top: 1px solid #4a82b6;
	font-size: 10px;
}

#nav li {
		 border-bottom: 1px solid #4a82b6;
		 	font-size: 10px;
}

#nav li a  {
		 display: block;
		 padding: 7px 5px 7px 0.5em;
		 border-left: 1px solid #4a82b6;

		 background-color: #0063a3;
		 color: #ffffff;
		 text-decoration: none;
		 	font-size: 10px;
		 }

#nav li a:hover  {
		 background-color: #302b7c;
		 color:#ffffff;
		 	font-size: 10px;
		 }
