@charset "UTF-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#193e88;
}


body {
	background-color:#c8d8ff;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

.splash {
	background-image:url(img/splash.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:400px;
	width:100%;
	padding:0;
	line-height:400px;
	text-align:center;
	border-bottom:solid;
	border-bottom-color:#193e88;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#193e88;
	border-top-width:1px;
	
	
}

p {
	text-align:right;
	padding-right:15%;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#193e88;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#193e88;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
	color:#193e88;
}
a:active {
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
	color:#193e88;
}

.nopad {
	padding:0;
	left:0;
	position:absolute;
}