html {
	overflow-y: scroll;
}
body {
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-width: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #008080;
}
a:active {
	color: #008080;
}
ul {
	list-style-image: url('images/bullet_008080.png');
}
.header {
	background-image: url('images/header.png');
	width: 948px;
	height: 145px;
	text-align: right;
}
.divider {
	height: 10px;
}
.menu {
	text-align: left;
}
.menu_img {
	margin-right: 15px;
}
.tabs {
	background-image: url('images/main_tabs_bg.png');
	height: 28px;
	text-align: left;
}
.main {
	background-color: white;
	min-height: 950px;
	padding-bottom: 20px;
}
.content {
	padding-top: 10px;
	margin-left: 111px;
	margin-right: 240px;
	text-align: justify;
}
.people{
	background-color: white;
	text-align: justify;
	padding: 20px 20px 20px 20px;
}
.footer {
}
.input {
	width: 150px;
}
.button {
	width: 75px;
}
#popout_menu {
	list-style: none;
}
#popout_menu li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#popout_menu li:hover {
	color: #008080;
}
#popout_menu li:hover ul {
	display: block;
	color: black;
}
#popout_menu li ul {
	display: none;
	z-index: 5;
	position: absolute;
	left: 30px;
	top: 0px;
}
#popout_menu li ul li:hover {
	color: black;
}