@charset "UTF-8";
body {
	background-color: #54798A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.nav {
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -264px;
	z-index: 2000;
}
.logo {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #000;
	right: 0px;
	height: 122px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content {
	background-color: #54798A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	height: 105%;
	width: 100%;
	top: 122px;
	z-index: 1;
	left: 0px;
	right: 0px;
	margin: 0px;
	text-align: center;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
}
.imageload {
	position: absolute;
	visibility: hidden;
	z-index: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.container {
	width: 550px;
	text-align: center;
	margin-left: -275px;
	position: relative;
	left: 50%;
	padding-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 1;
	padding-bottom: 45px;
	bottom: 0px;
	margin-bottom: -45px;
}
.container a{
	color: #FFF;
	text-decoration: none;
}

.container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f3c4f;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 0px;
}
.info {
	color: #0F3C4F;
	padding-top: 8px;
	text-align: right;
	padding-right: 25px;
	line-height: 16px;
}
.info a{
	color: #0F3C4F;
	font-weight: bold;
	text-decoration: none;
}

.info a:hover{
	color: #0F3C4F;
	font-weight: bold;
	text-decoration: underline;
}
