a {
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
h1 {
	font-size: 140%;
}
#content {
	background-color: white;
	padding-left: 1em;
}
#menu {
	white-space: nowrap;
	font-size: 85%;
	font-weight: bold;
	font-family: sans-serif;
	text-align: left;
}
#menu a:hover {
	background-color: white;
	text-decoration: none;
}
#menu td:hover {
	background-color: white;
}
#header a:link, #sidebar a:link {
	color: black;
}
#header a:hover, #sidebar a:hover {
	color: blue;
}
#header h1, #sidebar h1 {
	margin: 0;
	font-weight: bold;
	font-family: Optima, Lucida Sans;
	color: rgb(0, 0, 130);
	text-shadow: 4px 4px 2px rgb(170, 170, 170);
}
#header form {
	display: inline;
}
#header h1 {
	position: relative;
	left: -11px;
	font-size: 125%;
}
#header h1 a:link, #header h1 a:hover, #header h1 a:visited {
	text-decoration: none;
	color: rgb(0, 0, 130);
}
#header #menu a {
        padding: 5px 4px 5px 1px;
}
#header #menu td {
        padding: 5px 0px 5px 0px;
        border-left-width: thin;
        border-left-style: solid;
        border-left-color: gray;
}
#sidebar {
	background-repeat: no-repeat;
	text-align: center;
}
#sidebar div {
	margin-top: 1em;
	margin-right: 7px;
	margin-left: 7px;
	border-top: thin solid gray;
	padding-bottom: 7px;
	font-size: 85%;
	}
#sidebar form {
	margin-top: 1em;
}
#sidebar h1 {
	padding-top: 22px;
	padding-bottom: 85px;
	padding-left: 70px;
}
#sidebar h3 {
	padding-top: 7px;
}
#sidebar span {
	font-size: 80%;
	font-style: italic;
}
#sidebar table {
	margin-right: 7px;
	margin-left: 7px;
}
#sidebar #menu a {
	padding: 7px 0px 7px 7px;
}
#sidebar #menu td {
	padding: 7px 0px 7px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
#sidebar + #content h2 {
	font-size: 150%;
	font-weight: bold;
	font-family: Optima, Lucida Sans;
	color: rgb(0, 0, 130);
	text-shadow: 4px 4px 2px rgb(180, 180, 180);
	text-align: center;
}
#sidebar + #content .smaller {
	font-size: 95%;
}
