html {
	padding: 0 20px;
	font-family: Georgia, serif;
	font-style: italic; 
	font-size: 24px;
	color: #444444;
}

a {
	color: #444444;
	outline: none;
}

h1 {	
	line-height: 40px;
	position: absolute;
	top: 20px;
	z-index:9999999;
}

h2{	
	font-weight: bold;
	line-height: 34px;
	cursor: pointer;
}

h3 {
	cursor: pointer;
}

h4 {
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	color: #74489b;
}

#nav {
	margin-top: 80px;
}

ul {
	margin-top: 15px;
}

ul li div {
	width: 750px;
	line-height: 34px;
	display:none;
}

ul li div p {
	margin-bottom: 25px;
}
ul li div p.small {
	font-size: 14px;
}

ul li ul {
	margin-top: 0;
}

ul li ul li ul{
	margin-left: 35px;
}

#sb-body-copy {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	display: none;
}

.copy {
	position: absolute;
	bottom:0px;
	padding: 10px;
/* 	display:none; */
}

.copy p {
	margin-bottom: 30px;
}