	#toolbox
	{
		 display: none;
	}

body
	{
		text-align: center;
		background: #fff;
		color: #000;
		font-family: arial,helvetica, sans-serif;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 780px;
	}
	
	
	#h1
	{
		height: 155px;
		background: #fff;
		color: #fff;
		padding: 20px;
		margin: 0 0 0px 0;
	}
	
	h1 img
	{
		display: block;
		border: 0;
	}
	
	
	
	#navigation
	{
		 display: none;
	}
	
	
	
		ul#breadcrumb
	{
		display: none;
	}

	
	#leftcolumn
	{
		 display: none;
	}
	
	
	#content
	{
		width: 510px;
		margin-left: 0px;
		
		padding: 15px 30px 0px 30px;
	}
	
	
	h2
	{
		margin-top: 0;
		color: #000;
		font: 200%/1.2 Times New Roman, Times, Georgia, serif ;
	}	
	
	
	h3
	{
		margin-top: 0;
		margin-bottom: -6px;
		color: #000;
		font: 100%/1.2 Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	}
	
	
	
	p
	{
		font: 70%/1.3 verdana, arial, helvetica, sans-serif;
	}
	
	p.intro
	{
	    font: bold 70%/1.6 verdana, arial, helvetica, sans-serif;
	}
	
	
	
	.seminar_date_time
	{
		color: #000;
		font: bold 70%/1 Georgia, "Times New Roman", Times, serif;
		margin-bottom: -6px;
		
	}
	
	.seminar_title
	{
	    font-weight: bold;
	}
	
	
	.seminar_descrip
	{
	   font: normal 60%/1.2 verdana, arial, helvetica, sans-serif;
	}
	
	#copyright
	{
		clear: both;
		color: #000;
		margin-top: 30px;
		padding: 5px 10px 0 30px;
		text-align: left;
		font: 60%/1.4 arial,helvetica, sans-serif;
		background: #fff;
	}
	
	
	
	a:link { color: #175B7D; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #000;
		background: #175B7D;
	}