/* CSS Document */

/* body */
body	{
	width: 760px;
	margin:10px;
	font-size:80%;
	font-family:Verdana,Arial,Helvetica,Sans-Serif; 
	}

/* Masthead 
------------------*/
#masthead {
	width:738px;
	margin:0 0 10px 0;
	padding:10px;
	}
	
/* Conference Participants
------------------------------ */
#participants {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	}	
	
/* Conference Date Information 
---------------------------------*/
#confdates	{
	font-size: 18px;
	font-weight: bold;
	color: #025302;
	}	
	
#topmenubar	{
	width:738px;
	height: 38px; 
	margin:10px 0 10px 0;
	padding:10px;
	background-image:url(../2007_Conference/Images/bkgd_topmenubar.jpg);
	background-repeat:repeat-x;
	}
	

/* Sidebar- Left
---------------------------------*/
#sidebar_a {
	float: left;
	width: 158px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px; /*TRBL*/
	/*background-image:url(../2007_Conference/Images/sidenav_1px.gif);
	background-repeat: repeat-y;*/	
}
	
/*Content, center section
---------------------------------*/
#content {
	width: 338px;
	margin-left: 195px;
	margin-right: 200px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 5px; /*TRBL*/
}

/* Sidebar- Right
---------------------------------*/
#rel_links {
	float: right;
	width: 158px;
	margin-bottom: 10px;
	padding: 5px;
	border:1px solid #000;
}

/*footer
----------------------------------*/
#footer {
	clear:both;
	width: 760px;
	text-align: center;
	}

.image_float {
	float:left;
	margin:0 5px 5px 0;
	}
	
