/**
* print.css This file will ommit all parts of the page except the content itself.
*
* For production use we would usually display something like a logo.
*/
.wizard,
.sub-navi,
.footer,
#subnavi,
.siteFunctions,
.topLink,
#rightCol,
#breadcrumb,
.shadow-bottom,
#subnaviChapter,
#naviflash {
	display:none;
}
a img { border: none; }

html > body .magician {background:none;}
.subcontent{display:none}
.clearer{clear:both;}
table.worldmap a{color:#0165A3;text-decoration:none;font-weight:bold;}
.centerCol table.worldmap{width:500px}
.centerCol table.worldmap.level3 tr td.first {padding-left:50px;width:343px;}
.centerCol table.worldmap.level2 tr td.first {padding-left:30px;width:363px;}
.centerCol table.worldmap tr td.first {padding-left:10px;width:383px;}
table.worldmap td.subpoints {padding-right:10px;}
table.worldmap td.subpoints td.subpoints a{font-weight:normal}

table.worldmap tr td {border-bottom:1px solid #E9E9E9;padding:4px 0 4px 0}
table.worldmap.level2 tr td, table.worldmap.level3 tr td, table.worldmap.level4 tr td{border-top:0 none;}
.centerCol table.worldmap tr td.subpoints{border-bottom:0 none;padding:0;}
.centerCol table.worldmap.level3 tr td.first {padding-left:50px;width:343px;}
object{display:none}

.divisionLogo{padding-top:25px}
.download_box{float:left;width:160px;}
.download_box input{display:none;}
#button_box{display:none}

#leftCol {
  margin-left:0px;
}

#printlogo {
  display:block;
}

#logo img {
background-image:none;
height:auto;
width:auto;
}

#logo {
  position:absolute;
  top:0;
  left:0;
  width:25%;
}

#wrapper {
  margin-left:25%;
  width:50%;
}
