/* CSS Document */



body {

	font: 0.715em/1 Verdana, Tahoma, "Trebuchet MS";
	color: #333;
	background: #fff;
	text-align: center;
	height: 100%;
	margin: 4px;
	padding: 0px;
	}

	

	

/* This is used to control the width of all the pages - much easier to control 

- the text-align: center; in the body

- the text-align: left; in the wrapper are crucial

*/

#wrapper {
	width: 783px;
	margin: 0px auto auto auto;
	border: 0px solid #888;
	text-align: left;
	}





#ie5fix		{

			height: 1px;
			voice-family: "\"}\"";
			voice-family: inherit;
			display: none;
			}

	



 .maintable {

	border: thin solid #999999;
	padding: 0px;
	/* Values of px rather than auto may be needed for IE 5 horizontal bar bug */	
	/* These are used to center the maintable. IE also needs the text-align: center; in the body tag  */
	margin-left: 0px;
    margin-right: 0px;
	/* Border collapse helps to keep the various borders of the maintable together with bottom row */
     border-collapse: collapse;
	width: 780px;   
	/* may be needed to correct IE 5 bug */
	text-align:left;
	background-color : #dddddd;
	}





.menutable {	
	width: 100%;
	background-color : #eeeeee;
	}   



	

.menutable td {
	padding : 10px;
	text-align : center;
}	





.conference_table {
	margin: 10px auto auto auto;  
	width: 90% ;
	border : thin solid #010101;
	border-collapse : collapse;
}

.conference_table caption {
	font-size : large;
	text-align : left;
	color : Black;
	margin-top : 30px;
	padding-bottom : 20px;
}

.conference_table td {
	height : 40px;
	vertical-align : top;
	font-size : small;
	font-style : normal;
	margin : 0px;
	width : 33%;
	font-weight : normal;
	padding : 10px;
	border : thin solid #999999;
	border-collapse : collapse;
}





.bottomrow {
	border: thin dashed #4682b4;
	background-color: #bbbbbb;
	height : 30px;
	color : Black;
	font-size : x-small;
	font-weight : lighter;
	text-align : center;
	}


		

.logopix {
	width : 150px;
	height : 150px;
	border-width : 0;
	border-style: none;
	}	

	

.biograph_name {
	font-weight : bold;
	font-size : medium;
	margin-right : 200px;
	}



.biograph_pix {
	width : 150px;
	height: auto;	
	}



.no_pix {
	width: 150px;
	}	

	

.biograph_table {
	width : 100% ;
	margin-bottom : 50px;
	padding : 6px;
	}

	

.biograph_table td {
	vertical-align : top;
	}	





/* html tag redefinitions */	


small {
	background-color : Green;
}	



a:link {
	text-decoration: underline;
	color: Blue;
	}



a:visited {
	text-decoration: underline;
	color: Blue;
	}



a:hover {
	text-decoration: none;
	color: Black;
	}



	

h1 {
	color: #333333;
	font-size : x-large;
	font-weight : lighter;
	text-align : center;
	}


h2 {
	color: #121212;
	background-color : #C5C5C5;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-top-style : solid;
	border-top-width : thin;
	font-size : large;
	font-weight : lighter;
	padding-bottom : 10px;
	padding-top : 10px;
	margin-top : 10px;
	margin-left : 0px;
	text-indent : 10px;
	}

	

h3 {
	color: #252525;
	font-weight : lighter;
	font-size : medium;
	margin-top : 30px;
	margin-left : 20px;
	}

	


p {
	margin-left : 30px;
	margin-right : 10px;
}	

	

	

