@charset "UTF-8";
/* CSS Document */
/* tag styles */
body {
	background-color:#0D0C3C ;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 100%;
	line-height: 1.5em;
	color: #FFFFFF;
}
h1 {
	font-family: "hobo-std",Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
	color: aliceblue;
	text-align: center;
	text-shadow: 3px 2px 2px #033;
	padding-top: 3em;
	padding-bottom: .5em;
	
	
}
.imgheader {
	top: 7%; 
  left: 50%;
  margin: -100px 0 0 -125px;position: absolute;
	
}
.imgheader2 {
	top: 10%; 
  left: 54%;
  margin: -100px 0 0 -125px;position: absolute;
	
}
h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #040D33;
	font-variant:small-caps;
	color: #FFFFFF;
	border-radius: 0px 35px 0px 0px; 
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	margin-top: 2em;
	margin-right: 680px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 305px;
	padding-left: .4em;
	padding-right: .2em;
	text-align: left;
	text-shadow: 3px 3px 2px #000;}
#container {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
	position: relative;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	display: block;
	margin:auto;
	top: 12%;
	background-image:-webkit-linear-gradient(77deg, rgba(6,14,144,1.00)0%,rgba(18,89,121,1.00)100%);
	background-image:-moz-linear-gradient(77deg, rgba(6,14,144,1.00)0%,rgba(18,89,121,1.00)100%);
	background-image:-o-linear-gradient(77deg, rgba(6,14,144,1.00)0%,rgba(18,89,121,1.00)100%);
	background-image:linear-gradient(77deg,rgba(6,14,144,1.00)0%,rgba(18,89,121,1.00)100%);
	background-color:#122578;
	width: 90%;}
	/*<!validator still doesn't like the linear-gradient and degree, but it works and I looked up the code --they used it as an example--CSS*/ 
/*styles*/
.pirateimage {float:right; margin-right: 22px; padding-left: 1em; padding-top: 3.2em;  
}
.smalltext {
	font-size: 0.9em;
	line-height: 1.1em;
	color:aliceblue;
	text-shadow: 3px 3px 2px #0D0C3C;
	text-align: justify;
}
.pushright {float:right;
	font-size: 0.9em;
	line-height: 1.1em;
	color:aliceblue;
	text-align: right;
	padding-right: 10px;
}
.footer {
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 3em;
	color:#071042;
	background-color:aliceblue;
	border-top-width: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style:ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color:aqua;
	border-right-color:aqua;
	border-bottom-color:aqua;
	border-left-color:aqua;
}
/*Navigation*/
nav {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 0.9em;
	line-height: 1.1em;
	color:#FFFFFF;
	text-align: center;
	padding-right: 38px;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 8px;
	display: block;
	top: auto;
}
	
	
	/* paragraph */
p {padding-left: .2em}

section {
	
margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

	/* unvisited link */
a:link {
	color: #91ea92;
}
/* visited link */
a:visited {
	color: #FF6;
}
/* mouse over link */
a:hover {
	color: #91ea92;
}
/* selected link */
a:active {
	color:#FFFFFF;
}
a:focus {
	background-color:#040D42;
}