@import url(/_css/templates/default.css);

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: "Times New Roman", serif;
	color: #888886;
}
.content h1,
.content h1 a,
.content h1 a:link,
.content h1 a:visited,
.content h1 a:focus,
.content h1 a:hover,
.content h1 a:active {
	font-size: 22px;
}

p.perspective_signature {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

@media screen {
	table#column_layout {
		position: relative;
		width: 880px;
		margin-left: 20px;
		border-left: 1px solid #E5DDD3;
	}
	td.scroller {
		width: 240px;
		border-right: 1px solid #E5DDD3;
		background: #E5DDD3;
	}
	td.scroller h1 {
		float: left;
		width: 120px;
		background: #888886;
		color: #FFF;
		font-size: 12px;
		line-height: 20px;
		text-indent: 5px;
	}
	td.scroller a.browse,
	td.scroller a.browse:link,
	td.scroller a.browse:visited {
		display: block;
		text-align: center;
		line-height: 20px;
		background: #E5DDD3;
		padding: 0 20px;
		font-size: 12px;
	}
	td.scroller a.browse:focus,
	td.scroller a.browse:hover,
	td.scroller a.browse:active {
	}
	td.scroller div {
		clear: left;
		padding: 15px;
		overflow: auto;
		height: 140px;
		background: #FFF;
	}
	td.scroller div h2 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	td.scroller div h3 {
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
	}
	td#introduction {
		background-repeat: no-repeat;
		background-position: right 20px;
	}
	div#introduction_inset {
		padding: 20px 165px 20px 20px;
	}
}
