body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #666666;
}
.tool a  {
	font-size: xx-small;
	color: #CCCCCC;
	text-decoration: none;
}
.tool a:hover  {
	color: #F27F00;
}

.XinfTwoNav #container {
	margin: 2em;
	border: 1px solid #FFFFFF;
	position: relative;
	background-color: #666666;
	text-align: left;
} 
.XinfTwoNav  #container #header {
	font-size: x-small;
	height: 100px;
	padding-bottom: 3em;
	position: relative;
	margin-right: 0em;
	background-color: #666666;
} 
.XinfTwoNav  #container #header #logo {
	position:absolute;
	top:0;
	left:3%;
	border:0;
}
.XinfTwoNav #container #header #language {
	position: absolute;
	right: 4em;
	bottom: 0.5em;
}
.XinfTwoNav  #container #tabbar {
	margin-left: 2em;
	background-color: #666666;
	height: 19px;
	position: relative;
	margin-right: 2em;
	margin-bottom: 4em;
	border: solid #FFFFFF 1px;
	font-size: x-small;
}
.XinfTwoNav  #container #tabbar #main-nav {
	position:absolute;
	top:0px;
	left: 200px;
	overflow: hidden;
	border-top: 0;
	border-left: solid #FFFFFF 1px;
	height: 19px;
	width: 363px;
}
.XinfTwoNav  #container  #tabbar #main-nav a {
	border-right: solid #FFFFFF 1px;
	height: 19px;
	position: absolute;
	z-index: 6;
	left: auto;



}
.XinfTwoNav  #container  #tabbar  #tools {
	position: absolute;
	top: 0.3em;
	right: 2em;
}

.XinfTwoNav   #container #sub-container {
	padding: 0 0 0 0;
	background-color: #666666;
	margin: 2em 2em 2em 2em;
	font-size: x-small;
}
.XinfTwoNav  #container  #sub-container  table  {
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	margin: 0em;
}
.XinfTwoNav    #container  #sub-container #breadcrumb {
	font-size: xx-small;
	left: 0px;
}
.XinfTwoNav    #container    #sub-container  #breadcrumb a {
	color: #CCCCCC;
	text-decoration: none;
}
.XinfTwoNav    #container    #sub-container  #breadcrumb a:hover {
	color:#F27F00;
}
.XinfTwoNav   #container #sub-container #search {
	font-size: x-small;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.XinfTwoNav   #container  #sub-container #search input {
	font-size: x-small;
	color: #333333;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: middle;
	text-indent: 0.2em;
	border: 0;
}
.XinfTwoNav   #container #sub-container #sidebar {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*	padding: 15px 10px 15px 20px; */
	padding: 0;
	margin: 0;
	height: auto;
	border: 0;
}
.XinfTwoNav  #container #sub-container #sub-nav {
	border-top: solid #FFFFFF 1px;
}
.XinfTwoNav   #container   #sub-container #sidebar td {
	border-bottom: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;

}
.XinfTwoNav  #container #sub-container #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1em;
	background-color: #EEEEEE;
	border: solid #FFFFFF 0em;
	overflow: auto;
	color: #333333;
	height: auto;
	border-left: solid #FFFFFF 0em;
	border-right: solid #EEEEEE 0em;
	line-height: 1.4;
	font-size: small;
	min-height: 400px;
} 

.XinfTwoNav  #container  #sub-container #mainContent h1 {
	font-size: large;
	font-weight: normal;
	margin-top: 0px;
	color: #999999;
	padding: 0em;
	margin: 0em;
	padding-left: 0px;
}
.XinfTwoNav   #container  #sub-container #mainContent h2 {
	font-size: medium;
	font-weight: normal;
	margin-top: 0px;
}
.XinfTwoNav  #container  #sub-container #mainContent p {
	font-size: small;
	margin-bottom: 0.4em;
	margin-top: 1.2em;
}
.XinfTwoNav #container #sub-container #mainContent a {
	text-decoration: none;
	color: #333333;
}
.XinfTwoNav #container #sub-container #mainContent a:hover {
	color: #F27F00;
}

.XinfTwoNav #container #sub-container #mainContent ul {
	list-style-type: square;
	padding-left: 25px;
	margin-left: 0px;
}
.XinfTwoNav #container #sub-container #mainContent li {
	font-size: x-small;
	margin-bottom: 0.6em;
}
.XinfTwoNav #container #sub-container #mainContent td {
	text-align: left;
	vertical-align: top;
	font-size: small;
	padding: 0em;
	overflow: hidden;
}
.XinfTwoNav #container #sub-container #mainContent .pageTitle {
	font-size: small;
	margin-left: 15px;
	margin-bottom: 15px;
}
.XinfTwoNav #container #sub-container #mainContent .content {
	margin-left: 15px;
	margin-right: 30px;
}


.XinfTwoNav  #container  #sub-container  #mainContent  .contentBox {
	background-color:#DDDDDD;
	color:#000000;
	margin: 0em;
	padding: 15px;
}




.XinfTwoNav  #container  #sub-container  #mainContent  .teaser  {
	position: static;
	overflow: auto;
	margin-top: 2em;
	border-bottom: solid #F27F00 1px;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-bottom: 1em;
	text-align: right;
	padding-right: 1em;
}
.XinfTwoNav  #container  #sub-container  #mainContent  .teaser  a  {
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	display: inline;
	padding: 0em;
	border: 0;
	margin-top: 2em;
	font-weight: bold;
	color: #333333;
}
.XinfTwoNav #container #sub-container #mainContent .teaser a:hover {
	color: #F27F00;
}





.XinfTwoNav #footer {
	background:#F27F00;
	height: 18px;
	text-align: left;
	font-size: 9px;
	padding-left: 1em;
	color: #FFFFFF;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 5px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.XinfTwoNav #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.XinfTwoNav #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.XinfTwoNav #mainContent h2 {
	font-size: large;
}
