/* CSS Document */

body {
	background-color: #696;
}
/* Background color for the page */

#headerPlacement {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
/* Keeps header text in line */

#headerTextL {
	color: #000;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	text-align: left;
	float: left;
}
/* Left side header text */

#headerTextR {
	color: #000000;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 40px;
	text-align: right;
}
/* Right side header text */

#content {
	background-color: #ecfbdd;
	width: 700px;
	margin-top: -13px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
/* Lighter color section for all content, centered in browser */

#centerImage {
	text-align: center;
}
/* Centers images. Not sure why "align: middle" won't work. */

#homeLink {
	text-align: center;
	font-family: Garamond, Georgia, Times New Roman, serif;
	color: #000000;
	font-size: medium;
}
/* Centers home link on the bottom of each page. */

#footerText {
	text-align: center;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: small;
	margin-top: 1.5em;
}
/* Text on bottom of all pages. */

p {
	font-family: Garamond, Georgia, Times New Roman, serif;
	color: #000000;
	font-size: medium;
	margin: 0 0.5em 0 0.5em;
	text-align: left;
}
h1 {
	font-family: Minion Pro, Georgia, Times New Roman, serif;
	font-size: xx-large;
	color: #003366;
	text-align: center;
	line-height: 50%;
}
h2 {
	font-family: Minion Pro, Georgia, Times New Roman, serif;
	font-size: large;
	color: #003366;
	text-align: left;
	margin: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-family: Minion Pro, Georgia, Times New Roman, serif;
	font-size: medium;
	text-align: center;
	margin: 1em;
	margin-right: 0.5em;
	line-height: 20%;
}
h3 a:link, h3 a:visited {
	color: #003366;
}
a:link, a:visited {
	color: #000000;
}
li {
	font-family: Garamond, Georgia, Times New Roman, serif;
	color: #000000;
	font-size: medium;
}
