body {
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

.nav {
	padding: 10px 0 7px 3px;
	background: #004d96;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	border-bottom: 1px solid #004d96;
	text-align: center;
	}

.topleft {
	background: #fff;
	border-left: 1px solid #004d96;
	color: #bb0145;
	font-size: 16px;
	font-weight: bold;
	}

.bottomleft {
	background: #7fa6ca;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #004d96;
	border-bottom: 1px solid #004d96;
	}

.rightside {
	border-left: 1px solid #004d96;
	border-right: 1px solid #004d96;
	border-bottom: 1px solid #004d96;
	font-size: 11px;
	line-height: 175%;
	padding-bottom:10px;
	}

.rightside a {
	text-decoration: none;
	}

.rightside a:hover {
	text-decoration: underline;
	}

#navul {
	text-decoration: underline;
	}

.nav a {
	color: #fff;
	text-decoration: none;
	}

.nav a:hover {
	color: #fff;
	text-decoration: underline;
	}

.schedule {
	font-size: 11px;
	}

.schedulehead {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.agendatitle {
	font-size: 12px;
	font-weight: bold;
	}
	
.agendaitem {
padding: 15px 0 15px 0; /* border-bottom: 1px solid black; */
	}

.itemtitle{
	font-size: 12px;
}

.itemtext {
	font-style: italic;
}
	
#biohead {
	font-size: 16px;
	font-weight: bold;
	}

#map {
	text-decoration: underline;
	font-size: 9px;
	}

.regform {
	font-size: 11px;
	}

/*INDEX STYLES*/

.indexleft {
	border-left: 1px solid #004d96;
	border-bottom: 1px solid #004d96;
	background-color: #7fa6ca;
	color: #fff;
	font-weight: bold;
	}

.indexright {
	border-left: 1px solid #fff;
	border-right: 1px solid #004d96;
	border-bottom: 1px solid #004d96;
	background-color: #004d96;
	color: #fff;
	text-align: right;
	}

.indexright a {
	color: #fff;
	text-decoration: none;
	}

.indexright a:hover {
	color: #fff;
	text-decoration: underline;
	}

.indexnavr {
	/*padding: 10px 20px 7px 3px;*/
	background: #fff;
	color: #004d96;
	font-size: 9px;
	font-weight: bold;;
	text-align: center;
	border-right: 1px solid #004d96;
	}

.indexnavl {
	padding: 10px 20px 7px 3px;
	background: #fff;
	color: #004d96;
	font-size: 11px;
	font-weight: bold;;
	text-align: right;
	border-left: 1px solid #004d96;
	}

.indexnavr a {
	color: #004d96;
	text-decoration: none;
	}

.indexnavr a:hover {
	color: #004d96;
	text-decoration: underline;
	}

.indexleft a {
	color: #fff;
	}

.indexleft a:hover {
	color: #fff;
	}

#loclink {
	font-size: 11px;
	}

.iheadr {
	border-top: 1px solid #004d96;
	border-right: 1px solid #004d96;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	color: #bb0145;
	}

.iheadl {
	border-top: 1px solid #004d96;
	border-left: 1px solid #004d96;
	}

#irtext {
	font-size: 11px;
	line-height: 150%;
	}

.flleft {
	float: left;
}

.flright {
	float: right;
}