* {
	margin : 0;
	padding : 0;
}
 
html {
	height: 100%;
}
 
body {
	height: 100%;
	background-color: #BFDFFF;
 
 
}
 
a:link {
	text-decoration:none;
} 
a:visited {
	text-decoration:none;
} 
a:active {
	text-decoration:none;
} 
a:hover {
	text-decoration:none;
} 
a img { 
border-width:0; 
}
 
header {
	top: 0;
	width : 100%;
	height : 235px;
 
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,0,102) 0%,rgb(0,0,102) 11%,rgb(0,102,255) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,0,102)),color-stop(0.11, rgb(0,0,102)),color-stop(1, rgb(0,102,255)));
	background-image:-webkit-linear-gradient(-90deg,rgb(0,0,102) 0%,rgb(0,0,102) 11%,rgb(0,102,255) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(0,0,102) 0%,rgb(0,0,102) 11%,rgb(0,102,255) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(0,0,102) 0%,rgb(0,0,102) 11%,rgb(0,102,255) 100%);
	background-image:linear-gradient(-90deg,rgb(0,0,102) 0%,rgb(0,0,102) 11%,rgb(0,102,255) 100%);
	-pie-background: linear-gradient(#006, #06F);
 
	-webkit-box-shadow: 0px 0px 20px #BFDFFF;
	-moz-box-shadow: 0px 0px 20px #BFDFFF;
	-o-box-shadow: 0px 0px 20px #BFDFFF;
	-ms-box-shadow: 0px 0px 20px #BFDFFF;
	box-shadow: 0px 0px 20px #BFDFFF;
	-pie-box-shadow: 0px 0px 20px #BFDFFF;
 
	behavior: url(css/PIE.htc);
 
 
}
header hgroup {
 
	width: 255px;
	height: 225px;
	margin-top: 10px;
	margin-left: 8%;
	float: left;
	background-repeat: no-repeat;
}
 
header hgroup h2 {
 
	text-align: center;
	color: #FFF;
 
 
	font-family: 'Art Regular';
	font-size: 40px;
 
	text-shadow: 0 0 5px #666;
	-webkit-text-shadow: 0 0 5px #666;
	-moz-text-shadow: 0 0 5px #666;
	-o-text-shadow: 0 0 5px #666;
	-ms-text-shadow: 0.1em 0.1em 0.15em #666;
	text-shadow: 0.1em 0.1em 0.15em #666;
	-pie-text-shadow: 0.1em 0.1em 0.15em #666;
	-pie-text-shadow: 0 0 5px #666;
 
	behavior: url(css/PIE.htc);
 
 
}
 
header hgroup h2 a {
	color: #FFF;
}
 
header hgroup h2 a:hover {
	color: #FFF;
}
 
