#content h2, #content h3, #infobar h3 {
	font-weight: bold;
}

#infobar {
	margin: 0;
	padding: 0;
}

#infobar div {
	margin: 0;
	padding: 0;
}

* html #infobar div {
	margin-left: 0px;
}

#infobar #contactinfo {
		display: block;
		margin: 5px auto;
		width: 170px;
		border: 1px solid #999;
		-moz-border-radius: 5px;
		background-color: #FFF;
		color: #444;
		padding: 0;
		text-align: center;
	}

#mynav h3 {
	margin: 10px 5px 2px 5px;
	padding: 5px;
	background-color: #FB6;
	text-align: center;
	font-size: .9em;
	color: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#mynav ul {
	display: block;
	margin: 2px 5px 2px 5px;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #FB6;
	list-style-type: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#mynav li {
	border-bottom: 1px solid #FB6;
}

#mynav a {
	display: block;
	margin: 0;
	padding: 1px 2px;
	color: #000;
	font-size: .8em;
	text-decoration: none;
}

#mynav a:hover {
	color: #A31;
}

#mynav li ul {
	display: none;
}

#mynav a.myisu {

    padding: 0;

}

.highlightbox li {

	font-weight: normal;
	word-wrap: break-word;
}

/* Table Formatting */

table.event {
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	width: 105%;
	background-color: #fff1df;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

table.event thead {
    background-color: #FB6;
    text-align: left;
}

table.event col#course {
    width: 24%;
}

table.event col#description {
    width: 27%;
}

table.event col#location {
    width: 26%;
}

table.event col#time {
    width: 23%;
}

table.event td {
    vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

table.staff {
	width: 100%;
	border: 0;
/*	border-collapse: collapse; */
	padding: 0;
	border-bottom: 1px solid #FB6;
	margin-bottom: 5px;
}

table.staff col#pic {
    width: 21%;
}

table.staff col#description {
    width: 79%;
}

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

table.staff td.per_info {
	padding-left: 5px;
}

table.staff td.per_info a {
    font-size: 1.1em;
}

table.staff ul {
	padding-left: 0px; 
    margin-left: 10px; 
	list-style: none;
}
 
#pub_content {
	background-color: #fff1df;
 	border: thin solid black; 
  	margin-top: 20px;
	margin-bottom: 15px; 
	width: 539px;
	overflow: visible;
}

#geo_caption h6{
	width: 539px;
	margin-left: 192px;
	margin-top: 5px;
	font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 0px;
	color: #6A6A6A;
	font-style: italic;
}

.water_ctr {
	float: left;
/*	border: thin solid #000000; */
	padding: 5px 10px 0px 20px; 
/*	height: 200px; */
/*	width: 213px; */
}
	


