@charset "utf-8";
/* CSS Document */
/* Body */
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	text-decoration-color: #444485;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	color: #444485;
}
/* page outline */
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}
a:link {
  text-decoration: none;
  color:aliceblue;
  text-decoration-color: #444485;
}
a:visited {
  text-decoration: none;
	color: aliceblue;
	text-decoration-color: #FFFFFF;
}
a:hover {
  text-decoration: none;
	color: aliceblue;
	text-decoration-color: #444485;
}
a:active {
  text-decoration: none;
	color: aliceblue;
	text-decoration-color: #444485;
}

/* Navigation */
.header {
	height: 165px;
	background-color: #443c81;
}
nav {
	background-color: #56548d;
	color:aliceblue;
	margin-right: 0px;
	transition: all 0.3s linear;	
}
.footer {
	height: 350px;
	background-color: #7cacfc;
}


