@charset "utf-8";
/* CSS Document */
body {
	background: none;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
}
div#container {
	width:100%;
	margin:0;
	padding:0;
	background-image:none;
}
div#header {
	background:none;
	width:100%;
	height:2em;
	margin-bottom:12px;
}
div#header h1 {
	margin-left:0;
	color:#4B5D81;
	font-family:"Trajan Pro", Optima, Georgia, Times, "Times New Roman", serif;
	font-variant: small-caps;
	text-align:center;
	font-size:2.5em;
}
div#content {
	width:100%;
	margin:0;
	padding:0;
	float:none;
}
#content h1 { 
	line-height:1.4em;
}
#content h1 span.left {
	display:none;
}
#content h1 span.right {
	display:none;
}
div#nav {
	display:none;
}
div#footer {
	background:none;;	
}
div#footer p {
	background:none;
	margin:0;
	width:100%;
}
div#SeminarNav {
	display:none;
}
div#SeminarNavRight {
	display:none;
}