html, body {
	background: #cfeeca url(/images/background.gif) repeat-x 0 0;
	color: #1e3b0c;
	font-size: 14pt;
}

body {
	padding: 20px 0;
}

#container {
	background: white url(/images/header.gif) repeat-x 0 0;
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
	border: black solid 1px;
}

strong#logo {
}

strong#logo a {
	text-decoration: none;
	font-size: 24px;
	line-height: 60px;
	vertical-align: bottom;
	margin-left: 40px;
}

strong#logo a:hover {
	text-decoration: underline;
}


#header {
	position: absolute;
	top: 60px;
	right: 0em;
	font-size: 12pt;
	height: 20px;
	width: 100%;
}

#header ul {
	position: absolute;
	bottom: 16px;
	left: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	display: inline;
	padding: 0 0.4em 0 0;
}

#header a, #header a:link, #header a:visited {
	color: #1e3b0a;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	padding: 0 40px 20px 40px;
}

h1 {
	font-size: 20pt;
	margin-top: 2em;
}

h1.title {
	margin-top: 0;
}

h2 {
	font-size: 16pt;
	margin-top: 1.5em;
}

h3 {
	font-size: 15pt;
	margin-top: 1.3em;
}

p {
	margin-top: 1em;
}

a, a:link, a:visited, a:active {
	color: #1e3b0a;
}

a:hover {
	text-decoration: none;
}

#content a {
	font-weight: bold;
}

#footer {
	margin: 2em 40px;
	padding: 10px 16px;
	height: 60px;
	border-top: 1px solid #7f8d75;
	font-size: 10pt;
	color: #7f8d75;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 0.6em 0 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #7f8d75;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin-bottom: 0.5em;
}

ul {
	margin-top: 0;
}

a img {
	border: 0;
}

.hi {
	display: none;
}

.inline-navigation {
}

h1 a,
h1 a:link {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

ol.navigation li a,
ol.navigation li a:link {
	text-decoration: none;
}

ol.navigation li a:hover {
	text-decoration: underline;
}
