/* CSS Document */
h1, h2, h3, h4, li {
font-family: Arial, Tahoma, sans-serif;
text-align: left;
}

h1 {
font-size: 1.1em;
font-weight: normal;
margin-top: 0;
}

h2 {
font-size: 1em;
font-weight: bold;
margin-top: 0;
}

h3 {
font-size: .9em;
font-weight: bold;
margin-top: 0;
}

h4 {
font-size: .8em;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}

p {
font-family: Arial, sans-serif;
font-size: .8em;
margin-top: 6px;
padding: 0;
line-height: 140%;
}

#bannerlogo {
    margin-left: 0px;
}

#body {
	margin-left: 0px;
	margin-right: 70px;
	text-align:justify;
}

#rightcolumn {
padding: 4px;
margin-left: 21px;
width: 182px;
}

#copyright {
font-family: Arial, sans-serif;
font-size: 10px;
font-weight: normal;
text-align: left;
width: 573px;
line-height: 120%;
}

#leftcolumn,
#innercolumn,
#sidenav,
#subnav {
width: 0;
}

#banner,
#leftcolumn,
#navigation,
#breadcrumbs,
#image,
#footer,
#pagetop {
    display: none;
}

.pagetop,
.button,
.noprint {
    display: none;
}


