* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 10pt/1.7em Arial, Helvetica, sans-serif;
}
#container {
	margin: .25em .5em .5em;
}
#masthead {
	text-align: right;
	padding-bottom: .25em;
}
#content {
	margin-top: -1em;
	padding: 1em 3.5em;
}
#footer {
	text-align: right;
	font-size: .9em;
	padding-top: 0.25em;
	border-top: 1px solid #000000;
	margin: 2em 2em 0em;
}
#navigation {
	display: none;
}
#content form {
	display: none;
}
img {
	padding: .25em;
}
#footer ul {
	display: none;
}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#content h2 {
	font-size: 1.15em;
	font-weight: normal;
	padding-bottom: 1em;
}
#content h3, #content h4 {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: .25em;
}
#content p {
	padding-bottom: 1em;
}
#content li {
	margin: 15px 10px;
	list-style: none;
}
#content li h1 {
	text-transform: uppercase;
	font-size: 1.15em;
	padding: 0px;
	color: #000	;
	font-weight: normal;
}
#content li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
}
a {
	text-decoration: none;
	color: #000;
}

