/* Internet Explorer */
body {
	text-align: center;
	font-family: Calibri, Arial, Verdana, "Trebuchet MS";
	font-size: 14px;
	background-color: #99CCFF;
	color: #000099;
	background:#99CCFF url(../images/background.jpg) no-repeat fixed center bottom;
}
/* Fire Fox */
body {
	text-align: -moz-center;
	font-family: Calibri, Arial, Verdana, "Trebuchet MS";
	font-size: 14px;
	color: #000099;
	background:#6699CC url(../images/background.jpg) no-repeat fixed center bottom;
}
.page {
	padding: 20px;
	background-color: #FFFFFF;

}
.navigation {
	background-color: #E6F2FF;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.navigation a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.navigation a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFF00;
	text-decoration: none;

}

.footer {
	background-color: #251d5c;
	padding: 10px;
	color: #FFFFFF;
	text-align: right;
}
a:link {
	text-decoration: underline;
	color:#0057D9
}
a:visited {
	text-decoration: underline;
	color:#0057D9
}
a:hover {
	text-decoration: underline;
	color: #6600CC;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000066;
}
h1 {
	font-size: 36px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	color: #6600CC;
	font-style: normal;
	font-family: Calibri, Arial, Verdana, "Trebuchet MS";
}
