/*
Copyright (c) 2008 Ylab, www.ylab.nl
*/
html{
	margin:auto;
}
body{
	margin:auto;
	color:#000;
}
body,input,textarea,table{
	font-size:10pt;
}
ul{
	padding-left:1.5em;
}
ul li{
	list-style-type:square;
}
#canvas{
	width:auto;
}
#menu,#service-menu,#submenu,#blog,#logo,#key,#disclaimer{
	display:none!important;
}
#header{
	height:auto;
}
#pagetitle{
	position:static;
}

#pagecontent{
	padding:0;
	background:none;
}
#info{
	float:left;
	width:auto;
}
#intro{
	font-size:1.18em;
	padding:0;
	margin-bottom:1em;
}
#info-r{
	padding:0 0 0 10pt;
	width:auto;
}
#info-w, #service{
	padding:0;
	width:auto;
}

#footer{
	width:auto;
}
#footer-content{
	border-top:1pt solid #666;
	width:auto;
	padding:3pt 0;
	margin-left:0;
	margin-top:10pt;
	font-size:smaller;
}
/*
This is the print stylesheet to hide the Flash headlines from the browser...
regular browser text headlines will now print as normal
*/
.sIFR-flash {
  display:none!important;
  height:0;
  width:0;
  position:absolute;
  overflow:hidden;
}
.sIFR-alternate {
  visibility:visible !important;
  display:block !important;
  position:static !important;
  height:auto !important;
  width:460px !important;
  margin:auto !important;
}