* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(bg.png);
}
#bgimage{
	position:absolute;
	margin: 0px 0px 0px -500px;
	width:1024px;
	height:auto;
	float:left;
	left: 50%;
	text-align:left;
	background-color:#ffffff;
	background-image:url(bgshadow.gif);
	background-repeat: repeat-y;
}
#headercontainer{
	width:1000px;
	float:left;
}
#header{
	width:1000px;
	height:242px;
}
#footer{
	clear:both;
	width:178px;
	text-align:left;
	margin:20px 0px 6px 8px;
}
#shadow1{
	float:left;
	width:12px;
	height:655px;
	background-color:#fff;
	background-image:url(shadowtop1.png);
	background-repeat:no-repeat;
}
#shadow2{
	float:right;
	width:12px;
	height:655px;
	background-color:#fff;
	background-image:url(shadowtop2.png);
	background-repeat:no-repeat;
}
#language_selection{
	display:inline;
	float:right;
	width:186px;
	height:62px;
	padding:10px 0px 0px 9px;
	margin:0px;
	background-image:url(lang_bg.gif);
	background-repeat:repeat-y;
}
#language_selection *{
	display:inline;
}
#column_left{
	display:inline;
	float:left;
	width:186px;
	padding:8px 0px 250px 8px;
}
#column_middle{
	display:inline;
	float:left;
	width:568px;
	padding:39px 20px 0px 20px;
	line-height:15px;
}
#column_right{
	display:inline;
	float:right;
	width:191px;
	padding:0px 0px 50px 0px;
}
#container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
#contentcontainer{
	margin: 0px auto;
	width:1000px;
	float:left;
	text-align:left;
}

#header_top{
	width:100%;
	height:120px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#header_links {
	padding: 5px 10px 0px 0px;
	font: normal 11px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#header_links a {
	font: normal 11px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#header_middle {
	background-image:url(header_bar.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:805px;
	padding-left:195px;
	padding-top:24px;
}
.menuitem{
	font: normal 11px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display:inline;
	float:left;
	height:21px;
	width:90px;
	margin:0px 2px 0px 8px;
	background-image:url(menuitem_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
}
.menuitem.active{
	background-image:url(menuitem_bg_active.gif);
}
.menuitem a, .menuitem a:link, .menuitem a:visited, .menuitem_active a, .menuitem_active a:link, .menuitem_active a:visited {
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height:11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#header_bottom {
	margin-left:195px;
	width:805px;
	height:72px;
}
.menupic {
	display:inline;
	float:left;
	height:72px;
	width:90px;
	margin:0px 2px 0px 8px;		
}
#content_parts {
	float:left;
	width:1000px;
	background-color:#fff;
	background-image:url(content_bg.gif);
	background-repeat:repeat-y;
}
#realcontent {
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height:15px;
}
#sitemap_menu {
}
.sitemap_menu_item {
	display:block;
}
.sitemap_menu_item.level1, .sitemap_menu_item.level1 a {
	padding-left:14px;
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #17578A;
	text-decoration: none;
	margin-bottom:4px;
}
.sitemap_menu_item.level1:hover, .sitemap_menu_item.level1 a:hover {
	color: #CC0000;
}
.sitemap_menu_item.level2, .sitemap_menu_item.level2 a {
	padding-left:14px;
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom:4px;
}
.sitemap_menu_item.level2:hover, .sitemap_menu_item.level2 a:hover {
	color: #CC0000;
}
.sitemap_menu_item.level3, .sitemap_menu_item.level3 a {
	display:block;
	margin-left:14px;
	font: italic 12px Helvetica, Arial, sans-serif;
	color: #17578A;
	text-decoration: none;
	margin-bottom:4px;
}
.sitemap_menu_item.level3:hover, .sitemap_menu_item.level3 a:hover {
	color: #CC0000;
}
img.arrow{
	display:inline;
	float:left;
	margin-right:8px;
}
a.menuitem2.passive2, a.menuitem2.passive2:link, a.menuitem2.passive2:visited{
	display:block;
	margin-left:14px;
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #17578A;
	text-decoration: none;
	margin-bottom:4px;
}
a.menuitem2.passive2:hover{
	display:block;
	margin-left:14px;
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-bottom:4px;
}
a.menuitem2.active2, a.menuitem2.active2:link, a.menuitem2.active2:visited{
	display:block;
	margin-left:8px;
	font: normal 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-bottom:4px;
}
a.menuitem3.passive3, a.menuitem3.passive3:link, a.menuitem3.passive3:visited{
	display:block;
	margin-left:27px;
	font: italic 12px Helvetica, Arial, sans-serif;
	color: #17578A;
	text-decoration: none;
	margin-bottom:4px;
}
a.menuitem3.active3, a.menuitem3.active3:link, a.menuitem3.active3:visited{
	display:block;
	margin-left:27px;
	font: italic 12px Helvetica, Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
	margin-bottom:4px;
}
a.menuitem3.passive3:hover{
	display:block;
	margin-left:27px;
	font: italic 12px Helvetica, Arial, sans-serif;
	color: #CC0000;
	text-decoration: none;
	margin-bottom:4px;
}
.tool{
	width:191px;
	float:right;
}
input.search{
	font: normal 12px Helvetica, Arial, sans-serif;
	width:169px;
	height:14px;
	border:1px solid black;
	margin-bottom:12px;
}
.tools_more {
	float: right;
}
a.logolink {
	width:520px;
	height:100px;
	float:left;
	top:0px;
	left:0px;
}
#printit {
	margin-top:20px;
}
#printit img, #printit a {
	margin-right:5px;
	font: normal 11px Helvetica, Arial, sans-serif;
	line-height:11px;
	color: #000000;
}
	