/* ---------------------------------------------------------- */
/* Styles only for Intro									      */
/* ---------------------------------------------------------- */
html, body {
	
	background-color: #285886;               
	height: 100%; 
    margin: 0;
    padding: 0;
	text-align:center;
}

div#shim {
	width: 100%;
	height: 50%;
	margin-top: -200px;
	float: left;   
	border-bottom: 1px #183f65 solid;
}


div#fla {
	background-color: #31679B; 
    width: 100%;
	height: 400px;
	margin:0 auto;
	clear: both;
}

div#footer {
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px #557b9f solid;
}



.skip {
	margin-top:30px;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;

}
.skip a, a:visited {

	color: #fff;
	text-decoration: none;

}

.skip a:hover, a:visited:hover {

	color: #fff;
	text-decoration: underline;

}
