body {
	margin: 0px;
	background: #fff;
	font-family: arial;
	font-size: 11pt;
	color: #7d6a55;
}
a {
	text-decoration: none;
	color: #bf311a;
}
a:hover {
	color: #7d6a55;
}
#box {
	width: 782px;
	border: 1px solid #7d6a55;
}
h1 {
	width: 90%;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 11pt;
	padding-left: 23px;
	color: #5b9b98;
	background: #cdeaee;
	border-top: 1px solid #5b9b98;
	border-right: 1px solid #5b9b98;
	border-bottom: 1px solid #5b9b98;
}
#nav {
	background: #cdeaee;
	font-family: arial;
	font-size: 11pt;
	color: #5b9b98;
	border-bottom: 1px solid #7d6a55;
	padding: 3px 0px;
}
#nav a {
	text-decoration: none;
	color: #5b9b98;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}
#nav a:hover {
	color: #bf311a;
}
#content {
	padding: 10px;
	text-align: left;
	background: #fff;
}
#content p {
	margin-left: 23px;
	margin-right: 23px;
	text-align: justify;
}
#copyright {
	font-family: verdana;
	font-size: .8em;
	margin: 10px 0px;
	border-top: 1px solid #DFDFDF;
	width: 75%;
	padding-top: 10px;
}

.agendatime {
	padding: 0px 10px;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}