body {
	background-color: #eaebee;
	background-image: url('img/background2.jpg');
	background-attachment: fixed;
}



.header h1 {
	font-family: Arial, Helvetica, Sans;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #00148e;
}

.header p {
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #00148e;
}

.nav {
	text-align: center;
}

.current a {
	display: block;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00148e;
	background-color: #d4d6e3;
	line-height: 26px;
	text-align: center;
}

.current a:hover {
	display: block;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00148e;
	background-color: #d4d6e3;
	line-height: 26px;
	text-align: center;
}

.nav a {
	display: block;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00148e;
	background-color: #98a0d3;
	line-height: 26px;
	text-align: center;
}

.nav a:hover {
	display: block;
	text-decoration: none;
	color: #adb7f1;
	background-color: #00148e;
	text-align: center;
}

.content p {
	text-align: justify;
	margin-top: 18px;
	margin-left: 24px;
	margin-bottom: 18px;
	margin-right: 24px;
	font-family: Arial, Helvetica, Sans;
}

.content ul {
	position: relative;
	margin-top: 18px;
	margin-bottom: 18px;
}

.content li {
	position: relative;
        text-align: justify;
	margin-left: 24px;
        margin-right: 24px;
	margin-top: 12px;
	font-family: Arial, Helvetica, Sans;
}

.content h1 {
	font-family: Arial, Helvetica, Sans;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #00148e;
}

.content h2 {
	text-align: center;
	font-family: Arial, Helvetica, Sans;
	font-size: 1.2em;
	margin-top: 18px;
	margin-left: 24px;
	margin-bottom: 18px;
	margin-right: 24px;
	color: #00148e;
}

.content h3 {
	text-align: left;
	font-family: Arial, Helvetica, Sans;
	font-size: 1.2em;
	margin-top: 18px;
	margin-left: 24px;
	margin-bottom: 18px;
	margin-right: 24px;
	color: #00148e;
}

.content a:hover {
	text-decoration: none;
	color: black;
	background: #fffdc7;
}

.bottom {
	border: 1px;
}

.footer {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans;
	line-height: 20px;
	color: #00148e;
}
	
.cleaner {
	width: 100%;
	display: block;
	height: 1em;
	clear: both;
}


