body {
	color: darkblue;
	background-color: white;
	font-family: Verdana,Lucida,Helvetica,Arial,sans-serif;
}

#navigation {
	float: left;
	width: 15em;
	background-color: #FFFFCC;
	border-left-width: 0.5em;
	border-left-color: darkblue;
	border-left-style: solid;
}

div#navigation ul {
	margin-left: 0.3em;
	padding-left: 0.3em;
}

div#navigation ul ul {
	margin-left: 0;
	padding-left: 1.0em;
}

div#navigation ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: smaller;
	font-weight: normal;
}

div#navigation > ul > li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: larger;
	font-weight: bold;
}

#content {
	margin-left: 17em;
}

#sitesearch {
	margin-left: 10px;
}

#footer {
	font-size: smaller;
	text-align: right;
}

a.selected {
	font-weight: bold;
}

a.selected:before {
	content:"*";
}

hr {
	height: 3px;
	color: darkblue;
	background-color: darkblue;
}
