/*	amc05.css	*/

html	{
	font-size: 101%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a	{
	text-decoration: none;
	}

#header	{
	margin: 10px auto;
	}

	
#left_header, #center_header, #right_header	{
	margin: 5px;
	font-size: .9em;
	line-height: 1.2em;
	width: 200px;
	padding: 0;
	}
	
#center_header, #right_header	{
	text-align: center;
	}
	
#left_header	{
	text-align: left;
	}
	
#left_header ul	{
	margin: 0;
	padding: 0;
	}
	
#left_header ul li	{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
	
#downloads	{
	border: 1px solid #777; 
	border-bottom: 2px solid #333; 
	border-right: 2px solid #333; 
	margin: 5px 10px 20px; 
	padding: 0 10px 10px; 
	width: 400px; 
	text-align: left;
	}
	
	
#downloads ul	{
	margin: 0;
	padding: 0;
	}
	
#downloads ul li	{
	list-style: none;
	margin: 8px 0
	}
	
#title	{
	text-align: center;
	width: 640px;
	margin: 0 auto;
	}
	
h1	{
	font-weight: bold;
	font-size: 1.4em;
	}	
	
 h2	{
	font-weight: bold;
	font-size: 1.2em;
	}	
	
 h3	{
	font-weight: bold;
	font-size: 1em;
	}
	
.doc_size	{
	font-size: .7em;
	}
	
table#program	{
	width: 91%;
	border: 1px solid #006;
	margin: 10px 4%;
	}

table#program td	{
	padding: 5px;
	margin: 5px;
	border-top: 1px solid #999;
	border-bottom: 2px solid #444;
	border-left: 1px solid #999;
	border-right: 2px solid #444;
	}
	
	
table#program td.date	{
	font-size: 1.1em;
	font-weight:bold;
	color: #fff;
	background-color: #250B12;
	}
	
table#program td.time, table#program td.non_event	{
	font-size: .9em;
	color: #003;
	background-color: #e5e5e5;
	vertical-align: top;
	}
	
table#program td.time	{
	text-align: right;
	width: 155px;
	}
	
table#program td.event	{
	font-size: .9em;
	}
	
table#program td.event p.block	{
	margin: 8px 15px 8px;
	}
	
table#program td.event_member	{
	font-size: .9em;
	font-style:italic;
	}

table#program td ul	{
	margin: 4px 0 8px 15px;
	padding: 0;
	}

table#program td ul li	{
	list-style-type:none;
	margin: 0 0 4px 0;
	padding: 0;
	}

table#program td p	{
	margin: 2px 0 8px 15px;
	}
	
table#program td .class_title {
	font-weight: bold;
	font-style:italic;
	}
	
#info, #speakers	{
	margin: 0 auto;
	width: 90%;
	}
