td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}

ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

ol {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

body {
	font-size: 11px;
	color: black;
	scrollbar-3dlight-color : #C1DDF1;
	scrollbar-arrow-color : #754824;
	scrollbar-base-color : #CBCCCB;
	scrollbar-darkshadow-color : #CBCCCB;
	scrollbar-face-color : #CBCCCB;
	scrollbar-highlight-color : #CBCCCB;
	scrollbar-shadow-color : #244977;
	scrollbar-track-color : #244977;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	
}
h2 {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.transparent {  filter: Chroma(Color=#FFFFFF)}
.cpyright {  font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: italic; color: #000000}

h1 {  font: bold 18px Verdana, Arial, Helvetica, sans-serif; color: #000000; text-align: center; text-decoration: none}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	padding : 5px;
	margin : 5px;
	line-height: 14px;
}

p.sm {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	line-height: 17px;
	color: #002961;
	padding : 0px;
	margin : 0px;
}

h3 {  font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #6600cc;}


 A:active { }       
    A:link, A:visited, A:active { text-decoration: none; color: #244977; }
	A:visited { }
	
a:hover {
	color: #FF0000;
	text-decoration: underline
}	


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 80.5px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/

.suckertreemenu ul li ul{

left: 0;
background-color: #F3F3F3; /*Disappearing menu fix-BP */
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: 160px; /*width of sub menu levels*/
color: #244977;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{

color: #ff0000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(http://deondesigns.ca/ise/images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(http://deondesigns.ca/ise/images/arrow-right.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;
}
	
#pagecell1{
display:block; 
height:auto;
background-color: #ffffff;
width: 99.8%;
border: 1px solid;
}

#leftLinks{
height: auto;
/*position:absolute;*/ took out
/*height: 290px;*/ took out
width:126px;
background-color:#e2e3e3;
}
.red {
	COLOR: #ff0000
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */