@charset "utf-8";
/* CSS Document */

img {
	border:none;
}

#wrapper {
	width:705px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-left:1.5cm;
	margin-right:0.75cm;
}

#header {
	width:auto;
	font-style:italic;
	font-size:20px;
	text-align:center;
}

#footer {
	border-top: #657fb2 5px double;
	width:auto;
	height:55px;
	font-size:10px;
	text-align:center;
	padding-top:12px;
	clear:both;
}

#quote {
	width:520px;
	float:left;
	text-align:left;
	margin-left:15px;
}

#copyright {
	width:140px;
	float:right;
	text-align:right;
	margin-right:20px;
}

#content {
	width:705px;
	float:left;
	margin:0 auto 0 auto;
	line-height:1.5em;
}

a {
	text-decoration:none;
	color:black;
}

#content a:after {
	content:" (" attr(href)")";
	font-style:italic;
}

.textImage {
	width:315px;
	height:236px;
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
	padding-bottom:15px;
	float:right;
}

.thumbnailImage {
	width:120px;
	height:120px;
	margin-left:15px;
	margin-top:20px;
	float:left;
}

.thumbnailText {
	width:535px;
	min-height:120px;
	float:left;
	margin-top:10px;
}

#content h2, h3 {
	border-bottom: #657fb2 1px solid;
	margin-left:15px;
	margin-right:20px;
	margin-top:30px;
	clear:both;
}

#content h4 {
	margin-left:15px;
	margin-right:20px;
	margin-top:20px;
	clear:both;
}

#content p {
	margin-left:15px;
	margin-right:15px;
	page-break-inside:avoid;
}

#lastModified {
	font-size:10px;
	text-align:right;
	margin-right:20px;
	padding-bottom:15px;
	clear:both;
}

#nav, #navSpace, #footerSpacer, #pageOptions, #crumbs, .top, .jslink, .noprint {
	display:none;
}