#menubar {
	position: absolute;
	top: 40px;
	left: 5px;
	width: 190px;
	background: #eee;
}

#banner {
	position: absolute;
	top: 0px;
	left: 5px;
}

body {
	background: white;
	margin: 80px 20px 20px 220px;
}
td.selected {
	background: #f55;
}
td.notselected {
	background: lightblue;
}

div.caption {
	font-size: small;
        margin: 0px 5px 0px 5px;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.2em;
}

th {
	padding: 20px 0px 0px 0px;
}

#menu a {
        display: block;
        color:black;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
	text-decoration:none;
        }
a {
	text-decoration:none;
}

a:link {color:blue;}
a:hover {background-color:#eee;}

img {
         border: 0px;
}
