* {
	margin: 0;
	padding: 0;
}

body {
	background: url('img/background.jpg') repeat;
	color: #274818;
}

a {
	color: #274818;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

#header {
	position: relative;
	left: 10%;
	width: 80%;
	height: 120px;
	background: url('img/header_2007.png') no-repeat 50% 50%;
	/* png is not supported properly by IE6 */
	background: expression("url('img/header_2007.jpg') no-repeat 50% 50%");
}
#header ul {
	list-style: none;
	position: absolute;
	bottom: 0;
}
#header li {
	float: left;
	margin: 3px 1em;
	font: 0.6em verdana;
}

#menu {
	width: 10%;
}
#menu ul {
	list-style: none;
	margin: 1.5em 0;
}
#menu li {
	font-style: italic;
	text-align: center;
	margin: 0.5em 0;
}
#menu a {
	font-style: normal;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 120px;
	bottom: 24px;
	height: expression(document.body.clientHeight - 144 + "px");
	left: 10%;
	width: 80%;
	border: 1px outset #ffdfe6;
	padding: 3em 0 1em 0;
	overflow: auto;
	background: #ffb5c5;
	color: #333;
}

#content a {
	color: #b34637;
}

#menu2 {
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	background: #b34637;
}
#menu2 h1 {
	margin: 3px 0 4px 0;
	width: 100%;
	text-align: center;
	font: bold 0.8em verdana;
	color: white;
}
#menu2 ul {
	float: right;
	margin: 2px 3px;
	list-style: none;
}
#menu2 li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0 6px;
	background: #fcfbac;
}
#menu2 li.active {
	background: #fbde79;
}
#menu2 a {
	font: 0.8em verdana;
}

#content div.text_block {
	border: 1px inset #ffdfe6;
	background: white;
	margin: 0 6% 1em 6%;
	padding: 0 6px;
}
#content h2 {
	margin: 0.25em 0;
	font-size: 1em;
}
#content p {
	margin: 0.25em 0;
}
#content table {
	margin: 0.25em 0;
	empty-cells: hide;
}
#content th {
	padding: 1px 3px;
	text-align: left;
}
#content td {
	padding: 0 3px;
}
#content input {
	padding: 1px 2px;
}
#content input.button {
	padding: 1px 6px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 24px;
	left: 10%;
	width: 80%;
	font: 0.6em verdana;
	color: #274818;
}
#footer_copyright {
	float: left;
	margin: 0 6px;
	height: 24px;
	line-height: 24px;
}
#footer_links {
	float: right;
	margin: 0 6px;
}
#footer_links ul {
	list-style: none;
}
#footer_links li {
	float: left;
	margin: 0 6px;
	height: 24px;
	line-height: 24px;
	font-style: italic;
}
#footer_links a {
	font-style: normal;
}
