body
{
	margin: 0 1% 0 1%;
	background-color: #D6D1E6;
}

body.old { background-color: #EBBBD4; }
a { color: #FFFFFF; }
a:hover { color: #4E2C6B; }

h1, h2
{
	text-align: center;
	font-family: sans-serif;
}

#mainTitle { color: #664A78; }
#mainTitle a { color: #664A78; }

#mainTitle a:hover
{
	color: #664A78;
	text-decoration: none;
}

h2
{
	font-weight: lighter;
	font-size: 1.2em;
}

#pageNav
{
	float: left;
	width: 20%;
	padding: 1%;
	background-color: #AB9EBF;
}

#pageNav ul
{
	list-style-type: none;
	list-style-position: default;
	padding-left: 1ex;
	margin-bottom: 1ex;
}

#pageNav ul li { margin-bottom: 0.75ex; }

#pageNav h2
{
	margin: 0 0 1ex 0;
	border-bottom: 1px solid white;
	padding-bottom: 0.5ex;
	color: black;
}

#pageNav ul.speakerNav li { margin-bottom: 1ex; }
.secondaryNav { padding-top: 1ex; }
.secondaryNav a { color: black; }

.secondaryNav a:hover
{
	color: black;
	text-decoration: none;
}

div.mainContent
{
	float: right;
	width: 73%;
	padding: 1% 2% 2% 2%;
	background: #9A77B3;
	margin: 0 0 2em 0;
}

div.mainContent h2 { margin: 0ex 0 1em 0; }
div.mainContent p { font-size: 110%; }

div.mainContent p.placeTime
{
	text-indent: 0;
	text-align: right;
	margin-bottom: 0;
	color: #FBFFAD;
	font-weight: bold;
	font-family: sans-serif;
}

div.mainContent p.placeTimeCenter
{
	text-indent: 0;
	text-align: center;
	margin-bottom: 0;
	color: #FBFFAD;
	font-weight: bold;
	font-family: sans-serif;
}

div.mainContent p.speakerSummary
{
	padding-top: 1ex;
	padding-bottom: 1ex;
}

div.mainContent img
{
	display: inline;
	margin: 1em 0 1em 1em;
	float: right;
}

div.mainContent img.floatLeft
{
	margin: 1em 1em 1em 0;
	float: left;
}

div.mainContent img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

div.mainContent p.speakerTitle
{
	font-weight: bold;
	color: white;
	clear: both;
	margin-top: 2em;
}

div.mainContent p.speakerTitle a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

div.mainContent div.speakerBio p { text-indent: 5ex; }

div.mainContent ul.readingList
{
	list-style-type: circle;
	list-style-position: default;
}

div.mainContent ul.readingList li { padding-bottom: 1.5ex; }

table.calendar
{
	border: 1px solid white;
	width: 100%;
}

table.calendar tr td
{
	border: 1px solid white;
	width: 20%;
	text-align: center;
	background: white;
	padding: 0.25ex 0 0.25ex 0;
	font-weight: bold;
}

table.calendar tr td a { color: #664A78; }

/*table.calendar tr td:hover
{
	background: #AB9EBF;
	color: white;
}*/

table.calendar tr th { color: white; }
.center { text-align: center; }

