@charset "UTF-8";
/* CSS Document */
div#mainbox {
	font-family: sans-serif;
	background-color: white;
	font-size: medium;
	background-image: url(images/cornerpic.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}
img#photo {
	display: inline;
}
h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h3, h4 {
	padding-left: 10px;
	color:#1b2191;
}
h3 {
	font-size: 1.2em;
	text-decoration: underline;
}
h4 {
	font-size: .9em;
}
a:link {
	color: #B5131C;
	text-decoration: underline;
}
a:visited {
	color: #820C12;
	text-decoration: none;
}
a:hover {
	color: #2336C3;
	text-decoration: none;
}
div#links {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .2em;
	text-align:left;
}
div#links a {
	text-decoration: none;
	font-size: .8em;
	padding: .15em .2em;
}
div#links a:link {
	color: #FFFFFF;
	background-color: #1B2191;
}
div#links a:visited {
	color: #FFFFFF;
	background-color: #3E54B4;
}
div#links a:hover {
	color: #1B2191;
	background-color: #ffc112;
}
div#external_links {
	display: none;
}
p.creditline {
	font-size: .6em;
	font-style: italic;
	text-align: center;
}

