@charset "utf-8";
/* CSS Document */


.speakerdiv  {
	background-color: #B8CCE0;
	padding: 0.4em;
	width: 35%;
	border: 3px outset #2A3F55;
	float: right;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper #content .speakerdiv div {
	background-color: #CCCCFF;
	width: 70%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrapper #content .speakerdiv h1 {
	font-size: 1.3em;
	color: #003300;
}
#wrapper #content .speakerdiv img {
	float: right;
	height: auto;
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0.5em;
}

#wrapper #content #top {
	background-color: #FFFFCC;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
	margin-top: 1em;
	margin-bottom: 1em;
	float: none;
	height: 20em;
	clear: both;
}
#wrapper #content #top img {
	height: 100%;
}
.reg_table {
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.directions   {
	background-color: #99CCCC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #2A1F00;
	font-size: 0.8em;
}

.costtable {
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 1em;
	line-height: 1.8em;
	width: 75%;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: left;
}

.programtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	border: medium none #330033;
	margin-top: .2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	width: 55%;
	float: left;
}

.prog_div_left {
	float: left;
	width: 60%;
	margin-top: .5em;
}
#wrapper #content .prog_div_left table {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.prog_div_right {
	float: left;
	width: 35%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 1em;
}
.prog_wrap {
	background-color: #99CCCC;
	margin-bottom: 1em;
	height: auto;
	float: left;
	width: 100%;
	border: thin groove #003300;
}

.prog_wrap2 {
	background-color: #B8CCE0;
	margin-bottom: 1em;
	height: auto;
	float: left;
	width: 100%;
	border: thin groove #003300;
}



.prog_desc {
	width: 100%;
	clear: both;
	margin-top: 1em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.memb_disc_div {
	clear: both;
	width: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.book_img {
	height: 184px;
	width: 128px;
	margin-left: 2em;
}

.p_small {
	font-size: .8em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 10px;
}
.prog_desc table {
	float: none;
	clear: left;
}
