#header {
	height: 16ex;
	white-space: nowrap;
	min-width: 130ex;
	margin: -20px -20px 0px -20px;
	overflow: hidden;
}
#sponsors {
	height: 20ex;
	float: right;
	color: #aaa;
	padding: 1ex;
}
#sponsors span {
	font-size: xx-small;
}
#sponsors a {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
#sponsors img {
	border: 0px;
}
#header img {
	height: 14ex;
	float: left;
	margin: 0px;
}
img#logo {
	height: 16ex;
	margin-right: 2.5ex;

}
#header h1 {
	height: 100%;
	margin: 0;
	vertical-align: bottom;
	padding-top: 3ex;
	font-size: 200%;
}
ul#nav {
	clear: both;
	background: #013bff;
	margin: 0px -20px 20px -20px;
	list-style-type: disc;
	height: 4ex;
	color: white;

}
ul#nav li {
	float: left;
	width: auto;
	list-style-type: disc;
	padding-left: 2ex;
	margin-left: 2ex;
	padding-right: 5ex;
	height: 4ex;
	line-height: 4ex;

}
ul#nav li:first-child {
	list-style-type: none;
}
ul#nav li a, ul#nav li a:hover, ul#nav li a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
ul#nav li a:hover {
	text-decoration: underline;
}

/* BODY */
h2 {
	font-size: 200%;
}

img {
	margin: 10px;
}


iframe {
	height: 70%; 
	width: 90%
}

table.bios img {
	width: 24ex;
	margin-right: 1ex;
}
table.bios td {
	padding: 5px;
}
table.associates td {
	vertical-align: bottom;
}
table.bios p {
	width: 90ex;
}

/* GENERAL */
html, body, textarea, td, th {
	font-family: sans-serif;
	font-size: small;
}
html, body {
	height: 100%;
}
body {
	margin: 20px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
h1, h2, h3, h4, h5 {
	margin: 1.5ex 0px 0.5ex 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
.clickable {
	cursor: pointer;
	text-decoration: underline
}
.nowrap {
	white-space: nowrap;
}
