body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(i/background.jpg);*/
}
.content {
	padding-left: 30px;
	padding-right: 10px;
	}
ul {
	list-style-image: url(i/bullet.jpg);
	font-size:12px;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p { font-size:11px;
	padding-left: 20px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	padding-left: 20px;
}
h2 {
	font-size:16px;
	padding-left: 20px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	position:relative;
	top: -45px;
	left: 190px;
	display: block;
	width: 186px;
	height: 20px;
	background-color: #535d38;
	color: #fff;
	text-decoration: none;
	border-top: thin black solid;
	border-bottom: thin black solid;
	border-left: thin black solid;
	border-right:thin black solid;
	font-size: 120%;
	font-weight:bolder;
	text-align: center;
}
#nav a:hover {
	background-color: #8eb32d;
	color:#000000;
}

#nav li {
	float: left;
	width: 186px;
}
#nav li ul {
	position: absolute;
	width: 186px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
span.email span { 
	display: none; 
}
#footer {
	position:relative;
	bottom: 60px;
	left: 0px;
	}