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

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}

.main_head {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:500;
	line-height: 125%;
	color:#666666;
}

a:link, a:visited {
color:#2962a6;
}

a:hover {
	color: #00539b;
	font-weight:bold;
	text-decoration: none;
}

#nav {
	background: url(images/bg_ripple.gif) left top repeat-y;
	padding: 25px 5px 25px 10px;	
}


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


#nav li {
	margin: 0 0 20px 0;
	text-indent: 20px;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:16px;
}


#nav a {
	display:block;
	width: 200px;
	color: #fff;
	text-decoration:none;
}

#nav a:hover, .selected a {
	color:#f1cd44;
	font-weight:bold;
	background: url(images/dinner_bullet.gif) no-repeat left center;
	text-indent: 20px;
}

.selected {
	color:#f1cd44;
	font-weight:bold;
	margin:0;
	background: url(images/dinner_bullet.gif) no-repeat left center;
	text-indent: 20px;
}


.sub-head {
	font-size: 16px;
	color:#00539b;
	margin-bottom:10px;
	font-style:italic;
	font-weight:600;
}

.sponsor-level {
	font-size: 16px;
	color:#00539b;
	margin-top:20px;
	margin-bottom:2px;
	border-bottom: 1px solid  #00539b;
	font-weight:600;
}

.sponsor-head {
	font-size: 18px;
	color:#00539b;
	margin-top:20px;
	margin-bottom:2px;
	font-weight:600;
	border-bottom: 1px solid  #00539b;
}

.guardian {
	font-size:30px;
	font-weight:bolder;
	padding: 5px 0 15px 0;
}

.champion {
	font-size:22px;
	font-weight: 600;
	line-height:125%;
	padding: 5px 0 15px 0;
}

.underwriter {
	font-size:17px;
	font-weight: 300;
	line-height:125%;
	padding: 5px 0 15px 0;
}

.partner {
	font-size:14px;
	font-weight: normal;
	line-height:125%;
	padding: 5px 0 15px 0;
}

.benefactor {
	font-size:12px;
	font-weight: normal;
	line-height:125%;
	padding: 5px 0 15px 0;
}


	

.thanks {
	font-size:14px;
	font-weight: 500;
	line-height: 150%;
}

.foot {
	font-size:11px;
	color:#FFFFFF;
	padding:7px;
	letter-spacing:1px;
}