@charset "utf-8";

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1E2233;
	background-color: #A9ADB9;
	background-image: url(pix/back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#apDiv1 p {
	padding-left: 20px;
	padding-right: 25px;
}

a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #A9ADB9;
}

#container {
	position: absolute;
	min-height: 100%;
	height:auto;
	height:100%;
	width: 100%;
	z-index: 5;
}

p.top
{
	padding-top: 137px;
	padding-left: 20px;
	padding-right: 25px;
}

#apDiv1 {
	position:relative;
	width:759px;
	height:100%;
	min-height:100%;
	height:auto;
	height:100%;
	z-index:1;
	left: 184px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(pix/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#apDiv2 {
	position: absolute;
	bottom: 0;
	min-height:100%;
	height:auto;
	height:100%;
	width:150px;
	height:100%;
	z-index:2;
	left: 34px;
	top: 0px;
	background-color: #000066;
	background-image: url(pix/tipilogo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#apDiv3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 0;
	top: 0;
}


#apDiv2 .menu {
	color: #FFFFFF;
	padding-top: 130px;
	padding-left: 20px;
}

#apDiv2 a:hover {
	text-decoration: none;
	color: #A9ADB9;
}

#totem {
	position:absolute;
	width:35px;
	height:101px;
	z-index:1;
	left: 95%;
	top: 80%;
}

