@charset "utf-8";
.center {
	text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0E6AB3;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* CSS Document */
#wrapper {
	margin: auto;
	padding: 0px;
	width: 900px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0268B7;
	font-size: 1em;
}
#logo {
	height: 150px;
	padding: 0px;
	margin: 0px;
}
#menu {
	height: 25px;
	font-weight: bold;
	margin: 0px;
	clear: none;
}
#main-text {
	font-weight: bold;
}
#spacer {
	height: 1.2em;
	background-color: #D9F1F3;
}
#footer {
	clear: both;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}
body {
	background-color: #D9F1F3;
}
