﻿/* CSS layout */
#pagetable {
	position: absolute;
	vertical-align: top;
	font-family: Tahoma;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 10px double #000080;
	width: 790px;
}
.style1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
#masthead {
	border-color: #C0C0C0;
	border-width: medium;
	position: relative;
	border-bottom-style: solid;
	background-image: url('2007conference_images/bg-slate.gif');
}
#top_nav {
	border-width: medium;
	border-color: #C0C0C0;
	position: relative;
	border-bottom-style: solid;
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #666666;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	border-width: medium;
	border-color: #C0C0C0;
	margin-left: 200px;
	border-left-style: solid;
}
.indent10 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.ArialSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.BioStyle {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	border-width: medium;
	border-color: #C0C0C0;
	position: relative;
	border-top-style: solid;
}