nav {
	width: 28%;
	height: 45px;
	color:  #06F;
	font-size: 16px;
	margin-top: 0;
	padding-left: 72%;
	float: left;
	text-align: center;
	bottom: 0px;
 
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(55,155,255) 0%,rgb(55,155,255) 11%,rgb(191,223,255) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(55,155,255)),color-stop(0.11, rgb(55,155,255)),color-stop(1, rgb(191,223,255)));
	background-image:-webkit-linear-gradient(-90deg,rgb(55,155,255) 0%,rgb(55,155,255) 11%,rgb(191,223,255) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(55,155,255) 0%,rgb(55,155,255) 11%,rgb(191,223,255) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(55,155,255) 0%,rgb(55,155,255) 11%,rgb(191,223,255) 100%);
	background-image:linear-gradient(-90deg,rgb(55,155,255) 0%,rgb(55,155,255) 11%,rgb(191,223,255) 100%);
	-pie-background: linear-gradient(#379BFF, #BFDFFF);
	behavior: url(css/PIE.htc);
 
	border-top, border-bottom: 1px solid #09F;
 
	-webkit-box-shadow: 0px 0px 20px #003;
	-moz-box-shadow: 0px 0px 20px #003;
	-o-box-shadow: 0px 0px 20px #003;
	-ms-box-shadow: 0px 0px 20px #003;
	box-shadow: 0px 0px 20px #003;
}
nav ul {
	text-align: center;
	float: left;
	padding-top: 10px;
}
nav ul li {
	margin-right: 20px;
	text-align: center;
	list-style: none;
	float: left;
	color: #1d1d1d;
	cursor: pointer;
	padding-top: 5px;
 
	transition: all 0.25s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
 
nav ul li a:hover {
	background-color: #06F;
 
	box-shadow: 0px 0px 20px #06F;
	-webkit-box-shadow: 0px 0px 20px #06F;
	-moz-box-shadow: 0px 0px 20px #06F;
	-o-box-shadow: 0px 0px 20px #06F;
	-ms-box-shadow: 0px 0px 20px #06F;
 
	border-radius:5px;
	-webkit-border-radius:5px;
 
	color: #FFF;
}
 
nav ul li a {
	padding: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #06F;
 
	text-shadow: 2px 2px 5px rgba(0, 0, 255, .61);
 
	text-decoration: none;
 
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
}
 
nav ul li a:hover {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
 
	text-shadow: 2px 2px 5px rgba(255, 255, 255, .61);
 
	text-decoration: none;
}
 
article {
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 3%;
	padding-top: 3%;
	padding-left: 7%;
	padding-right:7%;
	padding-bottom: 3%;
	text-align: justify;
	width: 80%;
	height: auto;
	border: 2x solid #006;
	min-height: 100%;
 
 
	background-color: #FFF;
	background-size: 100% 1.23em;
	background-image: -webkit-linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px),
	                  -webkit-linear-gradient(#99CCFF .1em, transparent .1em);
	background-image: -moz-linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px),
	                  -moz-linear-gradient(#99CCFF .1em, transparent .1em);
	background-image: -ms-linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px),
	                  -ms-linear-gradient(#99CCFF .1em, transparent .1em);
	background-image: -o-linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px),
	                  -o-linear-gradient(#99CCFF .1em, transparent .1em);
	background-image: linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px),
	                  linear-gradient(#99CCFF .1em, transparent .1em);
	-pie-background: linear-gradient(0deg, transparent 79px, #FFBFBF 79px, #FFBFBF 81px, transparent 81px) 0 0 / 100% 1.23em,
	                 linear-gradient(#99CCFF .1em, transparent .1em) 0 0 / 100% 1.2em #FFF;
	behavior: url(css/PIE.htc);
 
	-webkit-box-shadow: 0px 0px 20px #003;
	-moz-box-shadow: 0px 0px 20px #003;
	-o-box-shadow: 0px 0px 20px #003;
	-ms-box-shadow: 0px 0px 20px #003;
	box-shadow: 0px 0px 20px #003;
}
 
article p {
	font-family: "Slurry";
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	-webkit-line-height:2em;
	-moz-line-height:2em;
	-o-line-height:2em;
	-ms-line-height:2em;
	-pie-line-height:2em;
 
	behavior: url(css/PIE.htc);
}
footer {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	height: 85px;
	padding-top: 2%;
	bottom: 0px;
 
	background: #06F;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#06F), to(#006));
	background: -webkit-linear-gradient(#06F, #006);
	background: -moz-linear-gradient(#06F, #006);
	background: -ms-linear-gradient(#06F, #006);
	background: -o-linear-gradient(#06F, #006);
	background: linear-gradient(#06F, #006);
	-pie-background: linear-gradient(#06F, #006);
	behavior: url(css/PIE.htc);
 
	border-top: 1px solid #06F;
	-webkit-box-shadow: 0px 0px 20px #003;
	-moz-box-shadow: 0px 0px 20px #003;
	-o-box-shadow: 0px 0px 20px #003;
	-ms-box-shadow: 0px 0px 20px #003;
	box-shadow: 0px 0px 20px #003;
 
	position: relative;
}
footer h4 {
	text-align: center;
	text-decoration: none;
	list-style:none;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
footer p {
	text-align: center;
	text-decoration: none;
	list-style:none;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
footer h6 {
	text-align: center;
	text-decoration: none;
	list-style:none;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
footer  h6:hover {
	text-decoration: none;
	list-style:none;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
footer h6 a {
	color: #FFF;
}
footer h6 a:hover {
	color: #FFF;
	text-decoration: underline;
	}