body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:left;
}

#background {	
	background-image:url(/uploads/72591/images/bg1b.gif);
	background-repeat: repeat-x;
  height: 100%; 
  width: 100%;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin: 0 auto;
	width:700px;
	padding:10 px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}



#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(/uploads/72591/images/leaf.gif);
	float:left;
}

#bannerRight{
	width:529px;
	height:49px;
	background:url(/uploads/72591/images/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
        font-family:Trebuchet MS, arial; font-size:14pt;
        color:white;
}
#main {
	background:url(/uploads/72591/images/bg1.gif) repeat-y;
	}
#rightColumn {
	float:left;
	width:530px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}



#leftColumn {
    padding: 0;
    margin: 0;
    float: left;
}


#leftColumnBottom {
	width:130px;
	background:url(/uploads/72591/images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
margin-left:0px;
	color:#EAEAEA;
}





#leftColumn ul {
 list-style: none;
 padding: 0;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
 width: 130;
}

#leftColumn li {
 left: 0;
 margin: 0 ;
 padding: 0;
 width: 130;
 display: block;
 position:relative; 
}

#leftColumn a {
 text-align: left;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 9pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 color: white;  /* link text colour */
 background-color: #transparent;
 padding: 2 10 2 2;   /* padding of text within button */
 margin: 1;   /* padding of button within list item */
 width: 130;
 border-bottom:1px dotted #333;
}

#leftColumn a:hover {  /* override as neccesary for mouse over effects */
 color: white; 
 width: 150;
 background-color: #666;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#leftColumn ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
 position:absolute;
 top:0;
 left:122; 
 width: 130px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 2;
 background-color: #555; /* color of the entire dropdown */
}

#leftColumn ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 130;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 130;   /* width is based on the containing block */
 background-color: #444; /* color of the entire dropdown */
}

#leftColumn li ul a {  /* override colours for drop down buttons */
 background-color: #666;
 color:white;
 width: 130px;
 text-align:center;
 font-size: 9pt;
 border-top: 1px  solid white;
 border-left: 1px  solid white;
 border-right: 0px ;
 border-bottom: 1px  solid #000000;
 padding:2px;
 margin: 0; 
}


#leftColumn li ul a:hover {  /* override colours for drop down buttons */
 color: white;
 background-color: #999;
}

#leftColumn ul li:hover, #menu ul li.sfhover {
 color: blue;
}


#leftColumn li:hover ul ul, 
#leftColumn li:hover ul ul ul, 
#leftColumn li.sfhover ul ul, 
#leftColumn li.sfhover ul ul ul 
{
 left: -999em;
}

#leftColumn li:hover ul, 
#leftColumn li.sfhover ul 
{ 
  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#leftColumn li li:hover ul, 
#leftColumn li li li:hover ul, 
#leftColumn li li.sfhover ul, 
#leftColumn li li li.sfhover ul {
  visibility:visible;
  left: auto;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}