@charset "utf-8";
header {
    background-color: #CECFB1;
    padding: 10px;
    width: 930px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
footer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	color: #FFF;
}
#page-content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border-top: 8px solid #0843A7;
}
nav {
    width: 200px;
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: right;
    text-align: right;
    color: #242285;
}
#main-copy {
    width: 910px;
    min-height: 200px;
    margin-right: 50px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    background-color: #CECFB1;
    color: #000000;
}
#sidebar {
	width: 290px;
	min-height: 200px;
	float: right;
	background-image: url(images/parchment.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #000000;
}
body {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #FFF;
    background-color: #0843A7;
}
h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #242285;
    font-size: 30px;
}
h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #242285;
    font-size: 24px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 400;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
    color: #242285;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	color: #F2B321;
}
figure {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
figcaption {
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
}
#main-copy figure img {
	width: 300px;
	height: auto;
}
#sidebar p {
	text-align: center;
	padding-bottom: 5px;
}
#sidebar h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: thin solid #54210F;
}
nav p {
	margin-top: 15px;
	font-size: 18px;
}
