h1, h2, h3, h4 {
	font-family: "Palatino Linotype", serif;
}

h1, h2, h3 {
	font-weight: normal;
}

.first {
	margin-top: 0;
}

h1 {
	width: 495px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

h4 {
	clear: both;
}

body {
	font-family: verdana;
}

a:link {
	color: #8af;
	text-decoration: none;
}

a:visited {
	color: #96c;
	text-decoration: none;
}

a:hover {
	color: #7090ff;
	text-decoration: underline;
}

#page {
	margin-left: 5%;
	margin-right: 5%;
}

#navigation {
	float: right;
	margin: 0 0 1em 1em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation ul li a {
	background: transparent url(list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal x-large "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #999;
}

#navigation ul li a:hover {
	background: transparent url(list-on.gif) left center no-repeat;
	color: black;
	color: #8899ff;
}

#navigation ul a#current {
	background: transparent url(list-active.gif) left center no-repeat;
	color: #666;
}

	
#content {
	padding: 1em;
	border-top: 1px #bbb solid;
	border-right: 2px #bbb solid;
	border-bottom: 2px #bbb solid;
	border-left: 1px #bbb solid;
	line-height: 1.25;
}

#content ul li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#footer {
	font-size: smaller;
	color: #888;
}
