body {
	font-family : Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	font-size : 10pt;
	background : white;
}
/* correct value below, value above for IE */
/* html>body  {
   	font-size : 80%;
} */

/* CONTAINER declarations */
/* container holds the full page */

#container {

}

/* HEADER declarations */
/* header holds the title line and bar of images */
#header {
	background : none;
}
#logo {
	display : none;
}
#title{
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	color : black;
	margin : 0;
	padding : 0;
	border-bottom : 1pt solid black;
}
.pagename {
	font-size : 12pt;;
}
#band {
	display : none;
}
/* main NAVIGATION declarations */
/* see menu.css */
#navigation {
	display : none;
}

/* MAIN declarations */
/* main holds the left, centre and right columns */
#main {
	width : auto;
	padding: 0;
	margin : 0;
	text-align : left;
	float : none;
	background : transparent;
}
/* Set up the left, right and centre columns and fix the IE float bugs */
#left {
	display : none;
}
#right {
	display : none;
}
#centre {

}

/*CENTRE declarations */
#centre {
	color : black;
}
#breadcrumb {
	display : none;
}

#mainpic {
	background : none;
	margin : 20pt 0 10pt 0;
}
#mainpic p {
	margin : 0;
	padding : 0 20pt 10pt 0;
}
#mainpic img {
	margin : 0;
	padding: 0;
}
#mainpic a, #mainpic a:link {
	color : black;
	text-decoration : underline;
	margin : 0 0 0 3pt;
	padding : 0;
}
#centre img {
	margin : 0;
	padding : 0;
}
#highlights p {
	margin : 20pt 0 9pt 0;
	padding : 0;
}
#highlights img {
	margin :  0 0 0 10pt;
	border : 0;
} 
#text1, #text2, #text3, #text4 {
	width : 100px;
	padding : 0;
	margin : 0 0 20pt 0;
	color :  black;
}
#text1 {
	float : left;	
	margin-left : 13px;
}
#text2 {
	float : left;	
	margin-left: 20px
}
#text3 {
	float :right;
	margin-right : 20px;
}
#text4 {
	float :right;
	margin-right : 17px;
}
/* IE float bug fix */
#text1, #text2, #text3, #text4{
	display : inline;
}
/*----------*/

#text1 a, #text2 a, #text3 a, #text4 a,
#text1 a:link, #text2 a:link, #text3 a:link, #text4 a:link {
	color : black;
	text-decoration : underline;
	padding: 0 0 0 15px;
}

#pagetext h1 {
	font-size : 1.3em;
	margin : 10px 10px 0 10px;
	padding : 0;
}
#pagetext p {
	margin : 10px 10px 0 10px;
	padding : 0;
}
#pagetext ul, #pagetext li {
	margin : 4px 10px 0 20px;
	padding : 0;
}
#pagetext ul {
	margin-top: 10px;
}
#pagetext .small {
	font-size: .8em;
	margin-top : 0px;
	padding : 0;
}

/*LEFT declarations */
#left {
	display : none;
}
#section h1 {
	display : none;
}

/* newsbox only displayed on main pages */
#newsbox {
	display : none;
}
#address {
	display : none;
}
#dummy {
	display : none;
}

/* RIGHT declarations */
#right  {
	display : none;
}
#searchform{
	display : none;
}
#searchfld {
	display : none;
}
#searchbtn {
	display : none;
}
#rightlinks {
	display : none;
}

/* FOOTER declarations */
/* div to clear so footer follows longest column */
.clearall {
	display : none;
}
#footer {
	display : None;
}
#copyright {
	color : black;
	margin : 100px 0 0 0;
	padding : 50px 0 0 0;
	text-align : center;
	background : white;
	width : 100%; 
}

