body {
	color: #000000;
	background: #b2dce8 url(./images/background.jpg) top left fixed repeat-y;
}

a:link    { color: #186000; }
a:visited { color: #606020; }
a:active  { color: #103000; }
a         { text-decoration: none; }
a:hover   { text-decoration: underline; }

div.linkbar {
	width: 124px;
	position: fixed;
	left: 8px;
	top: 8px;
	margin-top: 34px;
	text-align: center;
}

div.linkbar a {
	padding-bottom: 4px;
	display: block;
}

div.main, div.main_centered {
	margin-left: 144px;
	margin-right: 8px;
	max-width: 46em;
}

div.main_centered {
	text-align: center;
}

p.image {
	text-align: center;
}

p.linkbar_space {
	padding-top: 48px;
}

div.homepage2 {
	font-family: "Luxi Serif", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	padding-top: 5px;
	padding-right: 1px;
}

a img {
	border: 0;
}

div.scrtitle {
	padding: 2px;
}

hr {
	border: 0px;
	border-top: 1px solid #82acb8;
	width: 90%;
}

table.tutor {
        border-collapse: collapse;
        width: 90%;
        empty-cells: show;
        border-spacing: 0;
	margin: auto;
}

table.tutor tr, table.tutor tr td, table.tutor tr th {
	border: 1px solid #82acb8;
	padding: 3px;
}

