html, body{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body{
	font-family: Arial, sans-serif;
	background-color: #fff;
	color: rgb(51,0,102);
	line-height: 100%;
	font-size: 100%;
}

.deftext{color: rgb(102,102,102)}
.bluetext{color: rgb(0,158,224)}
.seltext{color: rgb(0,158,224)}

img{
	border:0px;
	display:inline;
}

a{
	color: rgb(102,102,102);
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.063em;
}
a:hover{color: rgb(0,0,0)}
a.activelink{color: #000;font-weight:normal}

h1{
	color: #000;
	font-size: 1.063em;
	line-height: 1.375em;
	font-weight: bold;
}
h3.bluetext, p.bluetext, div.bluetext, ul.bluetext {
	font-size: 1.063em;
	line-height: 1.375;
	font-weight: bold;
}

h3.inline{
  margin:0;
  padding:0;
}

ul.bluetext {
  padding-left:1em;
  margin:0;
}

#header{
	position: absolute;
	width: 56.25em;
	height: 9.625em;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#header .spacer{
	padding: 1.063em 0px 0px 1.063em;
}

#home{
	display: block;
	float: left;
	width: 18.563em;
  height: 8.562em;
}
#home{
	display: block;
	width: 18.563em;
	height: 2.438em;
	font-size:100%;
}

img.w297h39{
	position: relative;
	width: 18.563em;
	height: 2.438em; 
}

#navitems{
	display: block;
  height: 8.562em;
  margin-left: 18.563em;
}
#navitems ul{
	float: left;
	list-style: none outside;
	margin: 0px 0px 0px 2.125em;
	padding: 0px;
}

#bodymain{
	margin-top: 9.626em;
}
#bodymain{
	display: block;
	width: 56.25em;
}
#bodycenter{
	width: 100%;
	text-align: center;
	margin-right: 0px;
}
#bodycenter .spacer{
	text-align: left;
	width: 53.25em;
	margin: auto;
}
#teaser{
	display: block;
	height: 9.938em;
	width: 44.938em;
}

#teaser img{
	width: 44.938em;
  height: 3.813em;
}

#contents{
	padding-left: 21.688em;
}
.square{
	height: 9.938em;
}

#symbols .spacer{
	padding-left: 4.688em;
}

#symbols .symbol{
	float: left;
	width: 15.063em;
	height: 14.75em;
}

img.w241h236{
	width: 15.063em; 
  height: 14.75em;
}

img.w536h808{
	margin-left: 21.688em;
	width: 33.5em; 
  height: 50.5em;
}

img.w808h536{
	margin-left: 4.688em;
	width: 50.5em;
  height:33.5em;
}
.w81h38{
	width: 5.063em;
	height: 2.375em;
}

#imgbox{
	overflow: hidden;
	width: 56.25em;
	height: 50.5em;
	z-index: 100;
}

.gallery{
	overflow-y: scroll;
}

#prevbutton{
	position: absolute;
	top: 15.125em;
	left: 20.625em;
	cursor: pointer;
	display: none;
}

#nextbutton{
	position: absolute;
	top: 15.125em;
	left: 51.188em;
	cursor: pointer;
	display: none;
}

#paging{
	position: absolute;
	top: 9.625em;
	left: 21.388em;
	width: auto;
}
#paging .bgwhite{
	background: #fff;
}

#paging .bgwhite a{
	display: block;
	padding: 0px 0.5em 0px 0.5em;
	background: #fff;
	float: left;
}

#footer{
	position: fixed !important;
	display: block;
	bottom: 0px;
	left: 0px;
	height: 3.25em;
	width: 56.25em;
	z-index: 1000;
}
#footer .spacer{
	padding-left: 21.688em;
	padding-top: 1em;
}
#hotline{
	margin-top: -0.145em;
	height: 1.4em;
	width: 23.75em;
}
#copyright{
	height: 1em;
	margin-top: -0.2em;
	padding-bottom: 0.2em;
}
#hotline h2{
	color: #000;
	padding-right: 0.25em;
	font-size: 1.063em;
	line-height: 1.375em;
	background: #fff;
	display: inline;
}

#footer div a{
	padding: 0.15em 0.45em 0.25em 0px;
	font-size: 0.75em;
	line-height: 1.75em;
	background: #fff;
}

#joblayer{
  width:22.5em;
  position:absolute;
  top: 8.9375em;
  left:21em;
  z-index:1000;
  padding:0.6875em;
  line-height:140%;
  visibility:hidden;
}

#joblayer img {
  display: block;
  width: 100%; 
  height: auto;
}

#joblayer a.goto{
  font-size: 100%;
  text-decoration: underline;
}

#joblayer a.close{
  display:block;
  position:absolute;
  bottom:0.6875em;
}

.clr{
	clear: both;
}

@media print {
	#navitems, #footer{display:none}
  #contents, .spacer{margin:0;padding:0;width:100%}
  h1.pagebreak{page-break-before:always;padding-top:9.625em}
  #header {position: fixed !important;}
  img.w297h39{
	position: relative;
	width: 140%;
	height: 140%; 
}
}


