body {
	bgcolor: white;
}

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.main_text {
	/* background-image: url(bglogo.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
}

.main_text p,img {
	padding: 0 1em;
}

.inset {
	display: block;
	float: right;
	text-align: right;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

dt,dd {
	margin-top: 20px;
}

dt.author {
	font-weight: normal;
}

dd.title {
	font-weight: normal;
	font-style: italic;
	display: inline;
	margin-top: 3px;
}

th, td {
	margin: 10px;
}

td.main_text {
	margin-left: 20px;
	margin-right: 80px;
	/* doesn't work */
}

.dayschedule th {
	font-size: 0.7em;
}

.dayschedule td {
	font-size: 0.7em;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.dayschedule td.content {
	background-color: white;
	/* width: 100px; */
}

.main_menu {
	vertical-align: top;
	padding: 5px;
	font-size: 0.8em;
}

.main_menu * {
	font-size: 1.2em;
	display: block;
	margin-top: 0.5em;
}

.submenu {
	font-size: 1.0em;
	font-family: Arial;
	margin-left: 0.5em;
}

a:link {
        font-weight: bold;
	text-decoration: none;
	color: #003366;
}

a:visited {
	text-decoration: none;
	color: #3366CC;
}

ul.imgtitlelinks li {
	list-style: none;
	vertical-align: middle;
}

img.logo {
	height: 50px;
}
