@charset "utf-8";
/* CSS Document */

/*Shows Scroll-bar Always */
html {overflow-y: scroll;}

#backg-0 {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	min-height: 100%;
	background: url(./maps/background_0.png) repeat-y; 
	display: block;
	}
#backg-1 {
	position: relative;
	height: 68px;
	background: url(./maps/background_1.png) no-repeat; 
	z-index: 1;
	display: block;
	}
#menu_top_upper {
	position: absolute;
	margin-left: 99px;
	margin-top: 68px;
	width: 678px;
	height: 43px;
	display: block;
	}
#menu_top_lower {
	position: absolute;
	margin-left: 99px;
	margin-top: 112px;
	width: 678px;
	height: 43px;
	display: block;
	}
#content {
	position: relative;
	height: 100%;
	background: url(./maps/background_3.png) repeat-y; 
	display: block;
	}	
#backg-2 {
	position: relative;
	height: 100%;
	background: url(./maps/background_2.png) no-repeat; 
	display: block;
	}
#backg-4 {
	position: relative;
	height: 100%;
	background: url(./maps/background_4.png) no-repeat; 
	display: block;
	}
#content-txt {
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
	}
#content-wide{
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	display: block;
	}
#content-medium{
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	display: block;
	}
#content-slim{
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
	}
#content-inset_30 {
	position: relative;
	margin-left: 30px;
	display: block;
	}
#copyright {
	position: relative;
	margin-left: 785px;
	height: 92px;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	display: block;
	}

body, html {
	height:100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11pt;
	color: #ffffff;
	background-color: #ffffff;
	}

/* Right/left alignment for text with pictures */
.align-right {
	float: right;
	margin: 10px;
	}
.align-left {
	float: left;
	margin: 10px;
	}

.spacer-slim{
	margin-top: 25px;
	}
.spacer-medium{
	margin-top: 60px;
	}
.spacer-large{
	margin-top: 87px;
	}	

.line_top {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: -50px;
	margin-right: 275px;
	height: 10px;
	background-color: #9ff1fd;
	}
.line_thick {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: -50px;
	height: 10px;
	background-color: #9ff1fd;
	}
.line_medium {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: -39px;
	height: 2px;
	background-color: #9ff1fd;
	}

.content-txt_backg-color {
	background-color: #0fdcfa;
	}

.hibox_d {
	font-size: 12pt;
	font-weight: bold;
	color: #00373f;
	background-color: #88e6f3;	
	}
.hibox_l {
	color: #012a30;
	background-color: #9ff1fd;
	}

.st11title {
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.st12downld {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	}	
.st14 {
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}	
.st16{
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}	
.st18 {
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.st24 {
	font-size: 24pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.st28 {
	font-size: 28pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.st32 {
	font-size: 32pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.link:link {
	padding-left: 4px;
	padding-right: 4px;
	outline-color: #d3faff;
	outline-style: solid;
	outline-width: 1px;
	color: #d3faff;
	font-weight: bold;
	text-decoration: none;
	background-color: #0fdcfa;
	}
.link:visited {
	padding-left: 4px;
	padding-right: 4px;
	outline-color: #d3faff;
	outline-style: dotted;
	outline-width: 1px;
	color: #d3faff;
	font-weight: bold;
	text-decoration: none;
	background-color: #0fdcfa;
	}
.link:hover {
	padding-left: 4px;
	padding-right: 4px;
	outline-color: #ffffff;
	outline-style: solid;
	outline-width: 1px;
	color: #1ab9d0;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	}
.link:active {
	padding-left: 4px;
	padding-right: 4px;
	outline-color: #ffffff;
	outline-style: solid;
	outline-width: 1px;
	color: #1ab9d0;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	}
	
