#pressBreadCrumb {
	font-size: 12px;
	font-weight: normal;
	line-height: +2em;
	background: #ffffff;
}
#pressBreadCrumb a {
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#pressBreadCrumb a:hover {
	color: #333333;
	text-decoration: underline;
}

#execBio {
	font-size: 14px;
	text-decoration: none;
}
#execBio a {
	color: #0054A3;
	text-decoration: none;
}
#execBio a:hover {
	color: #0054A3;
	text-decoration: underline;
}
.execName {
	font-size: 16px;
	font-weight: normal;
}

#execPicsHeader {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

/* Menus */
#sectionMenu {
	border-top: #0054A3 solid 1px;
	border-right: #0054A3 solid 1px;
	border-bottom: #0054A3 solid 1px;
	border-left: #0054A3 solid 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 150px;
}
#sectionMenu .menuHeader {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #0054A3 solid 1px;
	background: url(../images/section_menu_header_bkgnd.jpg) repeat-x #0054A3;
}
#sectionMenu td, #sectionMenu li, #sectionMenu a {
	color: #555555;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
#sectionMenu td {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#sectionMenu a:hover {
	text-decoration: underline;
	color: #0054A3;
}
#sectionMenu ul {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	list-style: none;
	font-weight: bold;
}
#sectionMenu li ul li {
	font-weight: normal;
}

