/* CSS Document */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(204,204,204);
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	scrollbar-base-color: #aaaaaa;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #ffffff;

	scrollbar-shadow-color: #aaaaaa;
	scrollbar-lightshadow-color: #aaaaaa;
	scrollbar-darkshadow-color: #aaaaaa;

	scrollbar-highlight-color: #aaaaaa;
	scrollbar-3dlight-color: #aaaaaa;
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(204,204,204);
	}

#central {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:1;
	top:150px;
	bottom:50px;
	width:750px;
	margin-left:-375px;
	left:50%;
	border-left:0px;
	border-right:0px;
	background:rgb(204,204,204);
	visibility: visible;
	}

* html #central {
	top:0; 
	bottom:0; 
	height:100%;
	width:750px;
	border-top:150px; 
	border-bottom:50px;
	}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:19;
	top:215px;
	bottom:105px;
	width:400px;
	margin-left:-22px;
	left:50%;
	background:#ffffff;
	height: expression(document.body.clientHeight - 320 + "px");
	visibility: visible;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

	}

* html #content {
	top:215px; 
	bottom:105px; 
	height: expression(document.body.clientHeight - 320 + "px");
	width:400px;
	}

#content h1 {
	margin-top:0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#sidebar {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:11;
	top:198px;
	bottom:70px;
	left:50%;
	height: expression(document.body.clientHeight - 268 + "px");
	visibility: visible;
	visibility: visible;
	left:0px;
	margin-right:226px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:auto;
	width: expression(document.body.clientWidth/2 -226 + "px");
	right:50%;
	padding-right: 10px;
	}

#sidemenu {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:16;
	top:208px;
	bottom:70px;
	left:50%;
	height: expression(document.body.clientHeight - 278 + "px");
	visibility: visible;
	left:0px;
	margin-right:226px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:auto;
	width: expression(document.body.clientWidth/2 -226 + "px");
	right:50%;
	padding-right: 10px;

	font-family: "Arial Narrow", Tahoma;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 22px;

	}

#sidemenu a:link, #sidemenu a:visited {
	top:0px;
	font-family: "Arial Narrow", Tahoma;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 20px;
}

#sidemenu a:hover, #sidemenu a:active {
	font-family: "Arial Narrow", Tahoma;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 20px;
}


#header {
	position:absolute;
	margin-left:0;
	left:0;
	top:0;
	width:100%;
	min-width:750px;
	height:10px;
	background:#fff;
	font-size:1em;
	z-index:4;
	border:0;
	background:rgb(153,153,153);
	visibility: visible;
	}
	
#photostripe {
	position:absolute;
	margin-left:0;
	left:0;
	top:9px;
	width:100%;
	min-width:750px;
	height:70px;
	z-index:6;
	border:0;
	background-image: url('photostripe.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	visibility: visible;
	}

* html #head {
	top:0px; width:750px; height:150px;
	}
	
#footer {
	text-align:center;
	position:absolute;
	margin-left:0;
	left:0;
	bottom:0;
	width:100%;
	min-width:750px;
	height:30px;
	background:rgb(0,0,101);
	z-index:7;
	border:0;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	font-size: 6px;
	color:#000;
	visibility: visible;
	}

* html #footer {
	bottom:0;
	width:100%;
	height:30px;
	}

#topmenustripes {
	text-align:center;
	position:absolute;
	margin-left:0;
	left:0;
	top:136px;
	width:100%;
	min-width:750px;
	height:15px;
	background-image: url('dotswhite.png');
	z-index:18;
	border:0;
	visibility: visible;
	}
	
#topmenu {
	display:block;
	position:absolute;
	top:136px;
	height:15px;
	min-width:750px;
	overflow:hidden;
	left:50%;
	margin-left:-380px;
	background:#666666;
	visibility: visible;
	width: expression(document.body.clientWidth/2 + 380 + "px");
	z-index: 18;
	width:auto;
	right:0px;
	visibility: visible;
}

#topmenu td, .tm {
  color: #FFFFFF;
	height: 15px;
	border-left: 1px solid #FFFFFF;
	line-height: 15px;
	padding: 0;
	text-indent: 4px;
}
#topmenu .tm-highlight {
  color: #FFFFFF;
	height: 15px;
	border-left: 1px solid #FFFFFF;
	background:#0066CB;
	line-height: 15px;
	padding: 0;
	text-indent: 4px;
}

#topmenu a {
  top:-2px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	height: 15px;
	text-align: left;
	padding: 0;
}
#topmenu a:visited {
	top:-1px;
	top:expression(0-2 + "px");
	font-size: 9px;
	height: 9px;
	text-align: left;
	line-height: 10px;
	padding: 0;
}


#content p {
	padding:5px; text-align:justify;
	}
.text {
	margin-right:10px;
}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}


#whiteR {
	display:block;
	position:absolute;
	z-index:2;
	top:200px;
	bottom:70px;
	left:50%;
	margin-left:-37px;
	background:rgb(255,255,255);
	height: expression(document.body.clientHeight - 270 + "px");
	visibility: visible;
	width: expression(document.body.clientWidth/2 + 37 + "px");
	width:auto;
	right:0px;
	visibility: visible;
	}
	
