@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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666;
}	

p {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

/* CONTAINER */

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/layout/sidebar_bg.jpg);
	background-repeat: repeat-y;
} 

#container #mainContent ul li ul li {
	list-style-image: url(../images/icons/bullet_orangesquare.gif);
	list-style-position: outside;
}
#container #mainContent ul li ul li ul li {
	list-style-image: url(../images/icons/bullet_lightbluesquare.gif);
	list-style-position: outside;
}
#container #mainContent ul li ul li ul li ul li {
	list-style-image: url(../images/icons/bullet_yellowsquare.gif);
	list-style-position: outside;
}
#container_member {
	width: 780px; /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/layout/sidebar_bg_member.jpg);
	background-repeat: repeat-y;
}
#container_member #mainContent ul li ul li {
	list-style-image: url(../images/icons/bullet_orangesquare.gif);
	list-style-position: outside;
}
#container_member #mainContent ul li ul li ul li {
	list-style-image: url(../images/icons/bullet_lightbluesquare.gif);
	list-style-position: outside;
}
#container_member #mainContent ul li ul li ul li ul li {
	list-style-image: url(../images/icons/bullet_yellowsquare.gif);
	list-style-position: outside;
}

/* HEADERS */

#headermain {
	display: none;
	background-color: #000;
}

#headermember {
display: none;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.search a:link {
	color: #FFF;
	text-decoration: underline;
}

.search a:visited {
	color: #FFF;
	text-decoration: underline;
}

.search a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* MAINNAV */

.mainnav {
	display: none;
}

/* SIDEBAR */

#sidebar1 {
	display: none;
}

#highlights {
	display: none;
}

/* MAINCONTENT */

#mainContent {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 0px;
} 

#mainContent a{
	color: #00F;
	text-decoration:underline;
}

#mainContent a:visited{
	color: #939;
	text-decoration:underline;
}

#mainContent a:hover{
	color: #939;
	text-decoration:underline;
}

.features {
	border: thin dotted #EC6F1F;
	padding: 10px;
	height: 150px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015D7F;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EC6F1F;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

ul li {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/icons/bullet_bluesquare.gif);
}
ol li {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#issues {
	font-size: 12px;
}
#issues h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	color: #01344C;
	padding-top: 10px;
	text-align: left;
	text-indent: 5px;
}


#issues ul li{
	list-style-position: outside;
	list-style-image: url(/images/icons/bullet_yellowsquare.gif);
	list-style-type: none;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.tableheader {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderlink {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderlink a:link {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderlink a:visited {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderlink a:hover {
	color: #CCC;
	text-decoration: underline;
}

.tableheaderstate {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderstate a:link {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderstate a:visited {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderstate a:hover {
	color: #CCC;
	text-decoration: underline;
}

.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;
}

.forcedbody {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.x-small {
	font-size: 10px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.size11 {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size12 {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size14 {
	font-size: 14px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size16 {
	font-size: 16px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.red {
	color: #D2212B;
	font-weight: bold;
}
.postponed {
	position:absolute;
	z-index:1;
	left: 25px;
	top: 0px;
}
.relative {
	position:relative;
}

.meeting_header {
	background-color: #FFFFFF;
	margin-left: -20px;
	margin-top: -32px;
	margin-right: -20px;
}
.piping_meeting {
	margin-top: -12px;
}

.h1_meeting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	padding-top: 15px;
	padding-bottom: 0px;
}
.h1_forum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	margin-top: -10px;
}

.h2_meeting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: -15px;
}
.h2_directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.h2_nomargintop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.outdent {
	margin-left: -20px;
}
.agenda10 {
	background-color: #4C5984;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda09 {
	background-color: #E21929;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
.agenda08 {
	background-color: #B25C13;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
.agenda07 {
	background-color: #024188;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
.agenda06 {
	background-color: #2994D3;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
.tight {
	margin-top: -5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.board {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FF8000;
	font-weight: bold;
}

/* FOOTER */

#footer {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
}

#footer a:link {
	color: #00F;
}

#footer a:visited {
	color: #939;
}

#footer a:hover {
	color: #939;
} 

#footer p {
	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 */
	font-size: 12px;
	text-align: center;
}

.red14 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.magenta14 {
	font-size: 14px;
	color: #990033;
	font-weight: bold;
}
.pink14 {
	font-size: 14px;
	color: #CC0099;
	font-weight: bold;
}
.purple14 {
	font-size: 14px;
	color: #660066;
	font-weight: bold;
}
.blue14 {
	font-size: 14px;
	color: #3333FF;
	font-weight: bold;
}
.ltblue14 {
	font-size: 14px;
	color: #3399FF;
	font-weight: bold;
}
.green14 {
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}
.gold14 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.orange14 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}
#imp_dates2010 {
	background-image: url(../images/meetings/annual2010/colored_dots2.jpg);
	background-repeat: repeat-y;
	background-position: 3px;
	border: thin none #333;
}

#imp_dates2010 ul li {
	list-style-image: url(../images/meetings/annual2010/blackdot.jpg);
	list-style-position: outside;
}
