@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	font-size: 15px;
}

td {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

.frameTable {
	border: 2px solid #000000;
}
.bottomRule {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.rightRule {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
}
.footer {
	font-size: 11px;
	padding-top: 3px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
a.foot:link {
	color: #0A396F;
	text-decoration: none;
	font-size: 11px;
}
a.foot:visited {
	color: #0A396F;
	text-decoration: none;
	font-size: 11px;
}
a.foot:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 11px;
}
a.foot:active {
	color: #FF9900;
	text-decoration: underline;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	color: #0A396F;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	font-weight: bold;
	color: #0A396F;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	font-size: 16px;
}
a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	font-size: 16px;
}
a.inline:link {
	color: #0A396F;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
a.inline:visited {
	color: #0A396F;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
a.inline:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}
a.inline:active {
	color: #FF9900;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	color: #0A396F;
	margin: 0px;
}
h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	color: #0A396F;
	margin: 0px;
	text-align: center;
}
.navTable {
	padding-top: 5px;
}
.photoLeftMargin {
	padding-left: 5px;
}
.photocaption {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.attribution {
	font-size: 14px;
	font-style: italic;
}
.photoTable {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.sidebar {
	line-height: 20px;
	width: 230px;
	background-color: #FFFFCC;
	padding: 5px;
	border: thin dashed #333333;
}
.leftText {
	padding-right: 10px;
}
.floatRight {
	float: right;
}
