/* notes CSS 25.4.09; print style sheet commands */

/* General */
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%;
}

h6 {
font-family: "times new roman";
font-size: 100%;
}

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


.style19 {
	font-family: "Times New Roman";
	font-size: 100%;
	font-weight: bold;
}
/* end of General */


/* Layout */
li.indent {     margin-left: 5em;  }
li.indent2 {     margin-left: 10em;  }

li.indent4 {     margin-left: 20em;  }


.indent4 {     margin-left: 20em;   }

/* end of Layout */


/* Not displayed */
#navhome {
display: none;
}

#nav {
display: none;
}

#top {display: none;}  #top1 {display: none;}  #top2 {display: none;}  #top3 {display: none;}  #top4 {display: none;}  #top5 {display: none;}  #top6 {display: none;}  


#sub-nav {
display: none;
}

#news {
display: none;
}


#fontsize  {
display: none;
}
#content {
margin:0;
}

#sitemapleft ul{
list-style: none;
}

#sitemapcentre ul{
list-style: none;
}

#sitemapright ul{
list-style: none;
}


#p46-1 {
display: none;
}

#tabledescription {
display: none;
}

#coolmenu {
display: none;
}

#cool2 {
display: none;
}

#appendixdescription {
display: none;
}

#rightindex {
display: none;
}

/* forms **********************************************/

label
{
width: 15em;				/* distance of boxes from the left of the container*/
float: left;
/*text-align: right;  */
text-align: left;/*  */
margin-right: 0.5em;
display: block
}


.submit input {
display: none;
}


input  {
border: 1px solid #ffffff;
margin-left: 5em;
}

textarea
{
border: 1px solid #ffffff;
margin-left: 15em;

}

/* end of forms */





/* end of Not displayed */
