/* notes CSS 25.4.09; print style sheet commands */
body {
	font-family: arial;
	font-size: 100%;
	color: black;
}

h1 {
font-family: arial;
font-size: 100%;
}

/* notes CSS; headings h2, h3, h4, and h5 have been adopted from the old CCS href="2col_leftNav.css" */

h2{
font-family: arial;
font-size: 90%;
}

h3{
font-family: arial;
font-size: 80%;
}

h4{
font-family: arial;
font-size: 80%;
}

.doh4 {
font-family: arial;
font-size: 80%;
font-weight: bold;
}


.style19 {
	font-family: "Times New Roman";
	font-size: 100%;
	font-weight: bold;
}


#nav {
display: none;
}

#sub-nav {
display: none;
}

#news {
display: none;
}

#content {
margin:0;
}

#sitemapleft ul{
list-style: none;
}

#sitemapcentre ul{
list-style: none;
}

#sitemapright ul{
list-style: none;
}
