body {
	color:#000000;
		font-family: "Frutiger LT W01_45 Ligh1475730",helvetica,arial,sans-serif;
		    display: inline;
	}
.logo {
	float:left;
	padding-left: 127px;	
	padding-top:15px;
	
}
.toptext {
	font-weight: normal;
		font-size: 20px;
	padding-left: 120px;
	padding-top:200px;
	z-index: 1;
}
.wrap {
   	position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: #005EB8;
	z-index: -2;
	}
.topwrap {
	position: absolute;
    width: 100%;
    height: 42px;
	top:0;
	left:0;
    background-color: #0072ce;
	}

.footwrap {
 position:absolute;
   bottom:0;
   width:100%;
   height:160px;   /* Height of the footer */
   background:#E8EDEE;
   z-index: -3;
}

h1 {font-size:32px; }
a:link {
    color: #005EB8;
	text-decoration: none;
}

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

a:hover {
    color: red;
	text-decoration: none;
}

a:active {
    color: #00A9CE;
	text-decoration: none;
}

.foottext {
	position:absolute;
	color:#425563;
	text-decoration: none;
	text-decoration: none;
	bottom:5;
	left:80;
}
a.foottext:link {
	color:#425563;
}

li {
	list-style-type: none;
	font-size:18px;
}

.logor {
	position: absolute;
	bottom:60;
	right:127;
}