html, body {
	height: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #89B9E9;
	color: black;
	font-family: sans-serif, Tahoma, Arial;

}

a {
	text-decoration: none;
	color: #666699;
}
a:hover {
	text-decoration: underline;
}
a.parent {
	font-style: italic;
}
a#admin {
	position: fixed;
	left: 1px;
	bottom: 1px;
	font-size: x-small;
}

div#main {
  	position: absolute;
	top: 1px;
	left: 223px;
	padding: 1em;
}
div#logo {
	position: fixed;
	top: 0px;
	left: 0px; 
	width: 222px;
	text-align: center;
}
div#logo img {

}

div#logo p {
  	font-family: Sans-serif, Arial;
	font-weight: bold;
}
table#menu {
	margin-bottom: 1.5em;
}
table#menu td {
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	background: url(menu_a.png) no-repeat top center;
	width: 200px;
	height: 50px;

}
#menu a {
	color: white;
}
#menu a:hover {
	text-decoration: none;
	color: #FF002A;
}
span.jsbut {
  	font-size: smaller;
  	font-family: monospace;
	white-space: pre;
	color: black;
	background-color: #E5E5E5;
	border: dashed 1px Silver;
	padding: 0px 3px;
  	cursor: pointer;
}
span.jsbut:hover {
	border: solid 1px silver;
}

