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


/* INTRO BOXES */

#mediaCenter_img {
	display: block;
	width: 310px;
	height: 202px;
	background-image: url(../images/news_mediaCenter.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#mediaCenter {
	display: block;
	width: 310px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}
	
#happenings_img {
	display: block;
	width: 310px;
	height: 202px;
	background-image: url(../images/news_happenings.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#happenings {
	display: block;
	width: 310px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}

#reports_img {
	display: block;
	width: 310px;
	height: 202px;
	background-image: url(../images/news_reports.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#reports {
	display: block;
	width: 310px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}

#resources_img {
	display: block;
	width: 310px;
	height: 202px;
	background-image: url(../images/news_resources.jpg);
	visibility: visible;
	position: absolute;
	z-index: 1;
	}
	
#resources {
	display: block;
	width: 310px;
	height: 202px;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	}



/* SIDEBAR */


.pageTitle {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #C03;
	padding: 20px 10px 10px 35px;
	border-right: solid #fff 30px;
}


.pageTitle_bluePopup {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #036;
	padding: 20px 10px 10px 35px;
}

.sidebar_intro {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	background-color: #C03;
	padding: 0px 6px 25px 35px;
	border-right: solid #fff 30px;
}

.sidebar_intro a:link {
	color: #000;
}

.sidebar_intro a:hover {
	color: fff;
}

.sidebar_intro a:visited {
	color: #036;
}

.sidebar_introBack {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	background-color: #C03;
	padding: 0px 6px 14px 0px;
	border-right: solid #fff 30px;
}

.sidebar_nav1 {
	color: #036;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 30px 10px 4px;
}

.sidebar_nav1 a:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:hover {
	color: #C03;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}

.sidebar_nav1 a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 31px;
}


/* MAIN COLUMN */

.textCellHighlight {
	background-color: #efcfcf;
	border-right: solid #fff 14px;
	font-size: 12px;
}

.fellowName {
	color: #036;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

.subhead_about {
	color:#fff;
	font-weight: bold;
	background-color:#C03;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 150px;
	margin-top: 10px;
}

.subhead_about a:link {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:hover {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:active {
	color:#fff;
	text-decoration: none;
}

.subhead_about a:visited {
	color:#fff;
	text-decoration: none;
}

.subhead_aboutWide {
	color:#fff;
	font-weight: bold;
	background-color:#C03;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 372px;
	margin-top: 10px;
}

.subhead_aboutWidest {
	color:#fff;
	font-weight: bold;
	background-color:#C03;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	margin-top: 10px;
}

.text_staffCell {
	line-height: 14px;
	background-color: #ccc;
	padding: 10px 6px 10px 10px;
}

.text_staffCell a:link {
	color: #000;
}


/* GENERAL */

p {
	padding:0;
}

.link {
	color: #036;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.link a:link {
	color: #999;
}

.link a:hover {
	color: #C03;
}

.link a:active {
	color: #999;
}

.link a:visited {
	color: #036;
}

#more {
	font-size: 9px;
	color: #C03;
	font-weight: bold;
	text-decoration: none;
}
