html {
	height:100%
}

body {
	margin:0;
	padding:0;
	background-color:white;
	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
}

#border, #footer  {
	position:relative;
	width:61em;
	margin-left:auto;
	margin-right:auto;
}

#border {
	z-index:1;
	text-align:left;
	background-image:url(images/logo_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-position:25em 0em;
}

#home #content p {
	text-align:justify;
}

#footer {
	height:100%;
	text-align:right;
	background-color:#FFFF95;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#footer_container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#footer img {
	z-index:9;
	position:absolute;
	bottom:0px;
	right:0px;
}

#logo {
	position:absolute;
	top:38px;
	left:25em;
	z-index:9;
}

#content {
	z-index:8;
	position:relative;
	padding: 8em 0em 6em 16em;
	margin-right:10em;
}

#navigation {
	z-index:9;
	position:absolute;
	top:10em;
	left:3em;
	width:7em;
}

#xing {
	margin-top:2em;
	margin-left:-18px;
}

div, img {
	margin:0;
	padding:0;
	border:0;
}	

input, select, textarea, h1, h2, h3, h4, h5, p, ul, li, table, tr, td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.3em;
	margin:0;
	padding:0;
}

table, tr, td {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}

td {
	padding-right:1em;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
}

h2, h3, h4, h5 {
	margin-top:1.3em;
	margin-bottom:0em;
}

h2 {
	font-size:1.4em;
	margin-bottom:0.5em;
}

h3, h4 {
	font-style:normal;
}

h4 {
	margin-top:3.9em;
}

h5 {
	font-size:0.9em;
}

strong {
	font-weight:bold;
	font-size:1.4em;
	line-height:0.8em;
}

td img {
	margin-top:1.5em;
}	

p {
	margin-bottom:0.65em;
}

em {
	font-style: normal;
	/* margin-left:-0.1em;
	margin-right:0.25em; */
}

ul {
	list-style:none;
}

ul ul {
	padding-left:0.5em;
}

a {
	text-decoration:none;
	color:#0060AC;
}

a:hover, a.active {
	color:#003863;
	color:#008CF0;
	/*font-size:110%;*/
}

h1 img {
	position:relative;
	left:3em;
}

#content ul {
	margin-top:0.2em;
	margin-left:16px;
	list-style-image:url(images/icon_li.gif);
}

#content li {
	margin-bottom:0.2em;
}

#navigation li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1em;
	white-space:nowrap;
}

#navigation li li {
	font-size:0.9em;
}


.margintop0 {
	margin-top:0em;
}

.marginbottom0 {
	margin-bottom:0em;
}

.nobr {
	white-space: nowrap;
}