body {
    background-color: #771929;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-family: Verdana, Arial, sans-serif;
}

li {
    font-family: Verdana, Arial, sans-serif;
}

.main {
	background-color: white;
	width: 800px;
	padding: 10px 10px 100px 10px;
	margin: auto;
	position: relative;
    min-height: 400px;
}

.dropshadow {
	border-radius: 5px;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 3px solid grey;
	border-bottom: 3px solid grey;
}

.nav {
    height: 20px; 
    width: 100%;
    background-color: #DDDDDD; 
	border-radius: 5px;
	text-align: center;
	font-weight: 14pt;
}

.nav a {
    padding: 8px 32px;
	color: #1f5673;
	text-decoration: none;
}

.nav-image {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.nav-image img {
	border-radius: 5px;
	border: 1px solid grey;
}

.logo {
	float: left;
	padding-right: 16px;
	padding-bottom: 8px;
}


h1 {
	font-size: 28pt;
	color: #1f5673;
	margin: 5px 0px 5px 0px;
	font-weight: normal;
	font-family: Georgia;
}

h2 {
	color: #1f5673;
	font-weight: normal;
}

h3 {
	color: #1f5673;
	margin: 0px;
}

h4 {
	color: #1f5673;
	margin: 0px;
}

.header {
	
}

.subheader {
	font-size: 14pt;
	font-weight: bold;
	color: #1f5673;
}

.tagline {
	background-color: #90c3c8;
	font-size: 12pt;
	padding: 4px;
	font-style: italic;
	border-radius: 4px;
	float: left;
	width: 450px;
}

.social {
	float: right;
	padding: 5px 0px 0px 100px;
}

.quote {
	font-style: italic;
	font-size: 10pt;
	padding: 10px;
	float: right;
	width: 200px;
	border: 1px solid #90c3c8;
	border-radius: 5px;
	margin: 5px;
}

.attribution {
	text-align: right;
}
