@charset "utf-8";
/* CSS Document */

#titlebar {
	background-image: url(../images/Titles/recentpressreleases.jpg);
	width: 240px;
	margin-left: 230px;
}

.sectionparagraph > ul {
	margin-top: 10px;
}

.sectionparagraph > ul > li {
	margin-left: 30px;
	list-style: outside;
	list-style-type: square;
	margin-top: 10px;
}

.newsstory {
	padding: 10px;
}

.newsstory:hover {
	background-color: #FFEEBB;
	cursor: pointer;
	cursor: hand;
	padding: 10px;
}

#blockquote .newsstory:hover {
	background-color:#003399 !important;
}

#blockquote a {
	color:#FFFFFF;
}

#subtitlebar {
	display: none;
}

#blockquote_container {
	display: none;
}

#blockquote {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -450px;
	width: 420px;
	height: 450px;
	background-color:#0066CC;
	background-image: url(../images/Titles/regularcolumns.jpg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25em;
}

#blockquote div.quote {
	margin-top: 50px;
	margin-bottom: 20px;
}

#blockquote div.credit {
	display: none;
}

#pageimage {
	display: none;
	background-image: url(../images/people/282629.jpg);
	background-position: center;
	width: 320px;
	height: 220px;
	margin-left: -310px;
	top: 80px;
}