/* CSS Document */
body {
	background-color: #ead9bf;
	margin: 2em 1em;
	font: 76.1% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

table.layout {
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}
table.layout td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	background-color: #e8e2c9;
}
table.layout_int {
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}
table.layout_int td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	background-color: transparent;
}

/* main content container */
div#maincontent {
	margin: 5em 3em 2em;
	text-align: left;
	line-height: 1.4em;
}
div#maincontent img {
	border: 1px solid #fff;
}
h1 { font: 2em "Trebuchet MS", Verdana, Helvetica, sans-serif; }
h2 { font: 1.6em "Trebuchet MS", Verdana, Helvetica, sans-serif; }
h3 { font: 1.2em Verdana, Helvetica, sans-serif; }

/* navigation */
ul.nav {
	padding-left: 0;
	margin-left: 0;
	margin-top: 5em;
	border-bottom: 1px solid #fff;
	width: 142px;
	text-align: right;
	font-size: 1em;
}

ul.nav li {

	list-style: none;
	margin: 0;
	padding: 0.5em 12px 0.5em 0;
	border-top: 1px solid #fff;
}

ul.nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.nav a:hover {
	color: #000;
}
div.menu a.menuItem {
  font-weight: bold;
  color: #ffffff;
}
div.menu {
  background-color: #3b9cc9;
  Border: solid 1px #3b9cc9;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
	text-align: left;
}
div.menu a.menuItem {
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}
div.menu a.menuItem:hover {
  color: #000;
}
div.menu div.menuItemSep {
  border: 1px inset #fff;
  margin: 4px 2px;
}

/* footer */
div#footer {
	text-align: center;
	margin: 1em;
	font-size: 0.9em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer ul.nav_footer { padding: 0; }
#footer ul.nav_footer li {
	margin: 0;
	padding: 1em;
	list-style-type: none;
	display: inline;
}
#footer ul.nav_footer li a{ text-decoration: underline; }

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; }