/*
Brady Henson
3/27/2015
*/

html{
	background-color: #FFFFFF;
}

body {
	font-family: Times New Roman, Times, sans-sariff;
	margin: 0 5em 2em 5em;
}

header {
	border: 4px solid black;
	text-align: center;
	background-color: #6699FF;
}
header h1, h2 {
	color: black;
}
header h1 {
	font-size: 40pt;
}
header h2 {
	font-size: 28pt;
	font-style: italic;
}
nav {
	clear: both;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
}
nav ul {
	list-style: none;
	padding: .9em 0;      
	background-color: #6699FF; }
nav li {
	display: inline; }
	
nav a {
	padding: 1em 2em;
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-right: 4px solid black; }
	
nav a.current { color: white;
 }

nav a:hover {
    text-decoration: underline;
}

section {
	border: 4px solid black;
	padding-left: 70px;
	background-color: #E8E8E8;
	font-size: 14pt;
	padding-bottom: 1em;
	padding-right:70px;
}
section h2 {
	font-size: 18pt;
	color: black;
	font-weight: bold;
	font-style: underline;
	margin-bottom: 6px;
	font-style: italic;
}
section img {
	float: right;
	margin-right: 10px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}

section ul{
	list-style-type: square;
	padding-left: 4em;
}
fieldset {
	margin-right: 20px;
	margin-bottom: 1em;
	padding-left: 1em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
	padding-bottom: .5em;
}
#footer {
    border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	background-color: #E8E8E8;
    padding-top: .7em;
    clear: left;
}

.copyright {
    color: black;
    font-size: 90%;
    text-align: right;
    margin: 0;
	padding-right: 1em;
}
