@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #F5EDA5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html { 
	min-height: 100%; margin-bottom: 1px; 
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F5EDA5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #F5EDA5; 
	height: 65px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F5EDA5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border: 1px solid #CEBB83;
	margin-bottom: 15px;
}
.twoColFixLtHdr #sidebar1 p
{
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	padding: 0 10px 1px 5px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #CEBB83;
}
.twoColFixLtHdr #sidebar1 ul
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a
{
	display: block;
	padding: 10px 5px 10px 5px;
	background-color: #F5EDA5;
}
.twoColFixLtHdr #sidebar1 a:link, #navlist a:visited
{
	color: #CEBB83;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover
{
	background-color: #CEBB83;
	color: #000000;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 170px; 
	padding: 0 0 10px 0; 
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr #summaryContent { 
	margin: 0 0 5px 170px; 
	padding: 0 0 310px 0; 
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr #whenwhereContent { 
	margin: 0 0 0 170px; 
	padding: 0; 
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr #officerContent { 
	margin: 0 0 5px 170px; 
	padding: 0 0 255px 0; 
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr #councilContent { 
	margin: 0 0 0 170px; 
	padding: 0 0 482px 0;
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr #contactContent { 
	margin: 0 0 0 170px; 
	padding: 0 0 570px 0; 
	border: 1px solid #CEBB83;
} 
.twoColFixLtHdr p
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 10px 0 10px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.twoColFixLtHdr p.div_title
{
	margin-top: 0;
	margin-bottom: 0;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 10px 1px 5px;
	color: #FFFFFF;
	background-color: #CEBB83;
}
.twoColFixLtHdr a.summary_date
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
.twoColFixLtHdr a.summary_date:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.summary_date
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr a.summary_speaker
{
	color: #66667E;
	text-decoration: none;
	outline: none; 
}
.twoColFixLtHdr a.summary_speaker:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.summary_speaker
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 5px 6px 5px; 
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr a.summary_title
{
	color: #0074BF;
	text-decoration: none;
	outline: none;
}
.twoColFixLtHdr a.summary_title:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.summary_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 3px; 
	font:50% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr p.intro_caption
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
}
.twoColFixLtHdr a.lecture_timeplace
{
	text-decoration: none;
	color: #FF0000;
	outline: none;
}
.twoColFixLtHdr a.lecture_timeplace:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr a.lecture_past
{
	text-decoration: none;
	color: #0033CC;
	outline: none;
}
.twoColFixLtHdr a.lecture_past:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.lecture_timeplace
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 10px 0 0;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
}
.twoColFixLtHdr p.lecture_date
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.twoColFixLtHdr a.lecture_title
{
	text-decoration: none;
	color: #0074BF;
	outline: none;
}
.twoColFixLtHdr a.lecture_title:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.lecture_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px; 
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr a.lecture_speaker
{
	text-decoration: none;
	color: #000000;
	outline: none;
}
.twoColFixLtHdr a.lecture_speaker:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.lecture_speaker
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 10px 0 10px; 
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr a.lecture_institution
{
	text-decoration: none;
	color: #66667E;
	outline: none;
}
.twoColFixLtHdr a.lecture_institution:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.lecture_institution
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 1px 10px 25px 10px; 
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr p.series
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 10px 10px 10px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.twoColFixLtHdr a.series_links
{
	text-decoration: none;
	color: #000000;
	outline: none;
}
.twoColFixLtHdr a.series_links:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.series_links
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.twoColFixLtHdr p.abstract_date
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 10px 3px 10px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_prevnext
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px;
	font: 60% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px; 
	color: #0074BF;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr p.abstract_speaker
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_pict
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_institution
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px; 
	color: #66667E;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_website
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px; 
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr p.abstract_abstract
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px; 
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}
.twoColFixLtHdr p.whenwhere
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr a.officers_former
{
	text-decoration: none;
	color: #66667E;
	outline: none;
}
.twoColFixLtHdr a.officers_former:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.officers_former
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 10px 0 10px; 
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr p.officer_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 10px 0 10px; 
	color: #0074BF;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr p.officer_name
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 10px; 
	color: #000000;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr p.officer_institution
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px; 
	color: #000000;
	font: 60% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr a.officer_website
{
	color: #66667E;
	text-decoration: none;
	outline: none;
}
.twoColFixLtHdr a.officer_website:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr p.officer_website
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px; 
	font: 60% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr p.council_pict
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 10px; 
	color: #000000;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr p.council_name
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 10px; 
	color: #000000;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr p.contact_title
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 10px 15px 10px; 
	color: #0074BF;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr p.contact_picture
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 10px 0px 10px; 
	text-align: left;
}
.twoColFixLtHdr p.contact_name
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px; 
	color: #000000;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr p.contact_details
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 10px 0 10px; 
	color: #000000;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.twoColFixLtHdr #footer { 
	margin-top: 0;
	margin-bottom: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F5EDA5; 
} 
.twoColFixLtHdr #footer p {
	font: 55% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a, td#footer a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.objheaderimage
{
	border: none;
}
.objfloatleftsummary
{ 
	float: left; 
	margin: 0;
	padding: 0 5px 15px 3px;
	border: none;
}
.objfloatleftofficer
{ 
	float: left; 
	margin: 0;
	padding: 0 5px 15px 3px;
	border: none;
}
.objfloatleftcontact
{ 
	float: left; 
	margin: 0;
	padding: 0 10px 120px 3px;
	border: none;
}
.objfloatleftpad
{ 
	float: left; 
	margin: 0 10px 10px 30px;
	padding: 2px;
	border: none;
}
.objfloatleftborder
{ 
	float: left; 
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
	padding: 2px;
}
.objfloatrightborder
{ 
	float: right;
	margin: 10px;
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
}
.objsummaryBox { 
	float: left; 
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 5px 0 0 2px; 
} 
.objsummaryBoxHalf { 
	float: left; 
	width: 75px;
	height: 150px;
	margin: 0;
	padding: 5px 0 0 2px; 
} 
.objofficerBox { 
	float: left; 
	width: 300px;
	height: 120px;
	margin: 0;
	padding: 5px 0 0 2px; 
} 
.objcouncilBox { 
	float: left; 
	width: 300px;
	height: 90px;
	margin: 0;
	padding: 5px 0 0 2px; 
} 
.objcontactBox { 
	float: left; 
	width: 600px;
	height: 280px;
	margin: 0;
	padding: 5px 0 0 2px; 
} 
