body { 
	font-family:Verdana;font-size:10pt;margin:0;padding:0;
}
body::before {
	content:"";
	background-image:url('../images/SeahawkHead-FullColor.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.25;
	z-index:-1;
}
ul.site-navigation {
	background-color:#002366;
	color:white;
	list-style-type:none;
	padding:0;
	margin-top:1px;
	text-align:center;
}
ul.site-navigation a {
	color:white;
	font-weight:bold;
}
ul.site-navigation a:hover 
{
	background-color:inherit;
}
ul.site-navigation li {
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
}
iframe#insert {border:0;width:100%;height:80%;position:absolute;top:80px;left:0;right:0;bottom:0px;}
h1 {background-color:#002366;color:white;margin:0;padding:4px;}
a {text-decoration:none;color:black;}
a[href*="protected"]::after { display:inline-block;font-family:'FontAwesome';content: "\00A0\F023" }
a[href^="http"]::after { display:inline-block;font-family:'FontAwesome';content: "\00A0\F08e" }
a:hover{background-color:#FFFF00;}
.box {
	border:1px solid black;
	padding:4px;
}
.hidden {
	display:none;
}
a.subhead:hover {
	background-color:inherit;
}
.box .subhead {
	font-weight:bold;
	font-size:14pt;
}
