body { margin: 0px; scrollbar-3dlight-color: #DEE0C9; scrollbar-arrow-color: #000000 ; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #9E9577; scrollbar-highlight-color: #EEEEEE; scrollbar-shadow-color: #000000; scrollbar-track-color: #EEEEEE }

p { font-family: "Arial", "Helvetica", sans-serif;
    color: #000000 }

ul { font-family: "Arial", "Helvetica", sans-serif;
     color: #000000 }

ol { font-family: "Arial", "Helvetica", sans-serif;
     color: #000000 }

td { font-family: "Arial", "Helvetica", sans-serif }

h1 { font-family: "Arial", "Helvetica", sans-serif; 
     color: #000000; 
     text-decoration: none }
h2 { font-family: "Arial", "Helvetica", sans-serif; 
     color: #000000; 
     text-decoration: none }
h3 { font-family: "Arial", "Helvetica", sans-serif; 
     color: #000000; 
     text-decoration: none }
h4 { font-family: "Arial", "Helvetica", sans-serif; 
     color: #000000; 
     text-decoration: none }
h5 { font-family: "Arial", "Helvetica", sans-serif; 
     color: #000000; 
     text-decoration: none }
	 
.profilecommtextUpr { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profiletopname { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profileafflname { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profileaddress { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profilecommtexthdr { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profilecommtext { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profilenavbartext { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profileheader { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.profiletext { font-family: "Arial", "Helvetica", sans-serif; color: #000000 }
.top-repeat { background-image: url(images/top_repeat.gif) }


#leftnav, #leftnav ul { /* all lists */
		background-image:url(images/buttons.jpg);
		padding: 0;
		margin: 0px;
		list-style: none;
		float: left;
		font-size:12pt;
		line-height: 41px;
		text-align: center;
		font-weight: bold;
}

	
#leftnav li { /* all list items */
		
		float: left;
		width : 110px;

		
}
	
#leftnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width: 200px;
	background-image:url(images/buttons.jpg);
	font-weight: bold;
	
	margin: 0 -10px;
}

#nav li li {

	background-image:none;
	width: 200px;
	border-bottom: 1px solid #000;
	z-index: 2;
}
	
#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#leftnav li a {
		
		display : block;
		color : black;
		font-size: smaller;
		text-decoration : none;


}
	
#leftnav li a:hover {
		color : #990000;
		background-image:url(images/buttonson.jpg);
		background-repeat:repeat-x;

		font-weight: bold;
	}
	
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
}
	
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}
