body {
	background: #F9F9F4;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 0.78em;
	line-height: 1.4em;
	color: #333333;
}

a {
	color: #3E070A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu, #title {
	font-family: "Helvetica", Arial, sans-serif;
} 

#header-container, #title-bar, #middle-container, #footer-container {
	width: 100%;
	text-align: center;
}

#header-content	, #title, #middle, #footer, #redundant-middle {
	width: 690px;
	text-align: left;
	padding: 0px 5px;
	margin: 0px auto;
}

#header-container {
	background: url(/images/header_bg.gif) repeat-x;
	height: 100px;
}

#header-content .float-right {
}

#title-bar {
	background: url(/images/stripe_bg.jpg) repeat-x #BDD8C6;
	height: 165px;
}

#title {
	font-size: 1.6em;
	color: black;
}

#middle-container {
	background: url(/images/content_bg.gif) repeat-x #8ABA40;
}

#middle {
	padding: 15px 0px 45px 0px;
}

#redundant-middle {
	background: url(/images/leaf.gif) right bottom no-repeat;
}

#content {
	width: 476px;
	float: left;
	clear: none;
	padding-right: 15px;
}

#content p {
	margin-top: 0px;
}

#menu {
	float: right;
	margin-left: 40px;
	padding-left: 10px;
	width: 149px;
	
}

#menu ul {
	list-style-image: url(/images/list-arrow.gif);
	margin: 0px;
	padding: 0px;
}

#menu a {
	font-size: 1.1em;
}

#menu li {
	margin-bottom: 5px;
}

#footer-container {
	background: url(/images/footer_bg.gif) repeat-x;
	height: 40px;
	padding-top: 10px;
}

table.itemlist {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98C353;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.itemlist tr td {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98C353;
	vertical-align: top;
}

table.itemlist tr td img {
	vertical-align: middle;
}

table.itemlist tr td.pagename {
	font-size: 12px;
}
table.itemlist tr.alternate td {
	background-color: #faf9f0;
}
