/* CSS Document */
html {
	height:100%;
}

body {
	position:absolute;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#002e60;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* overflow:hidden; */
	z-index:0;
}

img {
	border:0px;
}

a:link, a:visited, a:active {
	color:#5a7699;
	text-decoration:none;
}

a:hover {
	color:#5a7699;
	text-decoration:underline;
}

#footer a:link, a:visited, a:active {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	color:#ecebeb;
	text-decoration:underline;
}

a.m1_off:link, a.m1_off:active, a.m1_off:visited {
	font-size:10px;
	color:#73859a;
	text-decoration:none;
	font-weight:bold;
}

a.m1_off:hover {
	font-size:10px;
	color:#73859a;
	text-decoration:underline;
	font-weight:bold;
}

a.m1_on:link, a.m1_on:active, a.m1_on:visited {
	font-size:10px;
	color:#002e60;
	text-decoration:none;
	font-weight:bold;
}

a.m1_on:hover {
	font-size:10px;
	color:#002e60;
	text-decoration:underline;
	font-weight:bold;
}
	
#container {
	position:absolute;
	width:820px;
	height:736px;
	left:24px;
	top:0px;
	background-color:#ffffff;
	z-Index:10;
}

#stars_right {
	position:absolute;
	top:0px;
	left:844px;
	width:147px;
	height:737px;
	background-image:url(../images/stars_right.gif);
	background-repeat:no-repeat;
	z-index:10;
}

#stars_bottom {
	position:absolute;
	left:0px;
	top:736px;
	width:847px;
	height:130px;
	background-image:url(../images/stars_bottom.gif);
	background-repeat:no-repeat;
	z-index:10;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:130px;
	background-image:url(../images/ptb_logo.gif);
	background-repeat:no-repeat;
	z-index:0;
}

#menu {
	position:absolute;
	left:280px;
	top:0px;
	width:540px;
	height:130px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:no-repeat;
	z-index:0;
}

#banner {
	position:absolute;
	top:130px;
	left:12px;
	width:796px;
	height:191px;
	z-index:0;
}

#language {
	position:absolute;
	top:0px;
	right:0px;
	width:108px;
	height:29px;
	z-index:10;
}

#main {
	position:absolute;
	top:332px;
	left:12px;
	width:796px;
	height:393px;
	background-image:url(../images/bg_start.gif);
	background-repeat:no-repeat;
	z-index:0;
}

#content {
	position:absolute;
	top:50px;
	left:42px;
	width:712px;
	height:226px;
	text-align:justify;
	vertical-align:top;
	line-height:150%;
	font-size:11px;
	color:#002f60;
	letter-spacing:1px;
	z-index:10;
}

#claim {
	position:absolute;
	top:276px;
	left:42px;
	width:712px;
	height:100px;
	text-align:left;
	vertical-align:top;
	z-index:10;
}

#footer {
	position:absolute;
	left:36px;
	top:742px;
	width:796px;
	height:50px;
	z-index:10;
	font-size:12px;
	color:#ffffff;
	letter-spacing:0.7px;
	vertical-align:top;
	text-align:center;
}