/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1em;
	border: 0px;
	background-color: #fff;
	font-size: normal;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h4 {
	font-size: medium;
	font-weight: bold;
	xfont-style: italic;
}
p,initial_cap {
	line-height:1em;
}
p.initial_cap:first-letter {
	color: #C40000;
	font-weight: bold;
	font-size: 2em;
}
a, a:visited {
	color: #C40000;
}
a:hover {
	color: #0000FF;
}
.centertext {
	text-align: center;
}
.icon, .iconleft {
	position: absolute;
	left: 1em;
	top: 1em;
	z-index: -1;
}
.iconright {
	position: absolute;
	right: 1em;
	top: 1em;
}
.textbox {
	margin: 10px;
	padding: 0px 15px 0px 15px;
	border: 2px solid #C40000;
	background-color: #F9F5E3;
}
.textbox li {
	margin-left: -1.2em;
	margin-bottom: .5em;
}
.small_text {
	font-size: x-small;
}
.newsbox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #C40000;
	background-color: #F7FAFD;
}
.newsbox h1 {
	text-align:left;
	margin-bottom: 0px;
}
.imgbox, .imgboxleft, .imgboxright {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
}
.imgbox {
	margin: 10px;
}
.imgboxright {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.imgboxleft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.portraits {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.imgbox p, .imgboxleft p, .imgboxright p, .portraitbox p {
	margin: 0px;
}
.imgbox span, .imgboxleft span, .imgboxright span, .portraits span {
	padding: 5px;
	display: inline-block;
}
.imgbox .box, .imgboxleft .box, .imgboxright .box, .portraits .box {
	vertical-align: top;
	display: inline-block;
}
.imgbox .caption, .imgboxleft .caption, .imgboxright .caption, .portraits .name {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.imgbox h1, .imgboxleft h1, .imgboxright h1, .portraits h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}
.imgbox img, .imgboxleft img, .imgboxright img {
	border: 1px solid #000000;
	margin: 0px;
	left: 0px;
	padding: 0px;
}
.portraits img {
	height: 100px;
	border: 1px solid #000000;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.clear_floats {
	clear: both;
}
.note_ref {
	vertical-align: super;
	font-size: 55%;
	font-weight: bold;
}
.notes p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.citation {
	margin-left: 2em;
	margin-right: 3em;
}
.stdbutton {
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	border-color: #C40000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
.stdbutton ul {
	border-color: #A0A0A0;
	list-style-type: none;
	display: inline;
}
.stdbutton ul li {
	display: inline;
}
.stdbutton a {
	border-style: solid;
	border-width: 1px;
	border-color: #E01010 #A00000 #A00000 #E01010;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #DD0B0B #A00000 #A00000 #DD0B0B;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:link {
	border-style: solid;
	border-width: 1px;
	border-color: #DD0B0B #A00000 #A00000 #DD0B0B;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0 #808080 #808080 #E0E0E0;
	background-color: #C4C4C4;
	color: #000000;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.defflush dt {
	font-weight: bold;
}
.defflush dd {
	margin-left: 0em;
}
.definline dt {
	margin-left: 1em;
	text-decoration: none;
	margin-bottom: .5em;
}
.definline dd {
	display: inline;
	margin-left: 1em;
}
.accent_color {
	color: #C40000;
}
img.noborder {
	border: 0px none #ffffff;
}
@media print {
	body {
		font-family: "Times New Roman", Times, serif;
	}
	a, a:visited {
		text-decoration: none;
	}
	.do-not-print {
		display: none;
	}
}

