<style type="text/css">

<!--   
/*/////////// HTML //////////*/

body {
	background-image: url("../images/backgrounds/Background-Fall.gif");
	width: 940px;
	margin: 5px auto;

}

h1 {
	color: black;
	font-size: 16pt;
	margin: 0px 0px 0.5em 0px;
	font: trebuchet ms
	font-weight: bold
	padding: 0px;
}


h2 {
	color: black;
	font-size: 12pt;
	margin: 0px 0px 0.5em 0px;
	font: garamond
	font-weight: bold
	padding: 0px;
}

h3 {
	color: white;
	font-size: 7pt;
	font-family: Arial, Times, sans-serif;
}

p {
	font-family: Arial, Times, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 1em 0px;
	color: black;
}

a:link { 
	color: black;
	text-decoration: none;	
	}
a:visited { 
	color: #660000;
	}	
a:hover { 

    color: black;

    }     


/*/////////// NAV BAR LEFT //////////*/


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: none;
padding: 1px 5px;
border-bottom: 0;
font: 12px trebuchet ms, san serif
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background: url("../images/backgrounds/BrushstrokeGold.png") no-repeat center center;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	

* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */    
      
    
-->
</style>