@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;
}
#video {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: x-small;	
}
h1 {
	font-family: verdana, impact, Arial Black, sans-serif;
	color: aliceblue;
	text-align: center;
	text-shadow: 3px 2px 2px #033;
	padding-top: 12px;
	padding-bottom: 12px;
}
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;
	padding-top: 10px;
	padding-bottom: 10px; 
	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: 10px;
	margin-right: 680px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 305px;
	padding-left: .4em;
	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;
	vertical-align: middle;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	margin:auto;
	top: 3%;
	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%;}
	/*header is trouble*/

.left {align-content: center; text-align: left;font-size: 1.2em; line-height: 1.4em; color:aliceblue;
	text-shadow: 3px 3px 2px #0D0C3C;}
.smalltext {
	text-align: center;
	padding-left: 16px;
	font-size: 1.2em;
	line-height: 1.2em;
	color:aliceblue;
	text-shadow: 3px 3px 2px #0D0C3C;
}
.width_100 {width: 100%;}
.width_center {vertical-align: middle; margin: auto; padding-left: 38px;}

.center {text-align: center; margin-left: auto; margin-right: auto;font-size: 0.9em;
	line-height: 1.4em;
	color:aliceblue;
	text-shadow: 3px 3px 2px #0D0C3C; }

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 3em;
	color:aliceblue;
	text-shadow: 3px 3px 2px #0D0C3C;
	background-image:url(../images/dogprintbluegreen.jpg);
	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:aliceblue;
	text-align: center;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
	top: auto;}
	
	
	/* Group selector */
p {
	padding-left: .2em;
}
section {
	
margin-top: 35px;
	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;
}