body {
	margin: 1em;
	padding: 0px;
	font: 76.1% Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee5d4;
}
div#header {
	text-align: center;
	margin-bottom: 6px;
}
/* main content container */
div#maincontent {
	margin: 1em 1em 3em;
}
div#maincontent img {
	margin: 0px 1em;
	border: 2px solid #ccc;
}
div#maincontent img.no_border {
	border: 0px;
}
p { line-height: 1.4em; }
li { line-height: 1.4em; padding-top: 0.5em; padding-bottom: 0.5em; }
h1 { font: 2em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; color: #66f; }
h2 { font: 1.66em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; clear: both; }
h3 { font: 1.3em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; }
h4 { font: 1.1em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; }
h5 { font: 1em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; text-decoration: underline; }
h6 { font: 1em "Trebuchet MS", Arial,Verdana, Helvetica, sans-serif; font-style: italic; }

div.photobar img {
	display: block;
	margin-bottom: 8px;
}

/* navigation */
ul.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul.nav li {
	list-style-type: none;
	padding-right: 25px;
}
ul.nav li  a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.nav li  a:hover{
	color: #000;
}
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
div.menu {
  background-color: #6eb24f;
  Border: solid 1px #6eb24f;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover {
  background-color: #FFFFFF;
  color: #000;
}

div.menu div.menuItemSep {
  border: 1px inset #fff;
  margin: 4px 2px;
}

/* FOOTER STYLES */
div#footer {
	text-align: right;
	font-size: 0.8em;
	color: #999;
	width: 754px;
	margin: 1em auto 2em;
}
div#footer a { color: #999; text-decoration: none; }
ul.nav_footer li { margin: 0; padding: 0 0 0 2em; list-style-type: none; display: inline; }

ul.spiffy_cats { list-style-type: none; margin: 0; padding: 0; }
ul.spiffy_docs { list-style-type: none; margin: 0; padding: 0; }
ul.spiffy_cats a { font-weight: bold; }
ul.spiffy_cats li { background: url(/epl/folder.png) no-repeat; margin-bottom: 1em; padding-left: 40px; }
ul.spiffy_docs a { font-weight: bold; }
ul.spiffy_docs li { margin-bottom: 1em; padding-left: 40px; }
ul.spiffy_docs li.file { background: url(/epl/file.png) no-repeat; }
ul.spiffy_docs li.file_jpg { background: url(/epl/file_jpg.png) no-repeat; }
ul.spiffy_docs li.file_pdf { background: url(/epl/file_pdf.gif) no-repeat; }
ul.spiffy_docs li.file_doc { background: url(/epl/file_doc.png) no-repeat; }
ul.spiffy_docs li.file_xls { background: url(/epl/file_xls.png) no-repeat; }
li .spiffy_docs_count { font-size: 0.8em; }
li .description {}
li .datetime { font-size: 0.8em; font-style: italic; }