body {
	margin: 1em;
	padding: 0px;
	font: 76.1% Verdana, Arial, Helvetica, sans-serif;
	background-color: #76209d;
}
div#header {
	text-align: center;
	margin-top: 6px;
}
table.layout {margin: 0 auto; padding: 0; border: 0; border-collapse: collapse;}
table.layout td {margin: 0; padding: 0;}
/* splash content container */
div#splashcontent {
font-size: 1em;
color: #669;
}
div#splashcontent ol { padding: 0 0 0 50px; margin: 0; }
div#splashcontent li { padding: 2px; }
/* main content container */
div#maincontent {
	margin: 0 4em 75px 2em;
padding-left: 25px;
	background: url(/templates/inside/images/content_bck.jpg) repeat-y;
}
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 Georgia, "Times New Roman", Times, serif; color: #76209d; text-align: right; text-transform: lowercase; margin-top: 0; }
h2 { font: 1.66em Georgia, "Times New Roman", Times, serif; clear: both; }
h3 { font: 1.3em Georgia, "Times New Roman", Times, serif; }
h4 { font: 1.1em Georgia, "Times New Roman", Times, serif; }
h5 { font: 1em Georgia, "Times New Roman", Times, serif; text-decoration: underline; }
h6 { font: 1em Georgia, "Times New Roman", Times, serif; font-style: italic; }

div.photobar img {
	display: block;
	margin-bottom: 8px;
}

/* navigation */
ul.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 2em 0;
	padding: 0;
	text-align: right;
	background: url(/templates/inside/images/bck_06.jpg);
}
ul.nav li {
	list-style-type: none;
	padding: 5px 30px 5px 0;
	margin: 0;
}
ul.nav li  a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.nav li  a:hover{
	color: #333;
}
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: #fff;
	width: 700px;
	margin: 1em auto 2em;
}
div#footer a { color: #fff; text-decoration: none; white-space: nowrap; }
div#footer a:hover { text-decoration: underline; }
ul.nav_footer li { margin: 0; padding: 0 0 0 2em; list-style-type: none; display: inline; }
