/* start general */
body, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.75em; font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
}

h1  {
	font-size: 1.4em;
}

h2  {
	font-size: 1.2em;
}

h3  {
	font-size: 1.1em;
}

h4  {
	font-size: 1.1em;
}

h5  {
	font-size: 1em;
	font-style: italic; 
}

p,tr,td,ol,li,ul,table  {
	font-size: 100%;
}
/* end general */

/* start header */
#header {
	position: relative;
	left: 0px;
	top: 0px;
	border: none;
	padding: 0;
	margin-bottom: -40px;
	background-color: #fff;
}

.headerHomeImage {
	border-bottom: #cccccc 1px solid;
}

.sectionHeaderImage {
	display: none;
}

#headerMenu {
	display: none;
}

#headerPMImage {
	display: none;
}

/* end header */

/* start left menu */
#leftMenu
{
	display: none;
}
/* end left menu */

/* start left sub menu */
#leftSubMenu
{
	display: none;
}
/* end left sub menu */

/* start main content */
#container {
	position: relative;
	top: 10px;
	left: 0px;
	margin: 5px 0px 0px 5px;
	max-width: 100%;
}

a {
	text-decoration: none;
}
/* end main content */

.heroBox {
	display: none;
}

/* start right menu */
#rightMenu
{
	display: none;
}
/* end right menu */

/* info boxes */
.infoBox {
	display: none;
}

/* This style has been commented out because there is a replacement for it in a separate style sheet. The reason
   being that we want the header of the news boxes to be different for different sections */
/* h1.infobox {
	visibility: hidden;
} */

p.infobox {
	display: none;
}

a.infobox {
	display: none;
}

img.infobox{
 	display: none;
 }
/* end info boxes */

/* end right menu */

/* start footer */
#footer {
	display: none;
}
/* end footer */

#breadcrumb {
	display: none;
}

.backToTop {
	display: none;
}

#content img{
	padding: 3px;
	margin: 5px;
}

.clear {
	clear: both;
	width: 10px;
	height: 0.01em;
	margin: 0;
	padding: 0;
}