#middlelinebtm {
	display:block;
	position:absolute;
	z-index:14;
	top:151px;
	bottom:30px;
	left:50%;
	margin-left:-37px;
	height: expression(document.body.clientHeight - 182 + "px");
	visibility: visible;
	width: expression(document.body.clientWidth/2 + 37 + "px");
	width:auto;
	right:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	visibility: visible;
	}
#middlelinetop {
	display:block;
	position:absolute;
	z-index:15;
	top:0px;
	left:50%;
	margin-left:-37px;
	height: 121px;
	visibility: visible;
	width: expression(document.body.clientWidth/2 + 37 + "px");
	width:auto;
	right:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	visibility: visible;
	}
#middlelinetopleft {
	display:block;
	position:absolute;
	z-index:5;
	top:0px;
	left:50%;
	margin-left:43px;
	height: 9px;
	visibility: visible;
	width: expression(document.body.clientWidth/2 - 43 + "px");
	width:auto;
	right:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	visibility: visible;
	}

#logo {
	display:block;
	position:absolute;
	z-index:9;
	top:18px;
	left:50%;
	margin-left:-36px;
	height: 100px;
	visibility: visible;
	width: 100px;
	visibility: visible;
	}
	
#dotted {
	display:block;
	position:absolute;
	z-index:8;
	top:102px;
	left:50%;
	margin-left:-36px;
	height: 20px;
	visibility: visible;
	width: expression(document.body.clientWidth/2 + 36 + "px");
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width:auto;
	right:0px;
	visibility: visible;
	background:url('dots.jpg');
	}
	
#whitetitle {
	display:block;
	position:absolute;
	z-index:2;
	top:179px;
	left:50%;
	margin-left:-227px;
	height: 20px;
	height: expression("22 px");
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width:190px;
	visibility: visible;

	}

#bluetitle {
	display:block;
	position:absolute;
	z-index:12;
	top:179px;
	left:0px;
	margin-right:226px;
	background:rgb(127,127,178);
	overflow: hidden;
	height: 20px;
	height: expression("22 px");
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width:auto;
	width: expression(document.body.clientWidth/2 -226 + "px");
	line-height: 20px;
	right:50%;
	visibility: visible;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	}
	
#bluetitle h1 {
	font-family: "Arial Narrow", Tahoma;
	font-size: 16px;
	text-align: right;
	line-height: 18px;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#bottomline {
	display:block;
	position:absolute;
	z-index:13;
	bottom:50px;
	left:0px;
	margin-right:37px;
	overflow: hidden;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width:auto;
	width: expression(document.body.clientWidth/2 -37 + "px");
	right:50%;
	visibility: visible;
	}

#footer a:link, #footer a:visited {
	font-family: "Arial Narrow", Tahoma;
	color: #EAEAFF;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	position: relative;
	top: 6px;
	left: 1px;
}

#footer a:hover {
	font-family: "Arial Narrow", Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#photos {
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:17;
	top:215px;
	bottom:105px;
	width:170px;
	margin-left:-212px;
	left:50%;
	height: expression(document.body.clientHeight - 286 + "px");
	visibility: visible;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}

#photoimg {
  width: 160px;
  height: 120px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#buttons {
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:17;
	bottom:73px;
	height:24px;
	width:400px;
	margin-left:-22px;
	left:50%;
	background:#ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-family: "Arial Narrow", Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	visibility: visible;
	}

#buttons a:link {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	}
#buttons a:visited {
	top:0px;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	}
#buttons a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	}


.languageselector {
	font-family: Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	font-size: 10px;
}

#main {
	display:block;
	overflow:none;
	position:absolute;
	z-index:19;
	top:215px;
	width:790px;
	margin-left:-395px;
	left:50%;
	height: 300px;
	visibility: visible;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}



#back {
	display:block;
	position:absolute;
	z-index:20;
	top: expression(document.body.clientHeight - 91 + "px");
	bottom:71px;
	left:50%;
	height: 22px;
	visibility: visible;
	left:0px;
	margin-right:226px;
	margin-top:0px;
	overflow: auto;
	width:auto;
	width: expression(document.body.clientWidth/2 -226 + "px");
	right:50%;
	padding-right: 10px;
	text-align: right;
	line-height: 22px;
}

#back a:visited {
	top:0px;
	}
.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



#sitemapcontent {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:19;
	top:140px;
	bottom:0px;
	width:750px;
	margin-left:-375px;
	left:50%;
	background:#ffffff;
	height: expression(document.body.clientHeight - 140 + "px");
	visibility: visible;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}

#sitemapcontent td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}

#sitemapcontent a:link {
	color: #0066CB;
	text-decoration: none;
}

#sitemapcontent a:visited {
	color: #0077dc;
	text-decoration: none;
}

#sitemapcontent a:hover, a:visited:hover {
	color: #0000cc;
	text-decoration: underline;
}
