html, body {
padding: 0;
}
body {
margin: 1cm;
}

a {
text-decoration: underline;
}

#wai, #navContainer, #rightContainer, #footer, #bottom1, #bottom2 {
display:none;
}

#header {
position: static;
width:auto;
height:50px;
border-bottom:0;
margin-bottom: 1cm;
}
#header img {
margin-left:0;
}

#wrapper {
position: static;
top:68px;
background: white;
min-width:0;
}

#content {
margin:0;
height:auto;
}
#rightBox {
margin-left:300px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}