
/**************************************************
* TYPOGRAPHY
**************************************************/

.content a { color:#1D64B4; border-bottom:1px dotted #1D64B4; }
.content a.noBorder { border:0px; }
.highlight { color:#1D64B4; font-weight:bold; }

#banner { background:url(/images/IMGbannerCINF.jpg) no-repeat top left; margin-top:0px; margin-bottom:0px; height:60px; }

/* Page picture */
#picture { margin-top:10px; margin-bottom:10px; height:300px; }
#picture.beneficiaries { background:url(/images/IMGpictureBeneficiaries.jpg) no-repeat top left; }
#picture.contact { background:url(/images/IMGpictureContact.jpg) no-repeat top left; }
#picture.default { background:url(/images/IMGpictureFoundation.jpg) no-repeat top left; }
#picture.directors { background:url(/images/IMGpictureClub.jpg) no-repeat top left; }
#picture.donation { background:url(/images/IMGpictureDonation.jpg) no-repeat top left; }
#picture.grants { background:url(/images/IMGpictureGrants.jpg) no-repeat top left; }
#picture.status { background:url(/images/IMGpictureStatus.jpg) no-repeat top left; }

/* Main navigation page selections */
#navLinks ul li a.current { background-color:#000000; color:#1D64B4; display:block; font-weight:bold; margin:0px; padding-left:20px; padding-top:5px; padding-bottom:5px; width:135px; height:20px; }
#navLinks ul li a.current:hover { background-color:#1D64B4; color:#FFFFFF; }

/* Sub-Page navigation styles (inline bulleted lists) */
ul#pageNavLinks li a { border-bottom:1px dotted #1D64B4; color:#1D64B4; }
