body {
		margin:0px 0px 0px 0px;
		color:#009;
		background-color:#ccc;
		font:0.8em Verdana, Arial, Helvetica, sans-serif;
		}
	
	#main {
		border:1px solid #009; 
		background:#fff;
		width:740px
		}	
		

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
		float:left;
		width:125px;
		background:#99f;
		margin: -3px 20px 5px 0px;
		padding-bottom: 10px;
		}
	 #main #menu ul {
	 	list-style: none;
		margin: 10px 0 25px 0;
		padding: 0;
		}
	 #main #menu li {
	 	line-height: 120%;
		margin: 0 8px 4px 8px;
		}	
	 #main #menu a {
	 	display: block;
 		padding: 5px;
}

#content {
	padding-right: 20px;
}

	
h1 {
	margin:0px 0px 10px 25px;
	padding:5px;
	font-size:1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#99f;
	}
h2 {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 40px;
	padding:0px;
	font-weight:normal;
	color:#99f
	}
h3 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 40px;
	padding:0px;
	font-weight:normal;
	color:#99f
	}


p {
	font:1em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin:0px 30px 15px 30px;
	}

a {
	color:#00f;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	text-decoration:none;
	}
a:link {color:#00f;}
a:visited {color:#90f;}
a:hover {background-color:#ccf;
	color:#00f;
	text-decoration:none;}
  
.smtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #009;
}


hr {
	color: #99f;
	background-color: #99f;
	height: 2px;
	width: 75%;
	text-align: center;
}

.clearb {
	clear: both;
}

.itxt {
	font:bold italic 1em Verdana, Arial, Helvetica, sans-serif;
	color: #009;
}

li { 
	display: list-item; list-style: none 
}

.fl-rt {
	float: right;
	padding: 0 0 10px 20px;
}
.floatrt {
	float: right;
	margin-left: 30px;
}

.lgtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #009;
}
.statement {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #009;
}
.itxt-lg {

	font:italic 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
}

.date {
	font-weight: bold;
	text-align: right;
}
.city {	
	font-weight: bold;
	text-align: left;
}
#seminars {
	margin-top: 20px;
	margin-left: 35px;
	}
	
#seminars table {
	margin-bottom: 1.5em;
}

#seminars td {
	vertical-align: top;
	line-height: 1.5em;
	white-space: nowrap;
}

.info {
	padding-bottom: 5px;
	border-bottom: 1px solid #009;
	}
	
.imgb {
	border: 1px solid #99f;
}
	
.subtitle {
	font-size: 80%;
}	

.order td {
	vertical-align: top;
}

.box {
	border: 3px solid #009;
	text-align: center;
	width: 520px;
	margin: 0 auto 10px auto;
	padding: 20px;
	}

#topics li {
	margin-bottom: 5px;
	margin-left: 15px;
	list-style: disc;
	list-style-type: disc;
}


