body {
	background: #b4e8bb;
	font: 13px Verdana, sans-serif;
	min-width: 780px;
	margin: 0;
	padding: 0 8px 8px;
}
table#layout {
	width: 100%;
	table-layout: fixed;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
td#header {
	background: #b4e8bb url(images/header-left.png) top left no-repeat;
	text-align: center;
	height: 174px;
}
div#header1 {
	background: transparent url(images/header-right.png) top right no-repeat;
}
td#menu {
	background: #345639 url(images/menu-bg.png) bottom left no-repeat;
	color: #fbf293;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 151px;
}
div#menu1 {
	background: transparent url(images/menu-top.png) top left no-repeat;
	padding: 10px;
}
#side {
	font-size: 0.9em;
	color: #345639;
	background: #fbf293 url(images/side-bg.png) bottom left no-repeat;
	text-align: center;
	width: 151px;
}
div#side1 {
	background: transparent url(images/side-top.png) top left no-repeat;
	padding: 10px 10px 300px;
}
td#footer {
	background: #345639 url(images/footer-bg.png) bottom right no-repeat;
	color: #fbf293;
}
div#footer1 {
	background: transparent url(images/footer-left.png) bottom left no-repeat;
	height: 117px;
	position: relative;
}
p#credits {
	font-size: 0.8em;
	margin: 0;
	position: absolute;
	top: 75px;
	right: 0;
	text-align: right;
	padding: 0 1em 0 300px;
}
p#credits a {
	text-decoration: none;
	color: #fbf293;
}
ul#hmenu {
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
	position: absolute;
	top: 93px;
	width: 97%;
}
ul#hmenu li {
	float: left;
	width: 15%;
	text-align: right;
}
td#footer * {
	margin: 0;
}
td#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav li {
	padding: 0 20px 1px 0;
	margin: 0.5em -10px 0 0;
	position: relative;
	left: 10px;
	z-index: 1;
}
ul#nav a {
	display: block;
}
ul#nav li ul { /* drop down menu */
	display: none;
	position: absolute;
	top: 0;
	right: -180px;      /* For IE only: yes, very convoluted, I have no idea why this is more consistent than setting 'left' */
	background-color: #345639;
	border: 1px solid black;
	font-size: 10px;
	text-align: left;
	width: 200px;
	padding: 0px;
	z-index: 10;
	text-transform: none;
}
ul#nav li>ul {
	left: 125px;
	right: 0;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}
ul#nav li li {
	margin: 5px;
}
#hmenu a, #menu a {
	color: #fbf293;
	text-decoration: none;
}
#menu a:hover {
	color: white;
}
#menu li ul a:hover {
	position: static;
}
#hmenu a:hover {
	color: white;
}
td#content {
	background: transparent url(images/header-bot.jpg) top center no-repeat;
	padding: 1em 1.5em;
	color: #345639;
}
td#content p {
	text-align: justify;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 1em;
	border-bottom: #345639 solid 1px;
}
td#content h1 {
	margin-top: 1.5em;
}
h2 {
	font-size: 1.1em;
	margin: 0.5em 0;
}
h3 {
	color: black;
	font-size: 1em;
	margin: 0.5em 0;
}
p,ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}
table {
	margin-bottom: 1em;
}
td#menu h1 {
	border-bottom: #fbf293 solid 1px;
	width: auto;
}
td#side h1 {
	border-bottom-style: none;
	width: auto;
}
td#menu, td#footer {
	text-transform: lowercase;
}
td#menu acronym, td#footer acronym {
	text-transform: none;
}
a {
	color: green;
}
a:hover {
	text-decoration: none;
}
