@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.3em;
	background-color: #f1efe2;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {  /* sets body links styling on link and visited states */
	font-size: 1em;
	text-decoration: underline;
	color: #660000;
}
a:hover a:active { /* sets body links styling on hover and active states */
	font-size: 1.0em;
	text-decoration: underline;
	color: #996600;
}
h1 { /* sets styling for Header 1 level*/
	font-size: 1.5em;
	font-weight: bold;
}
h2 { /* sets styling for Header 2 level */
	font-size: 1.3em;
	font-weight: bold;
}
h3 { /* sets styling for Header 3 level */ 
	font-size: 1.2em;
	font-weight: bold;
}
h4 { /* sets styling for Header 4 level */
	font-size: 1.0em;
	font-weight: bold;
}
th {
	cursor: pointer;
	cursor: hand;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 80px;
	width: 1000px;
}
.twoColFixLtHdr #navigation {
	height: 25px;
	width: 1000px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 975px;
	padding: 15px;
} 
.twoColFixLtHdr  #footer { /* sets styling for footer */
	height: auto;
	width: 1000px;
	color: #000;
	font-size: 0.7em;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr  #footer a:link, a:visited { /* sets styling for footer link on link and visited states */
	color: #600;
	font-size: 1.0em;
	text-decoration: underline;
}
.twoColFixLtHdr  #footer a:hover a:active { /* sets styling for footer link on hover and active states */
	color: #900;
	font-size: 1.0em;
	text-decoration: underline;
}
.tabletext { /* Table Text styling */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.table_spacer_row {
	height: 8px;
	vertical-align: middle;
}
.tabletext_header  {
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
	padding: 5px;
	font-size: 1.1em;
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
}
.tabletext_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #DEDCC6;
	border: 1px solid #000000;
	text-align: left;
}
.tabletext_header_committees {
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	font-size: 1.1em;
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
}
.tabletext_banner_meetings {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px;
	font-size: 1.1em;
	margin: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.tabletext_header_meetings {
	color: #000000;
	text-align: left;
	padding: 5px;
	font-size: 1.1em;
	margin: 5px;
	font-size: 1em;
	height: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tabletext_meetings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tabletext_meetings_alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #E1E1D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tab_container {
	width: 100%;
	height: auto;
	float: left;
}
.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;
}
.image_left_with_border {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_with_border {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_no_border {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-right: 30px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.table_header {
	color: #FFFFFF;
	background-color: #666666;
}
.odd_row_color {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #ececdb;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: .85em;
}
.even_row_color {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: .85em;
}
.arrow_img {
	padding-right: 6px;
	vertical-align: text-bottom;
	margin-top: 6px;
	margin-bottom: 6px;
}
.pdf_img {
	align: center;
	margin-left: 60px;
}
.pdf_text {
	align: center;
	font-size: 0.8em;
}
.photo_container {
	font-size: 0.78em;
	float: left;
	width: 230px;
	margin-right: 10px;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 120px;
}
.photo_container_img {
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.logo_container {
	font-size: 0.95em;
	float: left;
	width: 325px;
	line-height: 1.3em;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
}
.logo_container_img {
	float: left;
	margin-right: 20px;
}

