body {
	color: #000000;
	background: #FFFFFF;
	font-family: serif;
	font-style: normal;
	font-size: medium;
}

h1 {
	font-family: serif;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	vertical-align: middle;
	color: #0000C0;
}

h1:first-line {
	font-weight: normal;
	font-size: large;
	color: #0000FF;
}

h2 {
	font-family: serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: x-large;
	text-align: center;
}

h3 {
	text-indent: 2em;
	font-family: serif;
	font-weight: bold;
	font-size: large;
}

p {
	text-indent: 1em;
}

p.speakers {
	text-indent: 0px;
	margin-left: 3em;
}

p.note {
	font-size: medium;
	margin-left: 2em;
	text-indent: 0px;
}

p.contact {
	margin-left: 2em;
	text-indent: 0px;
}

p.tailer {
	clear: both;
	padding-top: 1ex;
	text-indent: 0px;
}

p.thankyou{
	text-align: center;
	font-size: large;
}

span.address {
	font-family: monospace;
}

a:link {
	color: #0000FF;
	background: #FFFFFF;
}

a:visited {
	color: #FF00FF;
	background: #FFFFFF;
}

a:active {
	color: #FF0000;
	background: #FFFFFF;
}

.center {
	text-align: center;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
}

div.menu {
	width: 15%;
	color: #000000;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 12px;
	padding-bottom: 15px;
	float: left;
	font-size: large;
}

div.menu li {
	list-style-type: none;
	margin-top: 20px;
	margin-left: -2em;
	text-align: center;
}

div.menu a:link, div.menu a:visited {
	color: #000000;
	background: #E0E0FF;
	border: 4px;
	border-style: ridge;
	border-color: #8080FF;
	padding: 2px 6px;
	margin: 5px auto;
	text-decoration: none;
	float: left;
	width: 80%;
}

div.menu a:active {
	color: #000000;
	background: #D0D0FF;
	border: 4px;
	border-style: groove;
	border-color: #8080FF;
	padding: 2px 6px;
	margin: 5px auto;
	text-decoration: none;
	float: left;
	width: 80%;
}

div.content {
	width: 83%;
	color: #000000;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-left: -1px;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	font-size: large;
}

div.info {
	width: 60%;
	float: left;
}

div.photo {
	width: 40%;
	float: left;
}

div.photo img {
	border: 0px;
	margin-top: 2em;
}

div.photo p {
	text-align: center;
}

table {
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

th {
	border: 2px solid #8080FF;
	background: #E0E0FF;
	padding: 3px 10px;
}

table.framed {
	border: 2px solid #8080FF;
	border-collapse: collapse;
}

table.program {
	margin-left: 3em;
	border-collapse: collapse;
}

table.info td:first-child {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	vertical-align: top;
}

table.framed td {
	border: 2px solid #8080FF;
	padding: 2px 10px;
	text-align: center;
}

table.program td {
	vertical-align: top;
}

table.program td.speaker {
	width: 20em;
	text-align: left;
}

caption {
	font-variant: small-caps;
	text-align: center;
	caption-side: bottom;
}


