html, body {
	background-color: white;
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}



a {
	color: #00008f;
}


a:active {
	color: #003399;
}
a:hover{
	color: red;
}
a:visited {
	color: #00008f;
}



h1 {
	font-size: 0;
	text-indent: -4000px;
	width: 850px;
	height: 216px;
	background-image: url(/clarreo/meetings/2011/images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #f43808;
}


h2  {
	font-size: 18px;
	font-weight: bold;
}


h3{
	align: left;
}

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;
	/*margin-right: 4em;*/
}

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;
}





/*** 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%;
	text-align: center;
}



/* was style5 */
.large {
	font-family: Tahoma, Geneva, sans-serif;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}

/* little larger */
.littleLarger {
	font-family: Tahoma, Geneva, sans-serif;
	color:#000000;
	font-size: 24px;
	font-weight: bold;
}

.footerImg {
    margin-top: 8px;
	border: none;
}



.leftSide{
  align:left;
  padding-right: 15px;
  float:left;


}

.rightSide{
 align:right ;
 padding-left: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;	
}


#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;
}



#footer li {
	white-space: nowrap;
	width: 23%;
	font-weight: normal;
}


#navbar a {
	text-decoration: none;
	color: #000000;
}


/*
#navbar ul, #footer_border {
	background-color: #fff809;
}
*/

#navbar ul, #footer_border {
	background-color: #ff6a00;
}




#navbar ul {
	white-space: nowrap;
	font-size: 0px; /* collapse white space between links */
	text-color: #000000;
}


#page_container {
	width: 850px;
	display: table;
	margin-bottom: 1.5em;
}



