html, body {
	background-color: white;
	color: black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}



a {
	color: #3e5261;
	text-decoration:none; 
	font-weight: bold;
}


a:active {
/* previous, dark blue: color: #003399;*/
/* light green	color: #80c045;0 */
 color:#bcd4de;

}
a:hover{
	color: red;
}
a:visited {
	/* dark blue... color: #00008f; */
	color:#bf6e2c; /* gold; */
}



h1 {
	font-size: 0;
	text-indent: -4000px;
	width: 860px;
	height: 258px;
	background-image: url(/meetings/daos/images/banner_daos4.jpg);
	background-repeat: no-repeat;
	/*background-color: #f43808;*/
}

h2  {
	font-size: 16px;
	font-weight: bold;
}


h3{
	font-size: 14px;
	font-weight: bolder;
}

p {
	margin-left: 2em;
}


div.seperateElement{
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow:hidden;
}



div.imgLeft > img{
	float: left;
	padding: 5px, 5px;
	margin-left:3em;
	max-width: 400px;
	margin-right: 1em;
}

div.imgRight > img{
	float: right;
	padding: 5px, 5px;
	margin-right:3em;
	max-width: 400px;
	/*margin-left:4em;*/

}

div.imgRight > p{
	padding-right: 50px;
}


ul.list > li {
    margin-top: 1em;
	margin-bottom: 1em;	
}


ul.list > li > ul {
	margin-top: 4px;
}




div.imgLeft > .listBox {
	float: right;
	padding: 5px, 5px;
	margin-right: 6em;
}



div.imgRight > .listBox{
	/*float: right;*/
	float: left;
	padding: 5px, 5px;
	margin-right :3em;
}

/* end sketchy*/



h3.warning {
	font-weight:bold;
	color: red;
	font-size:18px;
}


/*** LEGACY/OLD CSS ******/
.horizontal_bar ul, .horizontal_bar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.horizontal_bar li {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	/*width: 20%; use for five items*/
	width: 20%; /* to fit six items */
	text-align: center;
}



/* was style5 */
.large {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}

/* little larger */
.littleLarger {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size: 24px;
	font-weight: bold;
}

.footerImg {
    margin-top: 8px;
	border: none;
}



.leftSide{
  align:left;
  padding-right:15px;
  padding-top: 15px;
  padding-bottom: 15px;
  float:left;


}

.rightSide{
 align:right ;
 padding-left:15px; 
 padding-top: 15px;
 padding-bottom: 15px;
 float: right;
}
 


#footer {
	clear: both;
}


/*** horizontal bar (top navigation bar and bottom footer bar) background color and border ****/

#footer_border {
	margin-top: 1em;
	height: 5px;	
	/* previous background-color:#6699ff;*/
	background-color:#bcd4de;
    /* lettering color="#0c85a8" */
}


.centerAgenda {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


.centerAgenda > table{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

#navbar, #footer_border {
	border: double 3px #ccc;
	border-left: none;
	border-right: none;
}



#update_date_webmaster_link {
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1em;
}



#footer_border li {
	white-space: nowrap;
	/*width: 26%;*/
	margin-right: 15px !important;
	font-weight: normal;
}


#navbar a {
	text-decoration: none;
	/* previous, dark blue: color: #003399;*/
	color: #3e5261;
	/* of green from the landscape.. color="#80c045"*/
}



#navbar li.currPage {
	/*color: #F79F81;*/
	/* uw shield color: color="#c59303" */
	color: #bf6e2c;
}


#navbar ul {
	white-space: nowrap;
	font-size: 0px; /* collapse white space between links */
	color: #000000;
	/* previous background-color:#6699ff;*/
	background-color:#bcd4de;
}



#page_container {
    margin-left: auto;
    margin-right: auto;
	width: 850px;
	display: table;
	margin-bottom: 1.5em;
} 

