body {   scrollbar-base-color: #FFFFFF;
  scrollbar-face-color: #B22222;
  scrollbar-track-color: #E2E2E2;
  scrollbar-arrow-color: White;
  scrollbar-highlight-color: #C8C8C8;
  scrollbar-3dlight-color: #C8C8C8;
  scrollbar-shadow-color: #C8C8C8;
  scrollbar-darkshadow-color: #C8C8C8; 
  }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B22222;
	text-align : justify;
	margin: 1px;
	padding: 2px;
	top: 0px;
	margin-left: -2px;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	margin: 1px;
	padding: 2px;
	top: 0px;
	margin-left: -2px;
	}
h2 {
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bolder;
	color : #CC0000;
	text-align : justify;
	margin: 1px;
	padding: 2px;
	top: 0px;
	margin-left: -2px;
}
h3{
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Gray;
	text-align : left;
	margin: 1px;
	padding: 2px;
	top: 0px;
	margin-left: -2px;
}

h4{
	font-family : sans-serif;
	font-size : larger;
	font-style : normal;
	font-weight : bold;
	color : #CC0000;
	margin: 1px;
	padding: 2px;
	top: 0px;
	margin-left: -2px;
}
h5{text-align:center;}
a {
	font-weight: normal;
	color: White;
	 text-align: center;
	 white-space: nowrap;
	  text-decoration: none;
	font-size : 11px;
	font-family : sans-serif;
	}
	a:hover {
	font-weight: normal;
	color: #FF9900;
	 text-align: center;
	font-size: 11px;
	font : sans-serif;
}
	

.smalllink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B22222;
	background-position: center bottom;
	text-align: center;
}
.spacer {
	margin: 6px;
}

#flash p, h1, h2, h3, a {
text-align:center

}
#centred{text-align:center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



.suckertreemenu ul{
margin-left: 0px;
margin-top:0px;
padding: 0px;
list-style-type: none;

}


/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #C00000; /*overall menu background color*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	z-index: 5;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid white;
border-left-width: 0;
border-top-width: 0;
border-bottom-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 100px; /*width of sub menu levels*/
	color: white;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid white;
	
}

.suckertreemenu ul li a:hover{
background-color: #C00000;
color: yellow;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #C00000 url(down.gif) no-repeat center right

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #C00000 url(rite.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
