@charset "UTF-8";
/* CSS Document */

.bk_red { background-color:#7B1B12; border-right:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:1px solid #ffffff;
}



#sideNav2 ul { 
	list-style-type: none;
	margin: 0;
	padding: 20px 2px 0 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	#sideNav2 li {  padding-left: 0px;  padding-bottom: 20px;}
    #sideNav2 ul li #current {color:#FBC969; text-decoration:none; }
			
	#sideNav2 li a { text-decoration:none; color: #FFFFFF; }
	#sideNav2 li a:hover {  text-decoration:underline;  }
	
	
	
	
/**************************************************************/
/* Capital Campaign content  */
/**************************************************************/

 #content2 { margin:0; padding:30px 50px; width:500px; text-align:left;
  }
 
 
 #content2 h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 16px;
	color: #640000;
	font-weight: bold;
}

#list1 p { margin-top:0;}

 #content2 h3 {
	margin: 0;
	padding: 15px 0 0px 0;
	font-size: 12px;
	font-weight: bold;
	color: #640000;
}


.donor1
 {
	font-size: 14px;
	color: #7B1B12;
	font-weight: bold;
}

.donor2
 {
	font-size: 12px;
	color: #7B1B12;
	font-weight: bold;
}

div.donorPic {
float:right; 
width:160px; 
margin:60px 10px 10px auto; 
text-align:right;
}

/*----------- Utility Styles -------------*/ .clear {    float: none !important;        /* Remove any inherited floats */    display: block !important;    /* Make sure our element is a block-level element */    clear: both !important;        /* Make sure it clears on both sides */    margin: 0 !important;        /* Remove all margins that would make it visible */    border: 0 !important;        /* Remove all borders that would make it visible */    padding: 0 !important;        /* Remove all padding that would make it visible */    height: 0.1px !important;    /* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */    line-height: 0 !important;    /* Set the line-height to 0 so it isn't visible */    font-size: 0 !important;    /* Set the font-size to 0 so it isn't visible */ }
