body {
	margin: 0px;
	background-image: url(/images/menu-bg.gif);
	background-color: rgb(170,150,118);
	background-position: top left;
	background-repeat: no-repeat;
	color: rgb(42,38,30);
	width: 800px;
}
a {
	text-decoration: none;
	color: rgb(109,94,76);
}
a:hover { color: rgb(168,154,134) }
img { border: 0px; }
dt {
	clear: both;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,h7 { font-family: sans-serif }
h1 { font-size: 16pt }
h2 { font-size: 12pt }
h3 { font-size: 10pt }
hr { display: none }

#pressreleases dd { margin-bottom: 2em }
#pressreleases dd p { margin-top: 0em }

#bodytext {
	float: left;
	width: 600px;
	background-color: white;
	color: black;
	margin: 1em;
	padding: 1em;
	border: 2px solid rgb(42,38,30);
}
#bodytext a { text-decoration: underline }

.floatleft, .floatright {
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100px;
	border: 2px dashed rgb(42,38,30);
	text-align: center;
	padding: 2em;
}
.floatleft { float: left; }
.floatright { float: right; }

#menu {
	float: left;
	width: 130px;
	text-align: center;
	color: rgb(170,150,118);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgb(42,38,30);
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(/images/menu-fg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#linklist {
	text-align: left;
	background-color: rgb(170,150,118);
	color: rgb(42,38,30);
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border: 2px solid rgb(42,38,30);
}
#linklist li {
	font-size: 10pt;
	padding: 0.5ex;
	border: 2px solid rgb(42,38,30);
}
#linklist a { color: rgb(42,38,30) }
#linklist a:hover { color: rgb(255,255,128) }

#contact {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 125px;
	margin-bottom: 125px;
}

#footer {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(42,38,30);
	text-align: center;
	clear: both;
}
