﻿body {
	font-family:Garamond;
	font-size: 14px;
}
a{
color:#355e3b;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 19px;
}

#nav a {
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;

	display: block;
	width: 120px; 
	color: black;
}

#nav li { /* all list items */
	float: left;
/*	width: 3em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F5F4F4;
/*	width: 120px; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
/*	margin: -1em 0 0 120px;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.style2bc {
font-family: Garamond;
font-size: 14px;
line-height:22px;
text-align:left;
}
.stylebullet {
font-family: Symbol;
font-size: 18px;

}
