body
{
 
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 font: small "verdana", sans-serif ;
 font-size:11px;
 color: #3e6789;
}

.but {
 border: 2px outset #195082;
 padding-left: .1em;
 padding-right: .1em;
 margin: 4px;
 color: #fdf5e6;
 text-decoration: none;
 background-color:#195082;	font-weight: bolder;
}

.but:hover {
 border: 2px inset #195082;
 padding-left: .1em;
 padding-right: .1em;
 margin: 4px;
 color: #fdf5e6;
 text-decoration: none;
 background-color: #496e9e;	font-weight: bolder;
}


TD{
   color:black;
   font-size: 11; 
   font-family: Verdana;

}
.bot{
	text-decoration: none;
	font-size: 10; 
   font-family: verdana,Arial;
   font-weight:bold;
   color:black;
}
.copy{
	font-size: 10; 
   font-family: verdana,Arial;
    color:black;
}

/*RollOver*/
a.navHome { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navHome.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.navHome:hover { /* definition of the "image" class for <a> tag when hovered onto */
		 width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navHome2.jpg); /* source for target image */
		 }
		 
a.navAbout { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navAbout.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.navAbout:hover { /* definition of the "image" class for <a> tag when hovered onto */
		 width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navAbout2.jpg); /* source for target image */
		 }
		 
a.navContact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navContact.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.navContact:hover { /* definition of the "image" class for <a> tag when hovered onto */
		 width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navContact2.jpg); /* source for target image */
		 }
		 
a.navDonate { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navDonate.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.navDonate:hover { /* definition of the "image" class for <a> tag when hovered onto */
		 width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navDonate2.jpg); /* source for target image */
		 }

a.navLink { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navLink.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.navLink:hover { /* definition of the "image" class for <a> tag when hovered onto */
		 width: 125px; /*width of reactive image */
     height: 44px;  /*height of reactive image */
     background-image: url(../images/navLink2.jpg); /* source for target image */
		 }
/*END RollOver*/	 
		 
		 
a.navLinksec {
					color: #162A45;
					text-decoration: none;
}

a.navLinksec:hover {
					color: #195082;
}