@charset "UTF-8";
body {
	background-color: #746f70;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #d9d5d2;
	margin: 0px auto;
}
#content {
	background-color: d9d5d2;
	font-family: "Times New Roman", Times, serif;

}
#nav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #33304D;
	text-align: center;
	color: #d9d5d2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nav a {
	color: #d9d5d2;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	text-decoration: underline;
}


/* global */
a {
	text-decoration: none;
	font-weight: bold;
	color: #73682A;
}
a:hover {
	text-decoration: underline;
}
h1{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 3px;
}

h2 {
	margin-bottom: 0px;
	font-weight: bold;
}
h6 {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 1.5em;
}
.location {
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#footer {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #33304D;
	color: #d9d5d2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0px 0px 0px;
}
dt {
	margin-top: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
dd {
	margin-bottom: 10px;
	margin-left: 0px;
}
dd a {
	font-weight: normal;
}
.agenda h2 {
	margin-top: 20px;
}


/* agenda */
.agenda h3 {
	margin-bottom: 0px;
	margin-top: 10px;
	color: #33304d;
}
.agenda h4 {
	margin-bottom: 0px;
	margin-top: 6px;
	font-weight: bold;
	font-variant: small-caps;
}
.agenda h5 {
	margin-left: 40px;
	font-variant: small-caps;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.agenda p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: normal;
}
.indent {
	margin-left: 30px;
}
p.time {
	margin-top: 20px;
}
p.time strong {
	color: #33304d;
}
.transcript h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.transcript p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.headerTitle {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-top: 2px;
	border-top: 3px solid #11344f;
}
.grid {
	width: 25%;
	float: left;
	padding-top: 1px;
	padding-bottom: 5px;
	border-bottom: 2px solid #11344f;
	text-align: center;
	color: #33304D;
}
.grid p  {
	padding-top: 2px;
	padding-bottom: 5px;
}
.grid a {
	font-weight: bold;
	color: #73682A;
}
